Detects suspicious Windows service installations (MITRE ATT&CK T1543.003) by parsing System event log Event ID 7045, analyzing service binary paths, and flagging indicators of persistence mechanisms via Sysmon/EDR telemetry.
Detects suspicious Windows service installations (MITRE ATT&CK T1543.003) by parsing System event log Event ID 7045, analyzing service binary paths, and flagging indicators of persistence mechanisms via Sysmon/EDR telemetry.
Use when hunting for new-service persistence after a suspected compromise, when Event ID 7045 fires for an unfamiliar service, or during incident response to enumerate service-based persistence on Windows hosts.
Also in this package
Other skills from mukul975/anthropic-cybersecurity-skills · top by installs.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeDeclared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars32.4K
LicenseLICENSE
Default branchmain
Open issues20
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Version1.0
LicenseApache-2.0
Declared agentsclaude-code
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md2,708 B
docsSUMMARY.md485 B
History
First seen on skills.sh
First recorded snapshot · 74 installs
SKILL.md
Hunting for Unusual Service Installations
Overview
Attackers frequently install malicious Windows services for persistence and privilege escalation (MITRE ATT&CK T1543.003 — Create or Modify System Process: Windows Service). Event ID 7045 in the System event log records every new service installation. This skill parses .evtx log files to extract service installation events, flags suspicious binary paths (temp directories, PowerShell, cmd.exe, encoded commands), and correlates with known attack patterns.
When to Use
When investigating security incidents that require hunting for unusual service installations
When building detection rules or threat hunting queries for this domain
When SOC analysts need structured procedures for this analysis type
When validating security monitoring coverage for related attack techniques
Prerequisites
Python 3.9+ with python-evtx, lxml
Windows System event log (.evtx) files
Access to live System event log (optional, for real-time monitoring)
Sysmon logs for enhanced process tracking (optional)
Steps
Parse System.evtx for Event ID 7045 (new service installed)
Extract service name, binary path, service type, and account
Flag services with suspicious binary paths (temp dirs, encoded commands)
Detect PowerShell-based service creation patterns
Identify services running as LocalSystem with unusual paths
Cross-reference with known legitimate service baselines
Generate threat hunting report with MITRE ATT&CK T1543.003 mapping
Expected Output
JSON report listing all new service installations with risk scores, suspicious indicators, and remediation recommendations
Timeline of service installation events with binary path analysis