-
Notifications
You must be signed in to change notification settings - Fork 6
/
profiles_ipi_feeds.conf
62 lines (62 loc) · 2.41 KB
/
profiles_ipi_feeds.conf
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
# Christopher MJ Gray | Product Management Engineer - SP | NA | F5 Networks | | cgray@f5.com | https://github.com/c2theg/F5_DDoS_BP
# Updated: 4/3/2021
# Version: 1.0.7
# tmsh show running-config security ip-intelligence
#---------------------------------------------------------------------------------------------------------------------------------------------
security ip-intelligence feed-list DDoS_Feeds {
description "DDoS related address lists"
feeds {
blacklist_bogon_v4 {
default-blacklist-category DDoS_Blacklisted
poll {
interval 432630
url https://raw.githubusercontent.com/c2theg/DDoS_lists/master/fullbogons-ipv4.txt
}
}
blacklist_bogon_v6 {
default-blacklist-category DDoS_Blacklisted
poll {
interval 432200
url https://raw.githubusercontent.com/c2theg/DDoS_lists/master/fullbogons-ipv6.txt
}
}
blacklist_Tor_Exit_Nodes {
default-blacklist-category DDoS_Blacklisted
poll {
interval 86300
url https://raw.githubusercontent.com/c2theg/DDoS_lists/master/Tor_exit_nodes.txt
}
}
blacklist_generic_ips {
default-blacklist-category DDoS_Blacklisted
poll {
interval 86400
url https://raw.githubusercontent.com/c2theg/DDoS_lists/master/blacklist_generic_ips.txt
}
}
whitelist_dns_servers {
default-blacklist-category DDoS_Whitelisted
default-list-type whitelist
poll {
interval 432000
url https://raw.githubusercontent.com/c2theg/DDoS_lists/master/whitelist_dns_servers.txt
}
}
whitelist_ntp_servers {
default-blacklist-category DDoS_Whitelisted
default-list-type whitelist
poll {
interval 432010
url https://raw.githubusercontent.com/c2theg/DDoS_lists/master/whitelist_ntp_servers.txt
}
}
whitelist_update_domains {
default-blacklist-category DDoS_Whitelisted
default-list-type whitelist
poll {
interval 86400
url https://raw.githubusercontent.com/c2theg/DDoS_lists/master/whitelist_update_domains.txt
}
}
}
}