forked from GitLab-Red-Team/gitrob
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfilesignatures.json
622 lines (622 loc) · 17.9 KB
/
filesignatures.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
{
"FileSignatures": [
{
"Part": "extension",
"MatchOn": "\\.agilekeychain$",
"Description": "1Password password manager database file",
"Comment": "Feed it to Hashcat and see if you're lucky"
},
{
"Part": "path",
"MatchOn": "\\.?aws/credentials$",
"Description": "AWS CLI credentials file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "^\\.?htpasswd$",
"Description": "Apache htpasswd file",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.keychain$",
"Description": "Apple Keychain database file",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.cscfg$",
"Description": "Azure service configuration schema file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "carrierwave\\.rb$",
"Description": "Carrierwave configuration file",
"Comment": "Can contain credentials for cloud storage systems such as Amazon S3 and Google Storage"
},
{
"Part": "filename",
"MatchOn": "knife\\.rb$",
"Description": "Chef Knife configuration file",
"Comment": "Can contain references to Chef servers"
},
{
"Part": "path",
"MatchOn": "\\.?chef/(.*)\\.pem$",
"Description": "Chef private key",
"Comment": "Can be used to authenticate against Chef servers"
},
{
"Part": "path",
"MatchOn": "gitlab/gitlab\\.rb$",
"Description": "GitLab Omnibus configuration file",
"Comment": ""
},
{
"Part": "path",
"MatchOn": "gitaly/config\\.toml$",
"Description": "GitLab gitaly configuration file",
"Comment": ""
},
{
"Part": "path",
"MatchOn": "config/gitlab\\.yml$",
"Description": "GitLab configuration file",
"Comment": ""
},
{
"Part": "path",
"MatchOn": "config/secrets\\.yml$",
"Description": "GitLab secrets file",
"Comment": ""
},
{
"Part": "path",
"MatchOn": "config/resque\\.yml$",
"Description": "GitLab redis config file",
"Comment": ""
},
{
"Part": "path",
"MatchOn": "config/database\\.yml$",
"Description": "GitLab database configuration file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "^(\\.|_)?netrc$",
"Description": "Configuration file for auto-login process",
"Comment": "Can contain username and password"
},
{
"Part": "path",
"MatchOn": "credential",
"Description": "Contains word: credential",
"Comment": ""
},
{
"Part": "path",
"MatchOn": "password",
"Description": "Contains word: password",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "^\\.?dbeaver-data-sources\\.xml$",
"Description": "DBeaver SQL database manager configuration file",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.dayone$",
"Description": "Day One journal file",
"Comment": "Now it's getting creepy..."
},
{
"Part": "path",
"MatchOn": "doctl/config\\.yaml$",
"Description": "DigitalOcean doctl command-line client configuration file",
"Comment": "Contains DigitalOcean API key and other information"
},
{
"Part": "filename",
"MatchOn": "settings\\.py$",
"Description": "Django configuration file",
"Comment": "Can contain database credentials, cloud storage system credentials, and other secrets"
},
{
"Part": "filename",
"MatchOn": "^\\.?dockercfg$",
"Description": "Docker configuration file",
"Comment": "Can contain credentials for public or private Docker registries"
},
{
"Part": "filename",
"MatchOn": "^\\.?env$",
"Description": "Environment configuration file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "filezilla\\.xml$",
"Description": "FileZilla FTP configuration file",
"Comment": "Can contain credentials for FTP servers"
},
{
"Part": "filename",
"MatchOn": "recentservers\\.xml$",
"Description": "FileZilla FTP recent servers file",
"Comment": "Can contain credentials for FTP servers"
},
{
"Part": "extension",
"MatchOn": "^key(store|ring)$",
"Description": "GNOME Keyring database file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "^\\.?gitconfig$",
"Description": "Git configuration file",
"Comment": ""
},
{
"Part": "path",
"MatchOn": "config/hub$",
"Description": "GitHub Hub command-line client configuration file",
"Comment": "Can contain GitHub API access token"
},
{
"Part": "extension",
"MatchOn": "\\.gnucash$",
"Description": "GnuCash database file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "credentials\\.db$",
"Description": "Google Cloud Platform gcloud credential database",
"Comment": "sqlite database containing credentials used by the gcloud command from Google's Cloud SDK"
},
{
"Part": "filename",
"MatchOn": "credentials\\.json$",
"Description": "Google Cloud Platform service account credentials keyfile",
"Comment": "GCP service account credentials can be activated using the gcloud command from Google's Cloud SDK (https://cloud.google.com/sdk/gcloud/reference/auth/activate-service-account)"
},
{
"Part": "filename",
"MatchOn": "^.*-[a-f0-9]{12}\\.json$",
"Description": "Google Cloud Platform service account credentials keyfile",
"Comment": "GCP service account credentials can be activated using the gcloud command from Google's Cloud SDK (https://cloud.google.com/sdk/gcloud/reference/auth/activate-service-account)"
},
{
"Part": "path",
"MatchOn": "\\.?xchat2?/servlist_?\\.conf$",
"Description": "Hexchat/XChat IRC client server list configuration file",
"Comment": ""
},
{
"Part": "path",
"MatchOn": "\\.?irssi/config$",
"Description": "Irssi IRC client configuration file",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.jks$",
"Description": "Java keystore file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "jenkins\\.plugins\\.publish_over_ssh\\.BapSshPublisherPlugin\\.xml",
"Description": "Jenkins publish over SSH plugin file",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.kwallet$",
"Description": "KDE Wallet Manager database file",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "^kdbx?$",
"Description": "KeePass password manager database file",
"Comment": "Feed it to Hashcat and see if you're lucky"
},
{
"Part": "filename",
"MatchOn": "\\.boto$",
"Description": "Legacy Google Cloud Platform gcloud credential database",
"Comment": "File containing credentials used by the gcloud command from Google's Cloud SDK"
},
{
"Part": "filename",
"MatchOn": "adc\\.json$",
"Description": "Legacy Google Cloud Platform service account credentials keyfile",
"Comment": "GCP service account credentials can be activated using the gcloud command from Google's Cloud SDK (https://cloud.google.com/sdk/gcloud/reference/auth/activate-service-account)"
},
{
"Part": "filename",
"MatchOn": "configuration\\.user\\.xpl$",
"Description": "Little Snitch firewall configuration file",
"Comment": "Contains traffic rules for applications"
},
{
"Part": "extension",
"MatchOn": "\\.log$",
"Description": "Log file",
"Comment": "Log files can contain secret HTTP endpoints, session IDs, API keys and other goodies"
},
{
"Part": "extension",
"MatchOn": "\\.tpm$",
"Description": "Microsoft BitLocker Trusted Platform Module password file",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.bek$",
"Description": "Microsoft BitLocker recovery key file",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.mdf$",
"Description": "Microsoft SQL database file",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.sdf$",
"Description": "Microsoft SQL server compact database file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "^\\.?muttrc$",
"Description": "Mutt e-mail client configuration file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "^\\.?mysql_history$",
"Description": "MySQL client command history file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "^\\.?npmrc$",
"Description": "NPM configuration file",
"Comment": "Can contain credentials for NPM registries"
},
{
"Part": "extension",
"MatchOn": "\\.pcap$",
"Description": "Network traffic capture file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "omniauth\\.rb$",
"Description": "OmniAuth configuration file",
"Comment": "The OmniAuth configuration file can contain client application secrets"
},
{
"Part": "extension",
"MatchOn": "\\.ovpn$",
"Description": "OpenVPN client configuration file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "config(\\.inc)?\\.php$",
"Description": "PHP configuration file",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.psafe3$",
"Description": "Password Safe database file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "otr\\.private_key",
"Description": "Pidgin OTR private key",
"Comment": ""
},
{
"Part": "path",
"MatchOn": "\\.?purple/accounts\\.xml$",
"Description": "Pidgin chat client account configuration file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "^\\.?psql_history$",
"Description": "PostgreSQL client command history file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "^\\.?pgpass$",
"Description": "PostgreSQL password file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "credentials\\.xml$",
"Description": "Potential Jenkins credentials file",
"Comment": ""
},
{
"Part": "path",
"MatchOn": "etc/passwd$",
"Description": "Potential Linux passwd file",
"Comment": "Contains system user information"
},
{
"Part": "path",
"MatchOn": "etc/shadow$",
"Description": "Potential Linux shadow file",
"Comment": "Contains hashed passwords for system users"
},
{
"Part": "filename",
"MatchOn": "LocalSettings\\.php$",
"Description": "Potential MediaWiki configuration file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "database\\.yml$",
"Description": "Potential Ruby On Rails database configuration file",
"Comment": "Can contain database credentials"
},
{
"Part": "path",
"MatchOn": "web[\\\/]ruby[\\\/]secrets\\.yml",
"Description": "Ruby on rails secrets.yml file (contains passwords)",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.pkcs12$",
"Description": "Potential cryptographic key bundle",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.p12$",
"Description": "Potential cryptographic key bundle",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.pfx$",
"Description": "Potential cryptographic key bundle",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.asc$",
"Description": "Potential cryptographic key bundle",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "^key(pair)?$",
"Description": "Potential cryptographic private key",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.pem$",
"Description": "Potential cryptographic private key",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "journal\\.txt$",
"Description": "Potential jrnl journal file",
"Comment": "Now it's getting creepy..."
},
{
"Part": "filename",
"MatchOn": "^.*_rsa$",
"Description": "Private SSH key",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "^.*_dsa$",
"Description": "Private SSH key",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "^.*_ed25519$",
"Description": "Private SSH key",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "^.*_ecdsa$",
"Description": "Private SSH key",
"Comment": ""
},
{
"Part": "path",
"MatchOn": "\\.?recon-ng/keys\\.db$",
"Description": "Recon-ng web reconnaissance framework API key database",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.rdp$",
"Description": "Remote Desktop connection file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "robomongo\\.json$",
"Description": "Robomongo MongoDB manager configuration file",
"Comment": "Can contain credentials for MongoDB databases"
},
{
"Part": "filename",
"MatchOn": "^\\.?irb_history$",
"Description": "Ruby IRB console history file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "secret_token\\.rb$",
"Description": "Ruby On Rails secret token configuration file",
"Comment": "If the Rails secret token is known, it can allow for remote code execution (http://www.exploit-db.com/exploits/27527/)"
},
{
"Part": "path",
"MatchOn": "\\.?gem/credentials$",
"Description": "Rubygems credentials file",
"Comment": "Can contain API key for a rubygems.org account"
},
{
"Part": "filename",
"MatchOn": "^\\.?s3cfg$",
"Description": "S3cmd configuration file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "^sftp-config(\\.json)?$",
"Description": "SFTP connection configuration file",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "^sql(dump)?$",
"Description": "SQL dump file",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.sqlite$",
"Description": "SQLite database file",
"Comment": ""
},
{
"Part": "path",
"MatchOn": "\\.?ssh/config$",
"Description": "SSH configuration file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "Favorites\\.plist$",
"Description": "Sequel Pro MySQL database manager bookmark file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "`^\\.?(bash_|zsh_)?aliases$",
"Description": "Shell command alias configuration file",
"Comment": "Shell configuration files can contain passwords, API keys, hostnames and other goodies"
},
{
"Part": "filename",
"MatchOn": "^\\.?(bash_|zsh_|sh_|z)?history$",
"Description": "Shell command history file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "^\\.?(bash|zsh|csh)rc$",
"Description": "Shell configuration file",
"Comment": "Shell configuration files can contain passwords, API keys, hostnames and other goodies"
},
{
"Part": "filename",
"MatchOn": "\\.exports$",
"Description": "Shell configuration file",
"Comment": "Shell configuration files can contain passwords, API keys, hostnames and other goodies"
},
{
"Part": "filename",
"MatchOn": "\\.functions$",
"Description": "Shell configuration file",
"Comment": "Shell configuration files can contain passwords, API keys, hostnames and other goodies"
},
{
"Part": "filename",
"MatchOn": "\\.extra$",
"Description": "Shell configuration file",
"Comment": "Shell configuration files can contain passwords, API keys, hostnames and other goodies"
},
{
"Part": "filename",
"MatchOn": "^\\.?(bash_|zsh_)?profile$",
"Description": "Shell profile configuration file",
"Comment": "Shell configuration files can contain passwords, API keys, hostnames and other goodies"
},
{
"Part": "filename",
"MatchOn": "^\\.?trc$",
"Description": "T command-line Twitter client configuration file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "terraform\\.tfvars$",
"Description": "Terraform variable config file",
"Comment": "Can contain credentials for terraform providers"
},
{
"Part": "filename",
"MatchOn": "^\\.?tugboat$",
"Description": "Tugboat DigitalOcean management tool configuration",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.tblk$",
"Description": "Tunnelblick VPN configuration file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "ventrilo_srv\\.ini",
"Description": "Ventrilo server configuration file",
"Comment": "Can contain passwords"
},
{
"Part": "filename",
"MatchOn": "^\\.?gitrobrc$",
"Description": "Well, this is awkward... Gitrob configuration file",
"Comment": ""
},
{
"Part": "extension",
"MatchOn": "\\.fve$",
"Description": "Windows BitLocker full volume encrypted data file",
"Comment": ""
},
{
"Part": "filename",
"MatchOn": "proftpdpasswd$",
"Description": "cPanel backup ProFTPd credentials file",
"Comment": "Contains usernames and password hashes for FTP accounts"
},
{
"Part": "filename",
"MatchOn": "^\\.?git-credentials$",
"Description": "git-credential-store helper credentials file",
"Comment": ""
}
]
}