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

Automated YARA Rule Generation

Transform malware samples into precise YARA rules with powerful analysis. Fast and accurate.

Fast

Generate rules in seconds

Accurate

High-quality, precise rules

Smart

Intelligent analysis

Easy

Drag & drop interface

Analyze Files

Drop files here

or click to browse

Analysis Settings

{% for field in form_config.basic %}
{% if field.type == 'checkbox' %}
{% else %} {% endif %}
{% endfor %}
Advanced Settings
{% for field in form_config.advanced %}
{% if field.type == 'checkbox' %}
{% else %} {% endif %}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}