-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathprimary_blacklists.yml
More file actions
763 lines (696 loc) · 29.1 KB
/
primary_blacklists.yml
File metadata and controls
763 lines (696 loc) · 29.1 KB
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
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
# NERD config - primary blacklists
# used by blacklists.py script
---
# List specification:
# id (used as key in records),
# name (for humans),
# url (http(s):// or file://, if local file is used, it should be updated by external cron script)
# regex to parse the file (should match on IP address) or empty if there are only IP addresses, one per line (lines beginning with '#' are ignored),
# or just fill regex with searching for IP, IP prefix or domain without group, if the whole blacklist is on one line or has multiple records on on line
# - you can use special substitutions for IP address or CIDR IP address
# - "\\A" can be used for IP address, in internal part it will be substituted for IP regex
# - "\\CA" can be used for CIDR prefix (192.168.0.0/16)
# IP address regex example, where IP address starts on every line:
# "^(\\A)"
# refresh time (cron-like specification of when the list should be updated (in UTC), see https://apscheduler.readthedocs.io/en/latest/modules/triggers/cron.html for details)
# other params (optional)
#
# The last parameter is a dictionary of other parameters. The following keys are recognized:
# url_params - dict of key-value pairs to pass as GET parameters in URL
# headers - dict of key-value pairs specyfing additional HTTP headers
# Example of url_params and headers usage can be viewed below in Abuse IP DB blacklist specification.
iplists:
#Proxy servers
#HTTP
- id: proxy_ercin_http
name: ErcinDedeoglu's HTTP proxy servers list
descr: HTTP protocol, Number of IP adresses = 26782, Updates every ~10min
provider_link: https://github.com/ErcinDedeoglu/proxies
url: https://raw.githubusercontent.com/ErcinDedeoglu/proxies/main/proxies/http.txt
regex: "^(\\A)"
time:
hour: "*"
minute: 0
- id: proxy_vakhov_http
name: Vakhov's HTTP proxy servers list
descr: HTTP protocol, Number of IP adresses = 11353, Updates every ~15-30min
provider_link: https://github.com/vakhov/fresh-proxy-list
url: https://raw.githubusercontent.com/vakhov/fresh-proxy-list/master/http.txt
regex: "^(\\A)"
time:
hour: "*"
minute: 0
- id: proxy_speed_http
name: TheSpeedX's HTTP proxy servers list
descr: HTTP protocol, Number of IP adresses = 3321, Updates every 3h
provider_link: https://github.com/TheSpeedX/PROXY-List
url: https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/http.txt
regex: "^(\\A)"
time:
hour: "*/3"
minute: 0
- id: proxy_officialputuid_http
name: officialputuid's HTTP proxy servers list
descr: HTTP protocol, Number of IP adresses = 2440, Updates every 5h
provider_link: https://github.com/officialputuid/KangProxy
url: https://raw.githubusercontent.com/officialputuid/KangProxy/KangProxy/http/http.txt
regex: "^(\\A)"
time:
hour: "*/5"
minute: 0
- id: proxy_vann_http
name: Vann-Dev's HTTP proxy servers list
descr: HTTP protocol, Number of IP adresses = 881, Updates every 3h
provider_link: https://github.com/Vann-Dev/proxy-list
url: https://raw.githubusercontent.com/Vann-Dev/proxy-list/main/proxies/http.txt
regex: "^(\\A)"
time:
hour: "*/3"
minute: 0
#HTTPS
- id: proxy_ercin_https
name: ErcinDedeoglu's HTTPS proxy servers list
descr: HTTPS protocol, Number of IP adresses = 26782, Updates every ~10min
provider_link: https://github.com/ErcinDedeoglu/proxies
url: https://raw.githubusercontent.com/ErcinDedeoglu/proxies/main/proxies/http.txt
regex: "^(\\A)"
time:
hour: "*"
minute: 0
- id: proxy_officialputuid_https
name: officialputuid's HTTPS proxy servers list
descr: HTTPS protocol, Number of IP adresses = 3555, Updates every 5h
provider_link: https://github.com/officialputuid/KangProxy
url: https://raw.githubusercontent.com/officialputuid/KangProxy/KangProxy/https/https.txt
regex: "^(\\A)"
time:
hour: "*/5"
minute: 0
- id: proxy_zaeem20_https
name: Zaeem20's HTTPS proxy servers list
descr: HTTPS protocol, Number of IP adresses = 3555, Updates every ~10min
provider_link: https://github.com/Zaeem20/FREE_PROXIES_LIST
url: https://raw.githubusercontent.com/Zaeem20/FREE_PROXIES_LIST/master/https.txt
regex: "^(\\A)"
time:
hour: "*"
minute: 0
#SOCKS4
- id: proxy_ercin_socks4
name: ErcinDedeoglu's SOCKS4 proxy servers list
descr: SOCKS4 protocol, Number of IP adresses = 8529, Updates every ~10min
provider_link: https://github.com/ErcinDedeoglu/proxies
url: https://raw.githubusercontent.com/ErcinDedeoglu/proxies/main/proxies/socks4.txt
regex: "^(\\A)"
time:
hour: "*"
minute: 0
- id: proxy_speed_socks4
name: TheSpeedX's SOCKS4 proxy servers list
descr: SOCKS4 protocol, Number of IP adresses = 2832, Updates every 3hod
provider_link: https://github.com/TheSpeedX/PROXY-List
url: https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/socks4.txt
regex: "^(\\A)"
time:
hour: "*/3"
minute: 0
- id: proxy_officialputuid_socks4
name: officialputuid's SOCKS4 proxy servers list
descr: SOCKS4 protocol, Number of IP adresses = 6732, Updates every 5h
provider_link: https://github.com/officialputuid/KangProxy
url: https://raw.githubusercontent.com/officialputuid/KangProxy/KangProxy/socks4/socks4.txt
regex: "^(\\A)"
time:
hour: "*/5"
minute: 0
#SOCKS5
- id: proxy_ercin_socks5
name: ErcinDedeoglu's SOCKS5 proxy servers list
descr: SOCKS5 protocol, Number of IP adresses = 2345, Updates every ~10min
provider_link: https://github.com/ErcinDedeoglu/proxies
url: https://raw.githubusercontent.com/ErcinDedeoglu/proxies/main/proxies/socks5.txt
regex: "^(\\A)"
time:
hour: "*"
minute: 0
- id: proxy_speed_socks5
name: TheSpeedX's SOCKS5 proxy servers list
descr: SOCKS5 protocol, Number of IP adresses = 2486, Updates every 3hod
provider_link: https://github.com/TheSpeedX/PROXY-List
url: https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/socks5.txt
regex: "^(\\A)"
time:
hour: "*/3"
minute: 0
- id: proxy_officialputuid_socks5
name: officialputuid's SOCKS5 proxy servers list
descr: SOCKS5 protocol, Number of IP adresses = 3039, Updates every 5h
provider_link: https://github.com/officialputuid/KangProxy
url: https://raw.githubusercontent.com/officialputuid/KangProxy/KangProxy/socks5/socks5.txt
regex: "^(\\A)"
time:
hour: "*/5"
minute: 0
#UNKNOWN
- id: proxy_geonode
name: Geonode's proxy servers list
descr: Unknown protocols, Number of IP adresses = 7399, Updates every ?
provider_link: https://geonode.com/free-proxy-list
url: file:///data/blacklists/geonode_proxy_list.txt
regex: ""
time:
hour: "*"
minute: 0
- id: proxy_proxyscrape
name: Proxyscrape's proxy servers list
descr: Unknown protocols, Number of IP adresses = 1135, Updates every ?
provider_link: https://proxyscrape.com/
url: https://api.proxyscrape.com/v3/free-proxy-list/get?request=getproxies&proxy_format=protocolipport&format=text
regex: "(\\A)"
time:
hour: "1"
minute: 0
- id: proxy_fineproxy
name: Fineproxy's proxy servers list
descr: Unknown protocols, Number of IP adresses = 2837, Updates every 30min, The source URL may change
provider_link: https://fineproxy.org/free-proxy/
url: https://fineproxy.org/wp-admin/admin-ajax.php?action=proxylister_download&nonce=62a3af4c7b&format=txt&filter={}
regex: "^(\\A)"
time:
hour: "*"
minute: 0
- id: proxy_yemixzy
name: Yemixzy's proxy servers list
descr: Unknown protocols, Number of IP adresses = 10902, Updates every 3hod, Contains 46% duplicates (size is without them)
provider_link: https://github.imc.re/yemixzy/proxy-list
url: https://raw.githubusercontent.com/yemixzy/proxy-list/main/proxies/unchecked.txt
regex: "^(\\A)"
time:
hour: "*/3"
minute: 0
#VPN Servers
- id: vpn_X4BNet_datacenter
name: X4BNet's vpn datacenter servers list
descr: Number of IP adresses = 30082, Updates every day
provider_link: https://github.com/X4BNet/lists_vpn
url: https://raw.githubusercontent.com/X4BNet/lists_vpn/main/output/datacenter/ipv4.txt
regex: "^(\\A)"
time:
hour: "1"
minute: 0
- id: vpn_X4BNet_vpn
name: X4BNet's vpn servers list
descr: Number of IP adresses = 3756, Updates every day
provider_link: https://github.com/X4BNet/lists_vpn
url: https://raw.githubusercontent.com/X4BNet/lists_vpn/main/output/vpn/ipv4.txt
regex: "^(\\A)"
time:
hour: "1"
minute: 0
- id: vpn_az0
name: az0's vpn servers list
descr: Number of IP adresses = 20657, Updates every 12h, Contains 25% duplicates
provider_link: https://github.com/az0/vpn_ip
url: https://raw.githubusercontent.com/az0/vpn_ip/main/data/output/ip.txt
regex: "^(\\A)"
time:
hour: "*/12"
minute: 0
- id: feodo
name: Feodo tracker
descr: Feodo Tracker is a project of abuse.ch. Shares botnet C&C<br>servers associated with the Feodo malware family(Dridex, Emotet/Heodo)<br>as well as TrickBot and QakBot (aka QuakBot / Qbot)
firehol_link: http://iplists.firehol.org/?ipset=feodo
provider_link: https://feodotracker.abuse.ch/
url: https://feodotracker.abuse.ch/downloads/ipblocklist.txt
regex: ""
time:
hour: 4
minute: 50
- id: bruteforceblocker
name: BruteForceBlocker
descr: Daniel Gerzo's BruteForceBlocker. The list is made by perl script,<br>that works along with pf - OpenBSD's firewall and it's main<br>purpose is to block SSH bruteforce attacks via firewall.
firehol_link: http://iplists.firehol.org/?ipset=bruteforceblocker
provider_link: https://danger.rulez.sk/index.php/bruteforceblocker/
url: http://danger.rulez.sk/projects/bruteforceblocker/blist.php
regex: "^(\\A)"
time:
hour: 4
minute: 52
- id: ciarmy
name: CI Army
descr: Collective Intelligence Network Security is a Threat Intelligence<br>database that provides scores for IPs. Source of unspecified malicious attacks<br>most of them will be active attackers/scanners
firehol_link: http://iplists.firehol.org/?ipset=ciarmy
provider_link: https://cinsscore.com/#list
url: http://cinsscore.com/list/ci-badguys.txt
regex: ""
time:
hour: 4
minute: 50
- id: blocklist_de-ssh
name: blocklist.de SSH
descr: Blocklist.de feed is a free and voluntary service provided<br>by a Fraud/Abuse-specialist. IPs performing SSH attacks.
firehol_link: http://iplists.firehol.org/?ipset=blocklist_de_ssh
provider_link: http://www.blocklist.de/en/index.html
url: https://lists.blocklist.de/lists/ssh.txt
regex: ""
time:
hour: "0,6,12,18"
minute: 5
- id: blocklist_de-mail
name: blocklist.de mail
descr: Blocklist.de feed is a free and voluntary service provided<br>by a Fraud/Abuse-specialist. IPs performing Mail attacks.
firehol_link: http://iplists.firehol.org/?ipset=blocklist_de_mail
provider_link: http://www.blocklist.de/en/index.html
url: https://lists.blocklist.de/lists/mail.txt
regex: ""
time:
hour: "0,6,12,18"
minute: 5
- id: blocklist_de-apache
name: blocklist.de Apache
descr: Blocklist.de feed is a free and voluntary service provided<br>by a Fraud/Abuse-specialist. IPs performing attacks on the service<br>Apache, Apache-DDOS, RFI-Attacks.
firehol_link: http://iplists.firehol.org/?ipset=blocklist_de_apache
provider_link: http://www.blocklist.de/en/index.html
url: https://lists.blocklist.de/lists/apache.txt
regex: ""
time:
hour: "0,6,12,18"
minute: 5
- id: blocklist_de-imap
name: blocklist.de IMAP
descr: Blocklist.de feed is a free and voluntary service<br>provided by a Fraud/Abuse-specialist. IPs performing attacks<br>on the Service imap, sasl, pop3.
firehol_link: http://iplists.firehol.org/?ipset=blocklist_de_imap
provider_link: http://www.blocklist.de/en/index.html
url: https://lists.blocklist.de/lists/imap.txt
regex: ""
time:
hour: "0,6,12,18"
minute: 5
- id: blocklist_de-ftp
name: blocklist.de FTP
descr: Blocklist.de feed is a free and voluntary service<br>provided by a Fraud/Abuse-specialist. IPs performing attacks<br>on the Service FTP.
firehol_link: http://iplists.firehol.org/?ipset=blocklist_de_ftp
provider_link: http://www.blocklist.de/en/index.html
url: https://lists.blocklist.de/lists/ftp.txt
regex: ""
time:
hour: "0,6,12,18"
minute: 5
- id: blocklist_de-sip
name: blocklist.de SIP
descr: Blocklist.de feed is a free and voluntary service provided<br>by a Fraud/Abuse-specialist. IP addresses that tried to login in a SIP,<br>VOIP or Asterisk Server.
firehol_link: http://iplists.firehol.org/?ipset=blocklist_de_sip
provider_link: http://www.blocklist.de/en/index.html
url: https://lists.blocklist.de/lists/sip.txt
regex: ""
time:
hour: "0,6,12,18"
minute: 5
- id: blocklist_de-bots
name: blocklist.de bots
descr: Blocklist.de feed is a free and voluntary service provided<br>by a Fraud/Abuse-specialist. IPs performing attacks on the RFI-Attacks,<br>REG-Bots, IRC-Bots or BadBots.
firehol_link: http://iplists.firehol.org/?ipset=blocklist_de_bots
provider_link: http://www.blocklist.de/en/index.html
url: https://lists.blocklist.de/lists/bots.txt
regex: ""
time:
hour: "0,6,12,18"
minute: 5
- id: blocklist_de-strongips
name: blocklist.de strong IPs
descr: Blocklist.de feed is a free and voluntary service provided<br>by a Fraud/Abuse-specialist. IPs that are older then two month and have<br>more then 5.000 attacks.
firehol_link: http://iplists.firehol.org/?ipset=blocklist_de_strongips
provider_link: http://www.blocklist.de/en/index.html
url: https://lists.blocklist.de/lists/strongips.txt
regex: ""
time:
hour: "0,6,12,18"
minute: 5
- id: blocklist_de-ircbot
name: blocklist.de IRC-bot
descr: Blocklist.de feed is a free and voluntary service provided<br>by a Fraud/Abuse-specialist. IPs performing attacks on the IRC-Bots.
provider_link: http://www.blocklist.de/en/index.html
url: https://lists.blocklist.de/lists/ircbot.txt
regex: ""
time:
hour: "0,6,12,18"
minute: 5
- id: blocklist_de-bruteforcelogin
name: blocklist.de web-login
descr: Blocklist.de feed is a free and voluntary service provided<br>by a Fraud/Abuse-specialist. IPs that attacks Joomla, Wordpress and<br>other Web-Logins with Brute-Force Logins.
firehol_link: http://iplists.firehol.org/?ipset=blocklist_de_bruteforce
provider_link: http://www.blocklist.de/en/index.html
url: https://lists.blocklist.de/lists/bruteforcelogin.txt
regex: ""
time:
hour: "0,6,12,18"
minute: 5
- id: sblam_ips
name: Sblam!
descr: Sblam! is a service that effectively protects forms for<br>comments in blogs, forums and guestbooks from spam.
firehol_link: http://iplists.firehol.org/?ipset=sblam
provider_link: https://sblam.com/
url: https://sblam.com/blacklist.txt
regex: ""
# The time of updating the list was viewed here: https://sblam.com/blacklist.txt
time:
hour: 4
minute: 15
- id: blocklist_net_ua_ips
name: Blocklist.net.ua
descr: BlockList contains IP addresses that perform attacks,<br>send spam or brute force passwords to the blocking list.
firehol_link: http://iplists.firehol.org/?ipset=blocklist_net_ua
provider_link: https://blocklist.net.ua/about/
url: https://blocklist.net.ua/blocklist.csv
regex: "^(\\A)"
# The time of updating the list was viewed here: https://blocklist.net.ua/providers/
time:
hour: "*/4"
minute: 15
- id: darklist_de_ips
name: Darklist.de
descr: Darklist.de is an IP blacklist that identifies<br>SSH brute force attacks and spam incidents.
firehol_link: http://iplists.firehol.org/?ipset=darklist_de
provider_link: http://www.darklist.de/
url: http://www.darklist.de/raw.php
regex: ""
# The time of updating the list was viewed here: https://iplists.firehol.org/?ipset=darklist_de
time:
hour: "*/4"
minute: 10
- id: charles_the_haleys_ssh_dico_ips
name: Haley SSH
descr: IPs launching SSH dictionary attacks attacks against the server of Charles B. Haley.
firehol_link: http://iplists.firehol.org/?ipset=haley_ssh
provider_link: http://charles.the-haleys.org/
url: http://charles.the-haleys.org/ssh_dico_attack_with_timestamps.php?days=7
regex: ".*?(\\A)"
# The time of updating the list was viewed here: http://charles.the-haleys.org/ssh_dico_attack_with_timestamps.php?days=7
time:
hour: "*/4"
minute: 10
- id: charles_the_haleys_wp_attack_ips
name: Haley WordPress
descr: IPs launching attacks aginst WordPress running on the server of Charles B. Haley.
provider_link: http://charles.the-haleys.org/
url: http://charles.the-haleys.org/wp_attack_with_timestamps.php?days=7
regex: "^(\\A)"
# The time of updating the list was viewed here: http://charles.the-haleys.org/wp_attack_with_timestamps.php?days=7
time:
hour: "*/4"
minute: 10
- id: charles_the_haleys_smtp_dico_ips
name: Haley SMTP AUTH
descr: IPs launching SMTP AUTH dictionary attacks aginst the server of Charles B. Haley.
provider_link: http://charles.the-haleys.org/
url: http://charles.the-haleys.org/smtp_dico_attack_with_timestamps.php?days=7
regex: "^(\\A)"
# The time of updating the list was viewed here: http://charles.the-haleys.org/smtp_dico_attack_with_timestamps.php?days=7
time:
hour: "*/4"
minute: 10
- id: turris_greylist
name: Turris greylist
descr: Greylist is the output of the Turris research project by CZ.NIC,<br>which collects data of malicious IPs.
provider_link: https://view.sentinel.turris.cz/
url: https://view.sentinel.turris.cz/greylist-data/greylist-latest.csv
regex: "^(\\A)"
# The time of updating the list was viewed here: https://view.sentinel.turris.cz/greylist-data/
time:
hour: 23
minute: 15
- id: threat_sourcing_ips
name: Threat Sourcing
descr: "Threat Sourcing is a collaborative project to collect<br>and study threats as they present themselves on the Internet.<br>Note: The provider doesn't provide any details about how the data are collected or how to interpret them, e.g. the type of threat the IPs pose."
provider_link: https://www.threatsourcing.com/
url: https://www.threatsourcing.com/ipall.txt
regex: ""
# The time of updating the list was viewed here: https://www.threatsourcing.com/
time:
hour: "*/4"
minute: 10
- id: mirai_tracker_ips
name: Mirai tracker
descr: IPs scanning the internet in a specific way known to be used by Mirai malware and its variants.
provider_link: https://mirai.security.gives/index.php
url: https://mirai.security.gives/data/ip_list.txt
regex: ""
# The time of updating the list was viewed in the file: https://mirai.security.gives/data/ip_list.txt
time:
hour: 1
minute: 40
- id: threatfox_ips
name: ThreatFox
descr: ThreatFox is a free platform from abuse.ch with the goal of<br>sharing indicators of compromise (IOCs) associated with malware with the<br>infosec community, AV vendors and threat intelligence providers.
provider_link: https://threatfox.abuse.ch/
url: https://threatfox.abuse.ch/export/csv/ip-port/recent/
regex: ".*?(\\A)"
# The time of updating the list was viewed here: https://threatfox.abuse.ch/export/
time:
hour: "*/4"
minute: 10
- id: ssl_blacklist_ips
name: SSL Blacklist
descr: The SSL Blacklist is a project of abuse.ch with the goal of<br>detecting SSL certificates used by botnet C&C servers. NERD uses its list of C&C servers using such certificates.
firehol_link: http://iplists.firehol.org/?ipset=sslbl
provider_link: https://sslbl.abuse.ch/
url: https://sslbl.abuse.ch/blacklist/sslipblacklist.txt
regex: ""
# The time of updating the list was viewed in the file: https://sslbl.abuse.ch/blacklist/sslipblacklist.txt
time:
hour: 19
minute: 30
- id: urlhaus_ips
name: URLHaus
descr: URLhaus is a project from abuse.ch with the goal of sharing<br>malicious URLs that are being used for malware distribution.<br>This list contains IPs that are part of the malicious ULRs.
provider_link: https://urlhaus.abuse.ch/
url: https://urlhaus.abuse.ch/downloads/text_online/
regex: ".*?(\\A)"
# The time of updating the list was viewed here: https://urlhaus.abuse.ch/api/
time:
hour: "*/4"
minute: 10
- id: blacklists_co_ssh
name: Blacklists.co SSH
descr: Blacklists.co blocklist contains SSH Malicious Addresses.
provider_link: http://blacklists.co/
url: http://blacklists.co/download/ssh.txt
regex: ""
# The time of updating the list was viewed in the file: http://blacklists.co/download/ssh.txt
time:
hour: 7
minute: 5
- id: blacklists_co_www
name: Blacklists.co WWW
descr: Blacklists.co blocklist contains WWW Malicious Addresses.
provider_link: http://blacklists.co/
url: http://blacklists.co/download/www.txt
regex: ""
# The time of updating the list was viewed in the file: http://blacklists.co/download/www.txt
time:
hour: 7
minute: 5
- id: blacklists_co_email
name: Blacklists.co email
descr: Blacklists.co blocklist contains EMAIL Malicious Addresses.
provider_link: http://blacklists.co/
url: http://blacklists.co/download/email.txt
regex: ""
# The time of updating the list was viewed in the file: http://blacklists.co/download/email.txt
time:
hour: 7
minute: 5
- id: blacklists_co_mssql
name: Blacklists.co MSSQL
descr: Blacklists.co blocklist contains MSSQL Malicious Addresses.
provider_link: http://blacklists.co/
url: http://blacklists.co/download/mssql.txt
regex: ""
# The time of updating the list was viewed in the file: http://blacklists.co/download/mssql.txt
time:
hour: 7
minute: 5
- id: blacklists_co_mysql
name: Blacklists.co MYSQL
descr: Blacklists.co blocklist contains MYSQL Malicious Addresses.
provider_link: http://blacklists.co/
url: http://blacklists.co/download/mysql.txt
regex: ""
# The time of updating the list was viewed in the file: http://blacklists.co/download/mysql.txt
time:
hour: 7
minute: 5
- id: blacklists_co_rdp
name: Blacklists.co RDP
descr: Blacklists.co blocklist contains RDP Malicious Addresses.
provider_link: http://blacklists.co/
url: http://blacklists.co/download/rdp.txt
regex: ""
# The time of updating the list was viewed in the file: http://blacklists.co/download/rdp.txt
time:
hour: 7
minute: 5
- id: blacklists_co_sip
name: Blacklists.co SIP
descr: Blacklists.co blocklist contains SIP Malicious Addresses.
provider_link: http://blacklists.co/
url: http://blacklists.co/download/sip.txt
regex: ""
# The time of updating the list was viewed in the file: http://blacklists.co/download/sip.txt
time:
hour: 7
minute: 5
- id: dataplane_org_sshclient
name: DataPlane SSH conn
descr: DataPlane.org is a community-powered Internet data, feeds,<br>and measurement resource for operators, by operators. IP addresses that<br>has been seen initiating an unsolicited SSH connection to a remote host.
firehol_link: http://iplists.firehol.org/?ipset=dataplane_sshclient
provider_link: https://dataplane.org/
url: https://dataplane.org/sshclient.txt
regex: ".*?(\\A)"
# The time of updating the list was viewed here: https://dataplane.org/
time:
hour: "*/4"
minute: 10
- id: dataplane_org_sshpwauth
name: DataPlane SSH login
descr: DataPlane.org is a community-powered Internet data, feeds,<br>and measurement resource for operators, by operators. IPs trying<br>an unsolicited login to a host using SSH password authentication.
firehol_link: http://iplists.firehol.org/?ipset=dataplane_sshpwauth
provider_link: https://dataplane.org/
url: https://dataplane.org/sshpwauth.txt
regex: ".*?(\\A)"
# The time of updating the list was viewed here: https://dataplane.org/
time:
hour: "*/4"
minute: 10
- id: dataplane_org_vnc_rfb
name: DataPlane VNC RFB
descr: DataPlane.org is a community-powered Internet data, feeds,<br>and measurement resource for operators, by operators. IPs initiating<br>an unsolicited VNC remote frame buffer (RFB) session to a remote host.
firehol_link: http://iplists.firehol.org/?ipset=dataplane_vncrfb
provider_link: https://dataplane.org/
url: https://dataplane.org/vncrfb.txt
regex: ".*?(\\A)"
# The time of updating the list was viewed here: https://dataplane.org/
time:
hour: "*/4"
minute: 10
- id: dataplane_org_telnet_login
name: DataPlane TELNET login
descr: DataPlane.org is a community-powered Internet data, feeds,<br>and measurement resource for operators, by operators. IPs trying<br>an unsolicited login via TELNET password authentication.
provider_link: https://dataplane.org/
url: https://dataplane.org/telnetlogin.txt
regex: ".*?(\\A)"
# The time of updating the list was viewed here: https://dataplane.org/
time:
hour: "*/4"
minute: 10
- id: dataplane_org_smtp_greet
name: DataPlane SMTP greeting
descr: DataPlane.org is a community-powered Internet data, feeds,<br>and measurement resource for operators, by operators. IPs that are<br>identified as SMTP clients issuing unsolicited HELO or EHLO commands.
provider_link: https://dataplane.org/
url: https://dataplane.org/smtpgreet.txt
regex: ".*?(\\A)"
# The time of updating the list was viewed here: https://dataplane.org/
time:
hour: "*/4"
minute: 10
- id: dataplane_org_smtp_data
name: DataPlane SMTP data
descr: DataPlane.org is a community-powered Internet data, feeds,<br>and measurement resource for operators, by operators. IP addresses that <br>have been identified as SMTP clients sending unsolicited DATA commands.
provider_link: https://dataplane.org/
url: https://dataplane.org/smtpdata.txt
regex: ".*?(\\A)"
# The time of updating the list was viewed here: https://dataplane.org/
time:
hour: "*/4"
minute: 10
- id: dataplane_org_proto41
name: DataPlane proto-41
descr: DataPlane.org is a community-powered Internet data, feeds,<br>and measurement resource for operators, by operators. IP addresses that<br>are identified as an open IPv4 protocol 41 relay (i.e. IPv6 over IPv4).
provider_link: https://dataplane.org/
url: https://dataplane.org/proto41.txt
regex: ".*?(\\A)"
# The time of updating the list was viewed here: https://dataplane.org/
time:
hour: "*/4"
minute: 10
- id: dataplane_org_sipinvitation
name: DataPlane SIP invitation
descr: DataPlane.org is a community-powered Internet data, feeds,<br>and measurement resource for operators, by operators. IP addresses that<br>have been seen initiating an unsolicited SIP INVITE operation to a remote host.
firehol_link: http://iplists.firehol.org/?ipset=dataplane_sipinvitation
provider_link: https://dataplane.org/
url: https://dataplane.org/sipinvitation.txt
regex: ".*?(\\A)"
# The time of updating the list was viewed here: https://dataplane.org/
time:
hour: "*/4"
minute: 10
- id: dataplane_org_sipquery
name: DataPlane SIP query
descr: DataPlane.org is a community-powered Internet data, feeds,<br>and measurement resource for operators, by operators. IP addresses that<br>has been seen initiating an unsolicited SIP OPTIONS query to a remote host.
firehol_link: http://iplists.firehol.org/?ipset=dataplane_sipquery
provider_link: https://dataplane.org/
url: https://dataplane.org/sipquery.txt
regex: ".*?(\\A)"
# The time of updating the list was viewed here: https://dataplane.org/
time:
hour: "*/4"
minute: 10
- id: dataplane_org_sipregistration
name: DataPlane SIP registration
descr: DataPlane.org is a community-powered Internet data, feeds,<br>and measurement resource for operators, by operators. IP addresses that<br>have been seen initiating an unsolicited SIP REGISTER operation to a remote host.
firehol_link: http://iplists.firehol.org/?ipset=dataplane_sipregistration
provider_link: https://dataplane.org/
url: https://dataplane.org/sipregistration.txt
regex: ".*?(\\A)"
# The time of updating the list was viewed here: https://dataplane.org/
time:
hour: "*/4"
minute: 10
# Lists from FireHOL
- id: bambenek_c2
name: Bambenek C&Cs
descr: Bambenek Consulting master feed of known, active and non-sinkholed C&Cs IP addresses
firehol_link: http://iplists.firehol.org/?ipset=bambenek_c2
provider_link: https://osint.bambenekconsulting.com/feeds/
url: https://iplists.firehol.org/files/bambenek_c2.ipset
regex: "^(\\A)"
time:
hour: "0,6,12,18"
minute: 5
# AbuseIPDB blacklist is available to authorized users only, fill in the "Key" below with your API key and uncomment
#- id: abuseipdb
# name: AbuseIPDB
# descr: AbuseIPDB is a project managed by Marathon Studios Inc.<br>Lists IPs performing a malicious activity (DDoS, spam, phishing...)
# provider_link: https://www.abuseipdb.com/
# url: https://api.abuseipdb.com/api/v2/blacklist
# regex: ""
# time:
# hour: 6
# minute: 0
# params:
# confidenceMinimum: "50"
# headers:
# Accept: "text/plain"
# Key: ""
# The following blacklists should be rsynced to local files by scripts in
# cron, therefore they're not available until those scripts are set up and
# therefore they're disabled by default.
#- id: uceprotect
# name: UCEPROTECT L1
# descr: UCEPROTECT-NETWORK list of spam IPs.
# provider_link: http://www.uceprotect.net/en/index.php
# url: file:///data/blacklists/uceprotect-level1
# regex: "^([0-9]*\\.[0-9]*\\.[0-9]*\\.[0-9]*)$"
# time:
# hour: 1,9,17
# minute: 45
#
#- id: psbl
# name: PSBL
# descr: The Passive Spam Block List uses the Spamikaze software to detect spam IPs.
# provider_link: https://psbl.org/about/
# url: file:///data/blacklists/psbl.txt
# regex: "^([0-9]*\\.[0-9]*\\.[0-9]*\\.[0-9]*)$"
# time:
# hour: 1,9,17
# minute: 45