Skip to content

Commit

Permalink
Merge pull request #93 from advanced-security/more-new-patterns
Browse files Browse the repository at this point in the history
New patterns for customer
  • Loading branch information
aegilops authored Jul 11, 2024
2 parents 72ae2cb + 2a50bed commit 4ff454e
Show file tree
Hide file tree
Showing 47 changed files with 2,711 additions and 119 deletions.
44 changes: 41 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,34 @@ Custom Secret Scanning Patterns repository.



- Database Connection String (full string)

- Database Connection String (1)

- Database Connection String (2)

- Database Connection String (3)

- TSQL CREATE LOGIN/USER

- SQLAlchemy Database Connection String

- MongoDB connection string

- JDBC Database Connection String


### [Generic Secrets / Passwords](./generic)



- Generic Passwords
- Generic Passwords (fewer FPs)

- Generic Password with hex encoded secrets

- Generic Password with Base64 encoded secrets

- Generic Password with URI-safe Base64 encoded secrets

- UUIDs

Expand Down Expand Up @@ -85,6 +99,8 @@ Custom Secret Scanning Patterns repository.
- Credit Cards - Discover

- IBAN

- Norwegian national identity number/D number


### [RSA Keys](./rsa)
Expand Down Expand Up @@ -135,6 +151,8 @@ Custom Secret Scanning Patterns repository.

- Okta token

- Okta API key (precise)

- DataDog API key

- DataDog APP key
Expand Down Expand Up @@ -163,9 +181,29 @@ Custom Secret Scanning Patterns repository.

- Vercel OAuth client secrets

- MongoDB connection string

- UUIDv4 Bearer token (maybe Heroku)

- Azure client secret

- Google private key id (or older API key)

- OpenStack password/API key

- AlienVault OTX API key

- Apollo.io API key

- ClickUp API key

- Amazon MWS Auth Token

- Jenkins API token

- AWS S3 presigned URL

- Azure Access Key (legacy format)

- Azure Shared Access Signature (SAS) Token

- CircleCI API token

Loading

0 comments on commit 4ff454e

Please sign in to comment.