CrowdStrike Investigations

Four alerts investigated end to end

Each case below shows the CrowdStrike Falcon detection, what I found when I investigated it, and what I recommended. All four were investigated in a live CrowdStrike environment as part of the CyberXcel Applied Security Program.

Case 001

Registry persistence attempt

20 Apr 2026 High severity Blocked T1547.001 — Registry Run Keys
What triggered it

reg.exe attempted to write a backdoor path into HKCU\Environment\UserInitMprLogonScript, a registry key that executes before the desktop loads on every login.

What I found

CrowdStrike blocked the registry write and killed the process. A backdoor file was already present at C:\backdoor.exe, confirming prior write access to the machine before this alert fired.

What I recommended

Review the 46 unresolved prior alerts on this host. The presence of the backdoor file suggests this was not the first malicious action. Recommended a full re-image rather than surgical remediation.

CrowdStrike Falcon process tree for Case 001 showing reg.exe writing to UserInitMprLogonScript registry key
CrowdStrike Falcon — Case 001 process tree. Process lineage: winlogon.exe → userinit.exe → explorer.exe → cmd.exe → reg.exe
Case 002

Local password database copied

20 Apr 2026 High severity Blocked T1003.002 — SAM Credential Dumping
What triggered it

reg.exe ran reg save HKLM\SAM C:\sam.hiv, copying the Windows SAM database, which stores local account password hashes, to a file on disk.

What I found

The command ran inside an existing cmd.exe session, meaning access to the machine was already established. The same session also disabled User Account Control, removing the elevation prompt for future actions.

What I recommended

Reset all local account credentials immediately and investigate how the initial session was established. UAC being disabled in the same session signals the attacker was preparing for follow-on activity.

CrowdStrike Falcon process tree for Case 002 showing reg.exe copying the SAM database
CrowdStrike Falcon — Case 002 process tree. Command line: reg save HKLM\SAM C:\sam.hiv
Case 003

Search for stored credentials in Group Policy files

07 May 2026 Critical severity Parent process killed T1552 — Credential Access via GPP
What triggered it

findstr.exe searched for cpassword across SYSVOL policy files. This targets an old Group Policy Preferences field where administrators historically stored passwords using an encryption key Microsoft has since published publicly.

What I found

The search came back empty because this was a standalone workstation with no domain access to SYSVOL. The technique itself only failed because of where it was run, not because the attacker avoided it. CrowdStrike killed the parent process.

What I recommended

Treat confirmed intent regardless of the empty result. The same command against a Domain Controller would likely have succeeded. Recommended auditing whether any GPP password fields exist in the environment.

CrowdStrike Falcon process tree for Case 003 showing findstr.exe searching Group Policy files for cpassword
CrowdStrike Falcon — Case 003 process tree. Command line: findstr /S /I cpassword \\sysvol\policies\*.xml
Case 004

Attempt to dump LSASS memory

14 May 2026 Critical severity Sensor action: None T1003.001 — LSASS Memory
What triggered it

rundll32.exe called comsvcs.dll MiniDump against the LSASS process, which holds credential material in memory. This technique uses three legitimate Windows components, giving antivirus nothing to scan on signature.

What I found

Sensor action was None, meaning CrowdStrike detected but did not block. The detection fired on Windows-10, a different host from the earlier cases, confirming the attacker had moved laterally across the environment.

What I recommended

Immediate network isolation of Windows-10, credential reset for all accounts on both hosts, and a hunt for lateral movement across the full environment. Treat all credentials in scope as potentially compromised.

CrowdStrike Falcon process tree for Case 004 showing rundll32.exe attempting to dump LSASS memory
CrowdStrike Falcon — Case 004 process tree. Command line: rundll32.exe C:\windows\System32\comsvcs.dll, MiniDump (Get-Process lsass).Id C:\temp\lsass.dmp full
← Back to portfolio