Fix "Potential AS-REP Roasting via Kerberos TGT Requests" - #5512
Conversation
Windows event viewer displays the human readable "Pre-Authentication Type", but EventData field is titled PreAuthType. Additionally, PreAuthType is a "Data" field, so must be treated as a string, not an integer
There was a problem hiding this comment.
Welcome @GrepItAll 👋
It looks like this is your first pull request on the Sigma rules repository!
Please make sure to read the SigmaHQ conventions document to make sure your contribution is adhering to best practices and has all the necessary elements in place for a successful approval.
Thanks again, and welcome to the Sigma community! 😃
|
Original rule submitted in PR #5428 |
|
Hi @GrepItAll, thanks for bringing this to our attention and providing a fix. |
|
FYI: in Sigma integers shouldn't be quoted. There's no difference where in the source it is found. If it is important for the conversion target, then the sigma backend has to take care of it. |
Just found WithSecureLabs/chainsaw#94 which states that chainsaw supports casting of types. I can therefore modify the Chainsaw mapping, allowing the PreAuthType value to remain as an int rather than a string in Sigma. Thanks for the clarity! |
Summary of the Pull Request
Fix the PreAuthType selection field in the
Potential AS-REP Roasting via Kerberos TGT Requestsrule. Windows event viewer displays the human readable "Pre-Authentication Type", but EventData field is actually PreAuthType. Additionally, PreAuthType is a "Data" field, so must be treated as a string, not an integerChangelog
fix: Potential AS-REP Roasting via Kerberos TGT Requests - use the correct PreAuthType selection field name
Example Log Event
Fixed Issues
SigmaHQ Rule Creation Conventions