Updated warninglists with domains or IP addresses to also include domain|ip type attributes
- fixes issue as reported by @Delta-Sierrapull/4/head
parent
58ac9ff865
commit
30ef83db0b
|
@ -1005,6 +1005,7 @@
|
|||
"description": "Event contains one or more entries from the top 1000 of the most used website (Alexa).",
|
||||
"matching_attributes": [
|
||||
"hostname",
|
||||
"domain"
|
||||
"domain",
|
||||
"domain|ip"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "List of known google domains",
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"description": "Event contains one or more entries of known google domains",
|
||||
"matching_attributes": [ "domain", "hostname" ],
|
||||
"matching_attributes": [ "domain", "hostname", "domain|ip" ],
|
||||
"list": [
|
||||
".google.com",
|
||||
".google.ad",
|
||||
|
|
|
@ -22,9 +22,10 @@
|
|||
],
|
||||
"matching_attributes": [
|
||||
"ip-src",
|
||||
"ip-dst"
|
||||
"ip-dst",
|
||||
"domain|ip"
|
||||
],
|
||||
"description": "Event contains one or more entries part of the RFC 5771 multicast CIDR blocks",
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"name": "List of RFC 5771 multicast CIDR blocks"
|
||||
}
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
"name": "List of known public DNS resolvers",
|
||||
"version": 2,
|
||||
"version": 3,
|
||||
"description": "Event contains one or more public DNS resolvers as attribute with an IDS flag set",
|
||||
"matching_attributes": [
|
||||
"ip-src",
|
||||
"ip-dst"
|
||||
"ip-dst",
|
||||
"domain|ip"
|
||||
],
|
||||
"list": [
|
||||
"8.8.8.8",
|
||||
|
|
|
@ -9,9 +9,10 @@
|
|||
],
|
||||
"matching_attributes": [
|
||||
"ip-src",
|
||||
"ip-dst"
|
||||
"ip-dst",
|
||||
"domain|ip"
|
||||
],
|
||||
"description": "Event contains one or more entries part of the RFC 1918 CIDR blocks",
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"name": "List of RFC 1918 CIDR blocks"
|
||||
}
|
||||
|
|
|
@ -21,9 +21,10 @@
|
|||
],
|
||||
"matching_attributes": [
|
||||
"ip-src",
|
||||
"ip-dst"
|
||||
"ip-dst",
|
||||
"domain|ip"
|
||||
],
|
||||
"description": "Event contains one or more entries part of the RFC 5735 CIDR blocks - Special Use IPv4 Addresses",
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"name": "List of RFC 5735 CIDR blocks"
|
||||
}
|
||||
|
|
|
@ -6466,8 +6466,9 @@
|
|||
],
|
||||
"matching_attributes": [
|
||||
"hostname",
|
||||
"domain"
|
||||
"domain",
|
||||
"domain|ip"
|
||||
],
|
||||
"name": "Second level TLDs as known by Mozilla Foundation",
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
|
|
@ -1293,9 +1293,10 @@
|
|||
],
|
||||
"matching_attributes": [
|
||||
"hostname",
|
||||
"domain"
|
||||
"domain",
|
||||
"domain|ip"
|
||||
],
|
||||
"description": "Event contains one or more TLDs as attribute with an IDS flag set",
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"name": "TLDs as known by IANA"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue