Add URL match for banks, google and microsoft

pull/271/head
Koen Van Impe 2024-05-10 11:21:40 +02:00
parent 2c7d29985e
commit bd6c44d687
3 changed files with 9 additions and 6 deletions

View File

@ -1975,9 +1975,10 @@
"matching_attributes": [ "matching_attributes": [
"domain", "domain",
"hostname", "hostname",
"domain|ip" "domain|ip",
"url"
], ],
"name": "List of known bank domains", "name": "List of known bank domains",
"type": "hostname", "type": "hostname",
"version": 4 "version": 5
} }

View File

@ -673,9 +673,10 @@
"matching_attributes": [ "matching_attributes": [
"domain", "domain",
"hostname", "hostname",
"domain|ip" "domain|ip",
"url"
], ],
"name": "List of known google domains", "name": "List of known google domains",
"type": "string", "type": "string",
"version": 6 "version": 7
} }

View File

@ -196,9 +196,10 @@
"matching_attributes": [ "matching_attributes": [
"domain", "domain",
"hostname", "hostname",
"domain|ip" "domain|ip",
"url"
], ],
"name": "List of known microsoft domains", "name": "List of known microsoft domains",
"type": "string", "type": "string",
"version": 4 "version": 5
} }