Executive Summary

This lab simulates multiple failed and successful authentication attempts from a domain machine to the domain controller. These activities are observed in Windows Event Logs to identify patterns of suspicious logins and lateral movements. The objective is to observe Kerberos events (4768, 4769, 4771), Psexec activity, SMB access firewall logs, and remote session attempts. Analysis indicates the activity is benign within this lab context, involving successful authentication but failed authorization using authorized credentials.

Lab Objective

Environment Overview

Trigger / Simulated Activity

Simulated Action: Multiple failed and successful login attempts using an internal workstation. Failed attempt remotely connect to the domain controller using the Psexec tool.

Expected Signal:

Evidence Collected

Log Artifacts:

FieldValue
Event ID4624
AccountHOMELAB \ attacker.test
HostDomain Controller
Source IP192.168.56.107
Logon Type3 (Network)
ResultAuthentication succeeded, but authorization not granted
FieldValue
Event ID5156
AccountSYSTEM
HostDomain Controller
Source IP192.168.56.107
DirectionInbound
ResultNetwork traffic permitted through firewall
FieldValue
Event ID4768
AccountHOMELAB \ attacker.test
HostDomain Controller
Servicekrbtgt
ResultTicket Granting Ticket (TGT) issued
FieldValue
Event ID4769
AccountHOMELAB \ attacker.test
HostDomain Controller
Source IP192.168.56.107
Logon Type3 (Network)
ResultAuthentication succeeded, but authorization not granted

Analysis

Event ID 5140 confirms that the initiating workstation attempted to access network shared resources on the domain controller, indicating SMB-based lateral movement behavior and identifying the originating host. Event ID 4624 shows that the domain credentials are for the attacker.test successfully authenticated at the network layer; however, authorization was not granted, preventing execution on the target system.

Event ID 5156 confirms that the inbound network connection was permitted through the firewall, establishing that the authentication attempt reached the domain controller. Event ID 4768 records the Ticket Granting Ticket (TGT) request associated with this authentication, followed by Event ID 4769, which indicates a Kerberos service ticket request for access to domain services. Together, these events confirm that Kerberos authentication proceeded normally despite insufficient privileges for execution.

Event ID 4634 was observed shortly after authentication, indicating that the remote session was terminated. The short-lived session supports the conclusion that while authentication succeeded, the lack of authorization prevented sustained access or command execution. Overall, the evidence reflects a partial lateral movement attempt where identity was validated, but privileges were insufficient to continue activity.

Assessment

Severity: Low

Confidence: High

Rationale:

Detection Opportunities

SOC Analyst Takeaways

Limitation

Conclusion

Lateral movement was attempted but was not successful in gaining access. Therefore, it should be classed as low severity since there was no compromise.