Create enrich-username-win.yaml

This commit is contained in:
ghostersk
2025-03-04 21:12:02 +00:00
committed by GitHub
parent b22b5f2af3
commit afa5dbd141
+10
View File
@@ -0,0 +1,10 @@
# parsers/s02-enrich:
name: custom/rdp-forbidden-usernames
description: "Detect RDP login attempts with forbidden usernames"
filter: "evt.Meta.event_id in ['4625']"
grok:
pattern: "Account Name:\\s+(?P<username>\\S+)"
apply_on: message
statics:
- meta: username
expression: evt.Parsed.username