Skip to content

Add rules for Tanglebot#76

Merged
haeter525 merged 1 commit into
ev-flow:masterfrom
pulorsok:add-tanglebot-rules
May 18, 2026
Merged

Add rules for Tanglebot#76
haeter525 merged 1 commit into
ev-flow:masterfrom
pulorsok:add-tanglebot-rules

Conversation

@pulorsok
Copy link
Copy Markdown
Member

close #75

@pulorsok pulorsok force-pushed the add-tanglebot-rules branch 2 times, most recently from 12a865f to e91476c Compare May 14, 2026 10:11
* Adds rule #00275 "Hide the current app's icon", generated from
  analysis of TangleBot samples.  Captures a second dataflow path
  for the same icon-hide behavior already covered by #00079:
  whereas #00079 pairs PackageManager retrieval with the disable
  call, #00275 pairs the current app's own package name retrieval
  (Context.getPackageName) with the disable call — proving that
  the ComponentName being disabled was constructed from this app's
  own package and not someone else's.  Observed in
  Lla/lasecurity/trbanking/MainActivity (the malware's own
  MainActivity) across multiple TangleBot samples.
* Refines the existing rule pool by re-tuning scores from
  score_adjustment with the TangleBot sample set added.  274 rules
  retuned; 1 new rule added.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@pulorsok pulorsok force-pushed the add-tanglebot-rules branch from e91476c to 7d01276 Compare May 14, 2026 10:17
Copy link
Copy Markdown
Member

@haeter525 haeter525 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@haeter525 haeter525 merged commit 1c06517 into ev-flow:master May 18, 2026
2 checks passed
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.

Add Rules to detect Tanglebot Family

2 participants