{% extends "base.html" %} {% block title %}AUTARCH — AD Audit{% endblock %} {% block content %}

Connection Disconnected

Enumeration

Kerberoast

Request TGS tickets for accounts with SPNs and extract hashes in hashcat format.

AS-REP Roast

Find accounts that do not require Kerberos pre-authentication and extract AS-REP hashes.

Password Spray

Spray a single password against a list of users. Includes delay/jitter to reduce lockout risk.

ACL Analysis

Identify dangerous permissions: GenericAll, WriteDACL, WriteOwner, DCSync rights, and more.

BloodHound Collection

Collect users, groups, computers, sessions, and ACLs for BloodHound import. Uses bloodhound-python if available, otherwise falls back to manual LDAP collection.

{% endblock %}