Merge pull request #271 from cudeso/main

Add URL match for banks, google and microsoft
pull/272/head
Alexandre Dulaunoy 2024-05-10 11:30:10 +02:00 committed by GitHub
commit 3cf8a817cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 6 deletions

View File

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

View File

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

View File

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