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: 8

  • 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:m42ploz2wd@google.com:5434/thegift"  host: google.com  port: "5434"  username: root  password: m42ploz2wd  scheme: redshift  database: thegift  connection_uri: redshift://root:m42ploz2wd@google.com:5434/thegift
# Test detection in md files- text: >    redshift://root:m42ploz2wd@google.com:5434/thegift"  host: google.com  port: "5434"  username: root  password: m42ploz2wd  scheme: redshift  database: thegift  connection_uri: redshift://root:m42ploz2wd@google.com:5434/thegift  filename: some_file.md