Skip to content

Weekly threat-intel roadmap — 2026-07-26 - #107

Open
alekslinde wants to merge 2 commits into
mainfrom
threat-intel/2026-07-26
Open

Weekly threat-intel roadmap — 2026-07-26#107
alekslinde wants to merge 2 commits into
mainfrom
threat-intel/2026-07-26

Conversation

@alekslinde

@alekslinde alekslinde commented Jul 26, 2026

Copy link
Copy Markdown
Owner

Summary

Six new detection gaps identified this week. All proposals are additive-only changes to existing constants/functions in lib/scamDetector.ts — no architecture changes required.

Issue Tactic Key signal Target
#101 High-abuse TLD escalation Add .shop, .store, .vip, .lol, .monster to SUSPICIOUS_TLDS scamDetector.ts
#102 TOAD callback phishing email Fake Norton/McAfee/Geek Squad invoice + call-to-dispute + no URL scamDetector.ts
#103 Chinese authority impersonation "chinese police", "arrest warrant", "detention order" in govMentions / URGENCY_WORDS scamDetector.ts
#104 Deepfake investment platforms Named ASIC-warned platforms: "quantum ai", "immediate edge", etc. scamDetector.ts
#105 Rental/bond fraud "updated bank details" + rental context compound scamDetector.ts
#106 myID re-registration phishing "digital identity verification", "myid has been suspended" phrases scamDetector.ts

Top recommendation

#102 (TOAD callback phishing) is the single highest-impact change. Fake subscription emails with no URL currently score too low to warn users, because all existing URL-scanner logic is bypassed. The compound four-factor check (fake brand + call-to-dispute + dollar amount + no URL) is low-FP and catches a Scamwatch-alerted active campaign.

This PR contains

  • docs/threat-intel/2026-07-26-threat-roadmap.md — research, gap analysis, and full issue bodies

No lib/ files are modified. Detection changes ship via the individual issues above.

claude and others added 2 commits August 2, 2026 22:52
Six new detection gaps identified: high-abuse TLD escalation (.shop/.store/.vip/.lol/.monster promoted from watchlist), TOAD callback phishing via fake subscription email (Norton/McAfee/Geek Squad/Coinbase), Chinese authority/foreign official impersonation targeting AU diaspora, named ASIC-warned AI trading platforms (Quantum AI / Immediate Edge family), rental-bond "updated bank details" fraud, and myID forced re-registration phishing phrases.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012kuU7cuqbW1DNWnbxrEZDt
Adds a Status block marking D1-D6 as shipped (#101-#106 via #109 and #111),
leaving D7 as the sole outstanding item, now tracked in #113.

Also records the two places the implementation deviated from the proposals,
so this file isn't misread as a description of the shipped code:

- D3 went into a separate foreignAuthorityMentions list at +35, not
  govMentions, whose flag wording ('verify via official channels') is wrong
  advice for a foreign police impersonation.
- D5 kept 'rental bond'/'holding deposit' out of REQUEST_WORDS; they only
  appear in the composite, matching this file's own note that rental bond
  alone should not score.

Corrects T7/D7: tested against the live regex, 'scan the QR code in the
attached PDF' is already caught, so that proposed pattern is redundant. Only
the inverted 'the attachment contains a QR code' phrasing is a real gap.

Research content is otherwise unchanged. Rebased onto main (was 27 commits
behind); docs-only, no code touched.
@alekslinde
alekslinde force-pushed the threat-intel/2026-07-26 branch from 5d31e2c to 129a470 Compare August 2, 2026 13:22
@alekslinde
alekslinde marked this pull request as ready for review August 2, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants