Browse Source

Chore: update phishing domain TLD filter

SukkaW 1 year ago
parent
commit
58607ac27c
1 changed files with 15 additions and 0 deletions
  1. 15 0
      Build/lib/get-phishing-domains.ts

+ 15 - 0
Build/lib/get-phishing-domains.ts

@@ -21,8 +21,10 @@ const WHITELIST_DOMAIN = [
   'notion.site'
 ];
 const BLACK_TLD = new Set([
+  'accountant',
   'autos',
   'bar',
+  'bid',
   'biz',
   'bond',
   'business',
@@ -42,7 +44,11 @@ const BLACK_TLD = new Set([
   'com.pl',
   'com.vn',
   'cool',
+  'cricket',
   'cyou',
+  'date',
+  'download',
+  'faith',
   'fit',
   'fun',
   'ga',
@@ -57,29 +63,38 @@ const BLACK_TLD = new Set([
   'life',
   'live',
   'link',
+  'loan',
   'ltd',
+  'men',
   'ml',
   'mobi',
   'net.pl',
   'one',
   'online',
+  'party',
   'pro',
   'pl',
   'pw',
+  'racing',
   'rest',
+  'review',
   'rf.gd',
   'sa.com',
   'sbs',
+  'science',
   'shop',
   'site',
   'space',
   'store',
+  'stream',
   'tech',
   'tk',
   'tokyo',
   'top',
+  'trade',
   'vip',
   'vn',
+  'webcam',
   'website',
   'win',
   'xyz',