{% extends "base.html" %} {% block title %}Run Sigma Rules{% endblock %} {% block content %}

Sigma Rules Analysis

{% if error %} Error: {{ error }} {% elif loading %} Analyzing security rules... {% else %} Ready to analyze Sigma rules against your log data {% endif %}

{% if error and not loading %}

Error

{{ error }}

{% endif %}
{% for _ in range(3) %}
{% endfor %}
{% for _ in range(6) %}
{% endfor %}

Matched Rules

Loading...

Security Events

Loading event matches...

{% endblock %}