From 1e6e02fea6ee5e97478d59215ba26b94d33e25df Mon Sep 17 00:00:00 2001 From: Jonathan <31014552+jtb6@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:47:04 -0400 Subject: [PATCH 1/2] Add PhishTank --- manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifest.json b/manifest.json index 6f58c78a..d294cefd 100644 --- a/manifest.json +++ b/manifest.json @@ -186,6 +186,15 @@ "entry" ], "format": "hostname" + }, + { + "url": "https://global-sublime-static-lists.s3.amazonaws.com/latest/phishtank_domain_paths_verified.txt.gz", + "identifier": "phishtank_domain_paths_verified", + "display_name": "PhishTank: Domains with paths appended, from the PhishTank database. Note: Entries are limited to Phishtank-verified, but are otherwise unfiltered. We recommend using filtering logic in MQL to reduce potential false positives.", + "headers": [ + "entry" + ], + "format": "hostname" } ] } From 7b62fb9a490cef01932e347422c7dd33861e4531 Mon Sep 17 00:00:00 2001 From: Jonathan <31014552+jtb6@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:56:42 -0400 Subject: [PATCH 2/2] Adjust Phishtank display --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d294cefd..23747c2f 100644 --- a/manifest.json +++ b/manifest.json @@ -190,7 +190,7 @@ { "url": "https://global-sublime-static-lists.s3.amazonaws.com/latest/phishtank_domain_paths_verified.txt.gz", "identifier": "phishtank_domain_paths_verified", - "display_name": "PhishTank: Domains with paths appended, from the PhishTank database. Note: Entries are limited to Phishtank-verified, but are otherwise unfiltered. We recommend using filtering logic in MQL to reduce potential false positives.", + "display_name": "PhishTank: Domains with paths appended, from the URLs in the PhishTank database. Note: Entries are limited to Phishtank-verified, but are otherwise unfiltered. We recommend using filtering logic in MQL to reduce potential false positives.", "headers": [ "entry" ],