rBAT Threat Intelligence Report

Automated Binary Triage & Risk Assessment

Executive Summary

Target File: {{ target_file }}
Analysis Date: {{ analysis_date }}
Risk Score: {{ score }}/100 ({{ severity }})

Recommendations

{% if has_heatmap %}
Section Entropy Analysis
{{ heatmap_svg|safe }}
{% endif %}
Technical Indicators of Compromise (IOCs)
{% for finding in findings %} {% endfor %} {% if findings.is_empty() %} {% endif %}
INDICATOR CONFIDENCE DESCRIPTION
{{ finding.indicator }} {{ finding.confidence }} {{ finding.description }}
No significant indicators detected.
Deep Technical Analysis

Binary Metadata

Property Value
Binary Type {{ binary_type }}
Entry Point {{ entry_point }}
Architecture {{ architecture }}

Detected Capabilities

{% if capabilities.is_empty() %}

No specific suspicious capabilities detected.

{% else %} {% for cap in capabilities %} {% endfor %}
Category Details
{{ cap.category }} {{ cap.details }}
{% endif %}

Signature Matches

{% if signatures.is_empty() %}

No signature matches (Packers/YARA) detected.

{% else %} {% for sig in signatures %} {% endfor %}
Type Match Details
{{ sig.category }} {{ sig.details }}
{% endif %}