fix: perfect match is string ;-)
parent
ce4fffc339
commit
6781447c8d
|
@ -6469,7 +6469,7 @@
|
||||||
"domain",
|
"domain",
|
||||||
"domain|ip"
|
"domain|ip"
|
||||||
],
|
],
|
||||||
"type": "hostname",
|
"type": "string",
|
||||||
"name": "Second level TLDs as known by Mozilla Foundation",
|
"name": "Second level TLDs as known by Mozilla Foundation",
|
||||||
"version": 5
|
"version": 6
|
||||||
}
|
}
|
||||||
|
|
|
@ -1296,8 +1296,8 @@
|
||||||
"domain",
|
"domain",
|
||||||
"domain|ip"
|
"domain|ip"
|
||||||
],
|
],
|
||||||
"type": "hostname",
|
"type": "string",
|
||||||
"description": "Event contains one or more TLDs as attribute with an IDS flag set",
|
"description": "Event contains one or more TLDs as attribute with an IDS flag set",
|
||||||
"version": 4,
|
"version": 5,
|
||||||
"name": "TLDs as known by IANA"
|
"name": "TLDs as known by IANA"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue