Systematically hunts for adversary persistence mechanisms across Windows endpoints, covering registry Run/RunOnce keys, services, startup folders, scheduled tasks, and WMI event subscriptions. Use whe
Imported from mukul975/anthropic-cybersecurity-skills (skills/hunting-for-persistence-mechanisms-in-windows/SKILL.md). Install upstream with npx skills add mukul975/anthropic-cybersecurity-skills --skill hunting-for-persistence-mechanisms-in-windows. Copyright stays with the author (Apache-2.0).
Hunting for Persistence Mechanisms in Windows
When to Use
During periodic proactive threat hunts for dormant backdoors
After an incident to identify all persistence mechanisms an attacker planted
When investigating unusual services, scheduled tasks, or startup entries
When threat intel reports describe new persistence techniques in the wild
During security posture assessments to identify unauthorized persistent software
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/mukul975-anthropic-cybersecurity-skills-hunting-for-pers-36d0f6/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "mukul975-anthropic-cybersecurity-skills-hunting-for-pers-36d0f6",
"kind": "skill",
"name": "hunting-for-persistence-mechanisms-in-windows",
"description": "Systematically hunts for adversary persistence mechanisms across Windows endpoints, covering registry Run/RunOnce keys, services, startup folders, scheduled tasks, and WMI event subscriptions. Use when performing a broad persistence sweep during incident response or building SIEM detections that cover the full range of Windows persistence techniques (MITRE T1547).",
"publisher": "mukul975",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"threat-hunting",
"mitre-attack",
"persistence",
"windows",
"registry",
"siem",
"proactive-detection",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Systematically hunts for adversary persistence mechanisms across Windows endpoints, covering registry Run/RunOnce keys, services, startup folders, scheduled tasks, and WMI event subscriptions. Use when performing a broad persistence sweep during incident response or building SIEM detections that cover the full range of Windows persistence techniques (MITRE T1547)."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/mukul975/anthropic-cybersecurity-skills",
"path": "skills/hunting-for-persistence-mechanisms-in-windows/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/mukul975/anthropic-cybersecurity-skills/blob/HEAD/skills/hunting-for-persistence-mechanisms-in-windows/SKILL.md",
"key": "mukul975/anthropic-cybersecurity-skills/skills/hunting-for-persistence-mechanisms-in-windows/SKILL.md"
},
"license": "Apache-2.0"
},
"instructions": "# Hunting for Persistence Mechanisms in Windows\n\n## When to Use\n\n- During periodic proactive threat hunts for dormant backdoors\n- After an incident to identify all persistence mechanisms an attacker planted\n- When investigating unusual services, scheduled tasks, or startup entries\n- When threat intel reports describe new persistence techniques in the wild\n- During security posture assessments to identify unauthorized persistent software\n\n## Prerequisites\n\n- Sysmon deployed with Event IDs 12/13/14 (Registry), 19/20/21 (WMI), 1 (Process Creation)\n- Windows Security Event forwarding for 4697 (Ser",
"cost": {
"context_tokens": 985
}
}
Fetch it by URL: GET /api/v1/registry/mukul975-anthropic-cybersecurity-skills-hunting-for-pers-36d0f6/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.