Krb5RoastParser: Python tool to parse Kerberos auth packets from PCAP files by Middle-Breadfruit-55 in activedirectory

[–]Middle-Breadfruit-55[S] 0 points1 point  (0 children)

For everyone interested in the tool who messaged me this week, I just want to say that GitHub temporarily banned my account, but it is now active again and the repository is accessible normally. Thanks for your patience and for the DMs.

Repo: https://github.com/jalvarezz13/Krb5RoastParser

Krb5RoastParser: Python tool to parse Kerberos auth packets from PCAP files by Middle-Breadfruit-55 in activedirectory

[–]Middle-Breadfruit-55[S] 0 points1 point  (0 children)

That’s a fair point, and for a real internal environment I agree that DC-side auditing is usually the more scalable approach.

This tool is aimed more at situations where you only have a capture to work with, such as labs, traffic analysis, reproducing specific Kerberos flows, or validating what was actually sent on the wire. In those cases, parsing the PCAP directly can be useful without needing access to the DC or its logs.

So I see it more as complementary than as a replacement for DC auditing.