diff --git a/Build/lib/get-phishing-domains.ts b/Build/lib/get-phishing-domains.ts index 391e5b29..16023383 100644 --- a/Build/lib/get-phishing-domains.ts +++ b/Build/lib/get-phishing-domains.ts @@ -34,12 +34,14 @@ const BLACK_TLD = new Set([ 'cricket', 'cyou', 'date', + 'digital', 'download', 'faith', 'fit', 'fun', 'ga', 'gd', + 'gives', 'gq', 'group', 'host', @@ -126,7 +128,7 @@ export const getPhishingDomains = (parentSpan: Span) => parentSpan.traceChild('g } const tld = getPublicSuffix(safeGorhillLine, looseTldtsOpt); - if (!tld || !BLACK_TLD.has(tld)) continue; + if (!tld || (!BLACK_TLD.has(tld) && tld.length < 7)) continue; domainCountMap[apexDomain] ||= 0; domainCountMap[apexDomain] += calcDomainAbuseScore(line); @@ -159,7 +161,8 @@ export function calcDomainAbuseScore(line: string) { if (isPhishingDomainMockingCoJp) { weight += 4; } - } else if (line.includes('.customer')) { + } + if (line.includes('.customer')) { weight += 0.25; } diff --git a/Source/domainset/reject_sukka.conf b/Source/domainset/reject_sukka.conf index 8f7dad6b..58745493 100644 --- a/Source/domainset/reject_sukka.conf +++ b/Source/domainset/reject_sukka.conf @@ -305,6 +305,7 @@ inst.360safe.com .myenotice.com .eu5.net .jdie.pl +.lumindigitalhosting.com # --- AD Block ---