| Type | Source URL | Matches (Rules & Heuristics) | Content Snippet |
|---|---|---|---|
| {{ s.type or 'unknown' }} | {% if s.src %} {{ s.src[:100] }}{% if s.src|length > 100 %}…{% endif %} {% else %} N/A {% endif %} |
{% set has_rules = s.rules and s.rules|length > 0 %}
{% set has_heur = s.heuristics and s.heuristics|length > 0 %}
{% if has_rules %}
Rules
Heuristics
|
{% if s.content_snippet %}
View snippet ({{ s.content_snippet|length }} chars){{ s.content_snippet }}
|
No suspicious scripts detected.
{% endif %}