Make fake TLD in Phishing Hosts lethal match

This commit is contained in:
SukkaW
2025-03-02 23:21:36 +08:00
parent f655e54cd7
commit a05e0ec27c
2 changed files with 15 additions and 23 deletions

View File

@@ -45,7 +45,15 @@ export const leathalKeywords = createKeywordFilter([
'inpost-pl',
'vlnted-',
'allegrolokalnie',
'thetollroads'
'thetollroads',
'getipass',
// Fake TLD
'.pl-',
'.com-',
'.net-',
'.org-',
'.gov-'
]);
export const sensitiveKeywords = createKeywordFilter([
@@ -72,13 +80,8 @@ export const sensitiveKeywords = createKeywordFilter([
'google.com-',
'minecraft',
'staemco',
'oferta'
]);
export const fakeTldKeywords = createKeywordFilter([
'.pl-',
'.com-',
'.net-'
'oferta',
'txtag'
]);
export const lowKeywords = createKeywordFilter([