Skip to content

Commit 4c711f9

Browse files
authored
Update lateral_movement_credential_access_kerberos_correlation.toml
1 parent 179e29b commit 4c711f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rules/windows/lateral_movement_credential_access_kerberos_correlation.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ Domain-joined hosts usually perform Kerberos traffic using the `lsass.exe` proce
5757
- Determine the initial vector abused by the attacker and take action to prevent reinfection through the same vector.
5858
- Using the incident response data, update logging and audit policies to improve the mean time to detect (MTTD) and the mean time to respond (MTTR).
5959
"""
60-
references = ["https://github.com/its-a-feature/bifrost"]
60+
references = [
61+
"https://github.com/its-a-feature/bifrost",
62+
"https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/security/threat-protection/auditing/event-4768"
63+
]
6164
risk_score = 73
6265
rule_id = "c6b40f4c-c6a9-434e-adb8-989b0d06d005"
6366
severity = "high"

0 commit comments

Comments
 (0)