{% extends "base.html" %} {% block content %}

Hunt Methodology

{% for section in content %} {% if section.title == "Baseline" or section.title == "MITRE TIE" %}

{{ section.title }}

{{ section.description }}

Explore {{ section.title }}
{% endif %} {% endfor %}


Incident Response Investigation Funnel

Operating System IOCs

{% endblock %}