From c818e1a1debdda538ca153f1396a7fb72908bf62 Mon Sep 17 00:00:00 2001 From: devnull- Date: Fri, 6 Jan 2017 17:56:56 +0100 Subject: [PATCH 1/3] Warning list "What's my IP" service --- README.md | 1 + lists/whats-my-ip/list.json | 39 +++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 lists/whats-my-ip/list.json diff --git a/README.md b/README.md index 38b493d..4be4de4 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ are available in one of the list. The list can be globally enabled or disabled i - [lists/rfc5735](lists/rfc5735) - RFC 5735 CIDR blocks - Special Use IPv4 Addresses - [lists/second-level-tlds](lists/second-level-tlds) - Mozilla list of second level top-level domains - [lists/tlds](lists/tlds) - top-level domains +- [lists/whats-my-ip](lists/whats-my-ip) - "What's my IP" service # Format of a warning list diff --git a/lists/whats-my-ip/list.json b/lists/whats-my-ip/list.json new file mode 100644 index 0000000..ec6bd4b --- /dev/null +++ b/lists/whats-my-ip/list.json @@ -0,0 +1,39 @@ +{ + "name": "List of known domains to know external IP", + "version": 2, + "description": "Event contains one or more entries of known 'what's is my ip' domains", + "matching_attributes": [ "domain", "hostname", "domain|ip" ], + "list": [ + "api.ipify.org", + "checkip.dyndns.com", + "icanhazip.com", + "ifcfg.me", + "ifconfig.co", + "ip4.me", + "ip-adress.eu", + "ip.anysrc.net", + "ipchicken.com", + "ipecho.net", + "ipinfo.info", + "ip-secrets.com", + "myexternalip.com", + "myipaddress.com", + "my-ip-address.net", + "myipnumber.com", + "vermiip.es", + "whatismybrowser.com", + "whatismyipaddress.com", + "whatismyip.com", + "whatismyip.com.br", + "whatismyip.li", + "whatismyip.net", + "whatismyip.org", + "whatismypublicip.com", + "whatsmyip.ie", + "whatsmyip.net", + "whatsmyip.org", + "wtfismyip.com", + "xmyip.com" + ] +} + From 8864d00c7c9fad50032edd17c125f23f32581f07 Mon Sep 17 00:00:00 2001 From: devnull- Date: Fri, 6 Jan 2017 18:04:37 +0100 Subject: [PATCH 2/3] Add ip-score.com --- lists/whats-my-ip/list.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lists/whats-my-ip/list.json b/lists/whats-my-ip/list.json index ec6bd4b..52b8bf2 100644 --- a/lists/whats-my-ip/list.json +++ b/lists/whats-my-ip/list.json @@ -33,6 +33,7 @@ "whatsmyip.net", "whatsmyip.org", "wtfismyip.com", + "ip-score.com", "xmyip.com" ] } From 63468bc1ac13af2e51064995f8c480a12761accc Mon Sep 17 00:00:00 2001 From: devnull- Date: Fri, 6 Jan 2017 18:07:03 +0100 Subject: [PATCH 3/3] Add types URI & URL --- lists/whats-my-ip/list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lists/whats-my-ip/list.json b/lists/whats-my-ip/list.json index 52b8bf2..90f435e 100644 --- a/lists/whats-my-ip/list.json +++ b/lists/whats-my-ip/list.json @@ -2,7 +2,7 @@ "name": "List of known domains to know external IP", "version": 2, "description": "Event contains one or more entries of known 'what's is my ip' domains", - "matching_attributes": [ "domain", "hostname", "domain|ip" ], + "matching_attributes": [ "domain", "hostname", "domain|ip", "uri", "url" ], "list": [ "api.ipify.org", "checkip.dyndns.com",