Skip to content

Commit 4ff454e

Browse files
authored
Merge pull request #93 from advanced-security/more-new-patterns
New patterns for customer
2 parents 72ae2cb + 2a50bed commit 4ff454e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2711
-119
lines changed

README.md

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,34 @@ Custom Secret Scanning Patterns repository.
3434

3535

3636

37+
- Database Connection String (full string)
38+
3739
- Database Connection String (1)
3840

3941
- Database Connection String (2)
4042

4143
- Database Connection String (3)
4244

4345
- TSQL CREATE LOGIN/USER
46+
47+
- SQLAlchemy Database Connection String
48+
49+
- MongoDB connection string
50+
51+
- JDBC Database Connection String
4452

4553

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

4856

4957

50-
- Generic Passwords
58+
- Generic Passwords (fewer FPs)
59+
60+
- Generic Password with hex encoded secrets
61+
62+
- Generic Password with Base64 encoded secrets
63+
64+
- Generic Password with URI-safe Base64 encoded secrets
5165

5266
- UUIDs
5367

@@ -85,6 +99,8 @@ Custom Secret Scanning Patterns repository.
8599
- Credit Cards - Discover
86100

87101
- IBAN
102+
103+
- Norwegian national identity number/D number
88104

89105

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

136152
- Okta token
137153

154+
- Okta API key (precise)
155+
138156
- DataDog API key
139157

140158
- DataDog APP key
@@ -163,9 +181,29 @@ Custom Secret Scanning Patterns repository.
163181

164182
- Vercel OAuth client secrets
165183

166-
- MongoDB connection string
167-
168184
- UUIDv4 Bearer token (maybe Heroku)
169185

170186
- Azure client secret
187+
188+
- Google private key id (or older API key)
189+
190+
- OpenStack password/API key
191+
192+
- AlienVault OTX API key
193+
194+
- Apollo.io API key
195+
196+
- ClickUp API key
197+
198+
- Amazon MWS Auth Token
199+
200+
- Jenkins API token
201+
202+
- AWS S3 presigned URL
203+
204+
- Azure Access Key (legacy format)
205+
206+
- Azure Shared Access Signature (SAS) Token
207+
208+
- CircleCI API token
171209

0 commit comments

Comments
 (0)