← Back to Home

Stable Behavioral Signature Search

Behavioral pattern:

ev:none|fc:none|st:high|si:low|ft:low|dw:none|dm:none|E:n|F:n|D:n|W:n|cx:huge|vol:high|tp:burst|ts:moderate|ps:flat|pd:deep|pw:wide|sq:moderate|sl:y|tt:setTimeout->setTimeout

Hash: a03f7b275990b8bd4825da45d0245235461ab6731fd877c7562ecf0e79112af7

Found 9 scans with this behavioral pattern

Stable signatures group scripts by behavioral category (API usage buckets, complexity tier, timing pattern) rather than exact values, enabling similarity clustering across different sites.

Risk Level:CRITICAL
Scanned: 3/30/2026, 6:09:49 PM
View Scan
Risk Level:CRITICAL
Scanned: 3/30/2026, 1:29:31 PM
View Scan

About Stable Behavioral Signatures

Stable signatures categorize JavaScript behavior into buckets rather than using exact values. This means scripts with similar (but not identical) behavior will share the same signature.

  • API call counts bucketed: none, low (1-3), medium (4-10), high (11-50), very high (50+)
  • Code complexity tiers: tiny, small, medium, large, huge
  • Boolean flags for high-risk APIs: eval, Function constructor, DOM manipulation
  • Timing pattern classification: periodic, burst, random