Merge pull request #73 from raw-data/master

[add] new domain for whats-my-ip section
pull/79/head
Alexandre Dulaunoy 2018-07-04 10:50:25 +02:00 committed by GitHub
commit 41f9ffd45a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "List of known domains to know external IP",
"version": 4,
"version": 5,
"description": "Event contains one or more entries of known 'what's is my ip' domains",
"matching_attributes": [
"domain",
@ -228,6 +228,7 @@
"yourip.us",
"myip.opendns.com",
"whatismyip.everdot.org",
"ip-info.ff.avast.com"
"ip-info.ff.avast.com",
"ipapi.co"
]
}