{% extends "base.html" %} {% block title %}ATT&CK — Tsume{% endblock %} {% block content %}
Search techniques by ID, or groups/software by name — same local dataset as tsume attack
Run tsume attack-update from the CLI to fetch the dataset (~45MB), then search here.
Try a technique ID like T1055, or a group/software name like Emotet.
{{ technique.description.split('\n')[0] }}
{% endif %} {% if used_by %}Used by:
aka {{ actor.aliases | join(", ") }}
{% endif %} {% if techniques %}Techniques ({{ techniques | length }}):