Skip to content

Commit

Permalink
Add URL match for banks, google and microsoft
Browse files Browse the repository at this point in the history
  • Loading branch information
cudeso committed May 10, 2024
1 parent 2c7d299 commit bd6c44d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions lists/bank-website/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
5 changes: 3 additions & 2 deletions lists/google/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
5 changes: 3 additions & 2 deletions lists/microsoft/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit bd6c44d

Please sign in to comment.