Changed warninglist from sting matches to hostname type
parent
c724e23772
commit
7c5a09a735
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "List of known URL Shorteners domains",
|
"name": "List of known URL Shorteners domains",
|
||||||
"version": 3,
|
"version": 4,
|
||||||
"description": "Event contains one or more entries of known Shorteners domains",
|
"description": "Event contains one or more entries of known Shorteners domains",
|
||||||
"matching_attributes": [
|
"matching_attributes": [
|
||||||
"domain",
|
"domain",
|
||||||
|
@ -9,6 +9,9 @@
|
||||||
"url",
|
"url",
|
||||||
"uri"
|
"uri"
|
||||||
],
|
],
|
||||||
|
"type": [
|
||||||
|
"hostname"
|
||||||
|
],
|
||||||
"list": [
|
"list": [
|
||||||
"1url.com",
|
"1url.com",
|
||||||
"adcraft.co",
|
"adcraft.co",
|
||||||
|
|
Loading…
Reference in New Issue