You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kerberos is the default authentication protocol in Active Directory, designed to provide strong authentication for client/server applications by using secret-key cryptography.
29
+
30
+
Domain-joined hosts usually perform Kerberos traffic using the `lsass.exe` process. This rule detects the occurrence of traffic on the Kerberos port (88) by processes other than `lsass.exe` to detect the unusual request and usage of Kerberos tickets.
31
+
32
+
#### Possible investigation steps
33
+
34
+
- Investigate the process execution chain (parent process tree) for unknown processes. Examine their executable files for prevalence, whether they are located in expected locations, and if they are signed with valid digital signatures.
35
+
- Investigate other alerts associated with the user/host during the past 48 hours.
36
+
- Check if the Destination IP is related to a Domain Controller.
37
+
- Review events ID 4769 and 4768 for suspicious ticket requests.
38
+
- Investigate potentially compromised accounts. Analysts can do this by searching for login events (for example, 4624) to the target host after the registry modification.
39
+
40
+
### False positive analysis
41
+
42
+
- Active Directory audit tools.
43
+
44
+
### Response and remediation
45
+
46
+
- Initiate the incident response process based on the outcome of the triage.
47
+
- Isolate the involved host to prevent further post-compromise behavior.
48
+
- Investigate credential exposure on systems compromised or used by the attacker to ensure all compromised accounts are identified. Reset passwords for these accounts and other potentially compromised credentials, such as email, business systems, and web services.
49
+
- Ticket requests can be used to investigate potentially compromised accounts.
50
+
- If the triage identified malware, search the environment for additional compromised hosts.
51
+
- Implement temporary network rules, procedures, and segmentation to contain the malware.
52
+
- Stop suspicious processes.
53
+
- Immediately block the identified indicators of compromise (IoCs).
54
+
- Inspect the affected systems for additional malware backdoors like reverse shells, reverse proxies, or droppers that attackers could use to reinfect the system.
55
+
- Remove and block malicious artifacts identified during triage.
56
+
- Run a full antimalware scan. This may reveal additional artifacts left in the system, persistence mechanisms, and malware components.
57
+
- Determine the initial vector abused by the attacker and take action to prevent reinfection through the same vector.
58
+
- 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).
0 commit comments