Add SANS lists
This commit is contained in:
parent
1f6d8cc53c
commit
45628702b6
|
@ -7,9 +7,8 @@
|
|||
## Sample feeds of suspect IP addresses:
|
||||
## - https://github.com/stamparm/ipsum
|
||||
## - https://github.com/tg12/bad_packets_blocklist
|
||||
## - https://isc.sans.edu/block.txt
|
||||
## - https://block.energized.pro/extensions/ips/formats/list.txt
|
||||
## Use only one of the levels from that list. 1 is not very reliable
|
||||
## (may have a lot of false positives), 8 is the most reliable subset.
|
||||
|
||||
163.5.1.4
|
||||
94.46.118.*
|
||||
|
|
|
@ -26,6 +26,15 @@
|
|||
# Local additions
|
||||
file:domains-blacklist-local-additions.txt
|
||||
|
||||
# SANS Institute suspicious domains, HIGH sensitivity level
|
||||
https://isc.sans.edu/feeds/suspiciousdomains_High.txt
|
||||
|
||||
# SANS Institute suspicious domains, MEDIUM sensitivity level
|
||||
# https://isc.sans.edu/feeds/suspiciousdomains_Medium.txt
|
||||
|
||||
# SANS Institute suspicious domains, LOW sensitivity level (not recommended)
|
||||
# https://isc.sans.edu/feeds/suspiciousdomains_Low.txt
|
||||
|
||||
# Malware domains
|
||||
https://mirror1.malwaredomains.com/files/justdomains
|
||||
|
||||
|
|
Loading…
Reference in New Issue