{% extends "base.html" %} {% from "partials/results_table.html" import results_table %} {% block title %}Tools — Tsume{% endblock %} {% block content %}
Local file analysis — YARA scanning, IOC extraction, and Triage cloud detonation
Scan a local file against YARA rules. Fully offline, no API calls.
Pull hash/IP/URL/domain/CVE-shaped strings out of a PDF or email file.
| Type | Value |
|---|---|
| {{ ioc_type.value }} | {{ value }} |
Upload a file to Triage's cloud sandbox for dynamic analysis.
Submitted as {{ detonate_submission.id }} (status: {{ detonate_submission.status }}, visibility: {% if detonate_visibility == "public" %}PUBLIC {% elif detonate_visibility == "private" %}private {% else %}unknown{% endif %})
{% if detonate_visibility == "unknown" %}Delete cache entries past their TTL. Still-fresh entries are left in place.