Skip to main content

Redshift Credentials

Description

General

  • Documentation: https://docs.aws.amazon.com/redshift/index.html
  • Summary: Amazon Redshift is a fast, fully managed, petabyte-scale data warehouse service that makes it simple and cost-effective to efficiently analyze all the data using existing business intelligence tools.

Revoke the secret

Go to the AWS console to change the credentials.

Check for suspicious activity

See the documentation to enable the logging.

Details for Redshift uri

  • Family: Database

  • Category: Data storage

  • High recall: True

  • Validity check available: False

  • Minimum number of matches: 5

  • Occurrences found for one million commits: 0.02

  • Prefixed: True

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- redshift

Examples

- text: |
redshift://root:m35pqnp2wa@google.com:5434/thegift"
host: google.com
port: '5434'
username: root
password: m35pqnp2wa
scheme: redshift
database: thegift
connection_uri: redshift://root:m35pqnp2wa@google.com:5434/thegift

# Test detection in md files
- text: |
redshift://root:m35pqnp2wa@google.com:5434/thegift"
host: google.com
port: '5434'
username: root
password: m35pqnp2wa
scheme: redshift
database: thegift
connection_uri: redshift://root:m35pqnp2wa@google.com:5434/thegift

How can I help you ?