diff options
| author | CHEF-KOCH <[email protected]> | 2015-09-04 14:41:00 +0200 |
|---|---|---|
| committer | CHEF-KOCH <[email protected]> | 2015-09-04 14:41:00 +0200 |
| commit | 5fd894bbaaf0ac6d5adf66954a4d442088c9c517 (patch) | |
| tree | a37eaf276c31862b4c22c04bfa6da15a6b70872f | |
| parent | ToDo update, minor corrections (diff) | |
| download | nsablocklist-5fd894bbaaf0ac6d5adf66954a4d442088c9c517.tar.xz nsablocklist-5fd894bbaaf0ac6d5adf66954a4d442088c9c517.zip | |
small changes, prepare IPv6 HOSTS and may add bit notation and dotted decimal lists in the future
Dotted decimal list = In an reserved-netmask Cisco ACl format
Bit Notation List = In an Juniper prefix-list format
Both are html formatted, for e.g. blogs, cisco routers, ...
Signed-off-by: CHEF-KOCH <[email protected]>
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | problematic.txt | 17 |
2 files changed, 18 insertions, 0 deletions
@@ -221,6 +221,7 @@ Spying programs * WEALTHYCLUSTER * APEX * COMSAT +* IRRITANT HORN * .... diff --git a/problematic.txt b/problematic.txt index 58dae50..bfb5684 100644 --- a/problematic.txt +++ b/problematic.txt @@ -1,10 +1,27 @@ The following addresses may break some providers and are excluded from the HOSTS file: -------------------------------------------------------------------------------------- +############## +#### IANA #### +############## # IANA Multicast [block if you not need it] 224.0.0.0 - 239.255.255.255 +# IANA Private list [block if you not need it] + + + +# IANA Reserved list [block if you not need it] + + + +# RFC 1918 for e.g. OpenVPN/... +#10.0.0.0 - 10.255.255.255 [(10/8 prefix] +#172.16.0.0 - 172.31.255.255 [(172.16/12 prefix] +#192.168.0.0 - 192.168.255.255 [192.168/16 prefix] + + # Deutsche Telekom AG [NSA-affiliated IP ranges] 79.192.0.0 - 79.244.191.255 80.128.0.0 - 80.146.159.255 |