Executive Summary

This lab simulates adding a domain user to the local administrator group and analyzes the generated Windows Security logs on the workstation. In a SOC context, this is classified as suspicious because it grants elevated privileges that persist across reboots and logouts. This lab demonstrates how unauthorized privilege escalation that deviates from normal user behavior can be identified through log analysis.

Lab Objective

Environment Overview

Trigger / Simulated Activity

Simulated Action: A normal user account moved into the local Administrators group on a workstation.

Expected Signal: Event ID 4732 signaling a local group membership change, resulting in the user receiving administrative privileges.

Evidence Collected

Log Artifacts: Primary Windows Security event confirming a change with a local Administrators group membership.

FieldValue
Event ID4732
Target Accountattacker.test
Actor AccountAdministrator
HostHOMELAB

The screenshot shows Event ID 4732 confirming the user was added to the local Administrators group

Supporting Evidence:

Analysis

Event ID 4732 verifies a local group membership change occurring on the workstation, where the account attacker.test was added to the local Admin group. The event assigns the action the account Administrator, indicating the change was performed utilizing admin privileges. This makes it unlikely that the action was performed independently by attacker.test.

The behavior observed aligns with expectations of the simulated activity. Moving a user to the local Administrators group results in the user receiving administrative rights that persist through logouts and shutdowns. This behavior is consistently reflected in the logs.

In a SOC environment, this activity would be triaged by confirming whether the change was an intentional and authorized action. The analyst would confirm the affected user was anticipated to have admin privileges and if the action is aligned with approved admin activity.

This analysis contains limitations and assumptions. Based on the available logs, it's not possible to determine whether the administrator credentials were misused, whether the change was approved, or whether the action was performed locally or remotely.

Assessment

Severity: High

Confidence: Low

Rationale:

Detection Opportunities

SOC Analyst Takeaways

Limitation

Conclusion

This lab has demonstrated detection of a normal user moved to local administrative group through local Windows Security logs. This is important because the log evidence alone must be verified with an IT administrator during triage.