diff --git a/Build/lib/get-phishing-domains.ts b/Build/lib/get-phishing-domains.ts index 8c08bd63..a5644555 100644 --- a/Build/lib/get-phishing-domains.ts +++ b/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',