Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding matching type URL to warninglists #169

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lists/bank-website/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,8 @@
"matching_attributes": [
"domain",
"hostname",
"domain|ip"
"domain|ip",
"URL"
],
"name": "List of known bank domains",
"type": "hostname",
Expand Down
3 changes: 2 additions & 1 deletion lists/cisco_top1000/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,8 @@
"hostname",
"domain",
"url",
"domain|ip"
"domain|ip",
"URL"
],
"name": "Top 1000 websites from Cisco Umbrella",
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion lists/dax30/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"matching_attributes": [
"domain",
"hostname",
"domain|ip"
"domain|ip",
"URL"
],
"name": "List of known dax30 webpages",
"type": "hostname",
Expand Down
3 changes: 2 additions & 1 deletion lists/google/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,8 @@
"matching_attributes": [
"domain",
"hostname",
"domain|ip"
"domain|ip",
"URL"
],
"name": "List of known google domains",
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion lists/majestic_million/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -10004,7 +10004,8 @@
],
"matching_attributes": [
"hostname",
"domain"
"domain",
"URL"
],
"name": "Top 10K websites from Majestic Million",
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion lists/microsoft-attack-simulator/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"ip-dst",
"domain",
"domain|ip",
"hostname"
"hostname",
"URL"
],
"name": "List of known Office 365 Attack Simulator used for phishing awareness campaigns",
"type": "substring",
Expand Down
3 changes: 2 additions & 1 deletion lists/microsoft-office365/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@
"matching_attributes": [
"domain",
"domain|ip",
"hostname"
"hostname",
"URL"
],
"name": "List of known Office 365 URLs",
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion lists/microsoft-win10-connection-endpoints/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@
"matching_attributes": [
"domain",
"hostname",
"domain|ip"
"domain|ip",
"URL"
],
"name": "List of known Windows 10 connection endpoints",
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion lists/microsoft/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@
"matching_attributes": [
"domain",
"hostname",
"domain|ip"
"domain|ip",
"URL"
],
"name": "List of known microsoft domains",
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion lists/rfc6761/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"matching_attributes": [
"hostname",
"domain",
"domain|ip"
"domain|ip",
"URL"
],
"name": "List of RFC 6761 Special-Use Domain Names",
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion lists/tlds/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,8 @@
"matching_attributes": [
"hostname",
"domain",
"domain|ip"
"domain|ip",
"URL"
],
"name": "TLDs as known by IANA",
"type": "string",
Expand Down