mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Few updates phishing
This commit is contained in:
@@ -57,6 +57,8 @@ const sensitiveKeywords = createKeywordFilter([
|
|||||||
'facebook-com',
|
'facebook-com',
|
||||||
'-facebook',
|
'-facebook',
|
||||||
'facebook-',
|
'facebook-',
|
||||||
|
'focebaak',
|
||||||
|
'.facebook.',
|
||||||
'metamask-',
|
'metamask-',
|
||||||
'-metamask',
|
'-metamask',
|
||||||
'www.apple',
|
'www.apple',
|
||||||
@@ -69,7 +71,9 @@ const sensitiveKeywords = createKeywordFilter([
|
|||||||
'inpost-pl',
|
'inpost-pl',
|
||||||
'login.microsoft',
|
'login.microsoft',
|
||||||
'login-microsoft',
|
'login-microsoft',
|
||||||
'google.com-'
|
'microsoftonline',
|
||||||
|
'google.com-',
|
||||||
|
'minecraft'
|
||||||
]);
|
]);
|
||||||
const lowKeywords = createKeywordFilter([
|
const lowKeywords = createKeywordFilter([
|
||||||
'transactions-',
|
'transactions-',
|
||||||
@@ -78,6 +82,7 @@ const lowKeywords = createKeywordFilter([
|
|||||||
'-payment',
|
'-payment',
|
||||||
'-faceb', // facebook fake
|
'-faceb', // facebook fake
|
||||||
'.faceb', // facebook fake
|
'.faceb', // facebook fake
|
||||||
|
'facebook',
|
||||||
'virus-',
|
'virus-',
|
||||||
'icloud-',
|
'icloud-',
|
||||||
'apple-',
|
'apple-',
|
||||||
@@ -91,7 +96,8 @@ const lowKeywords = createKeywordFilter([
|
|||||||
'instagram',
|
'instagram',
|
||||||
'microsoft',
|
'microsoft',
|
||||||
'passwordreset',
|
'passwordreset',
|
||||||
'.google-'
|
'.google-',
|
||||||
|
'recover'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const cacheKey = createCacheKey(__filename);
|
const cacheKey = createCacheKey(__filename);
|
||||||
@@ -155,6 +161,9 @@ async function processPhihsingDomains(domainArr: string[]) {
|
|||||||
} else if (tld.length > 6) {
|
} else if (tld.length > 6) {
|
||||||
domainScoreMap[apexDomain] += 2;
|
domainScoreMap[apexDomain] += 2;
|
||||||
}
|
}
|
||||||
|
if (apexDomain.length >= 18) {
|
||||||
|
domainScoreMap[apexDomain] += 0.5;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
subdomain
|
subdomain
|
||||||
|
|||||||
@@ -341,6 +341,7 @@ inst.360safe.com
|
|||||||
.sfmc-marketing.com
|
.sfmc-marketing.com
|
||||||
.sfmc-contentqa.com
|
.sfmc-contentqa.com
|
||||||
.living.miraclesofeucharisticjesus.org
|
.living.miraclesofeucharisticjesus.org
|
||||||
|
.dlcodes.com
|
||||||
|
|
||||||
# --- AD Block ---
|
# --- AD Block ---
|
||||||
|
|
||||||
@@ -668,6 +669,7 @@ t.ghostboard.io
|
|||||||
jobs.date-fns.org
|
jobs.date-fns.org
|
||||||
adm.meiguo.com
|
adm.meiguo.com
|
||||||
t.ghostboard.io
|
t.ghostboard.io
|
||||||
|
.focalink.com
|
||||||
|
|
||||||
.youxiaoad.com
|
.youxiaoad.com
|
||||||
.iteye.com
|
.iteye.com
|
||||||
@@ -966,6 +968,7 @@ analytics.bytegiftia.top
|
|||||||
.avadacom.com
|
.avadacom.com
|
||||||
.1897pentagram.com
|
.1897pentagram.com
|
||||||
.webspecmail.com
|
.webspecmail.com
|
||||||
|
.cp-sap.sfmc-content.com
|
||||||
|
|
||||||
# >> Alexa
|
# >> Alexa
|
||||||
data.alexa.com
|
data.alexa.com
|
||||||
|
|||||||
Reference in New Issue
Block a user