Detect C2 beaconing patterns in network traffic using frequency analysis, jitter detection, and domain reputation to identify compromised endpoints communicating with adversary infrastructure.
Imported from mukul975/anthropic-cybersecurity-skills (skills/hunting-for-command-and-control-beaconing/SKILL.md). Install upstream with npx skills add mukul975/anthropic-cybersecurity-skills --skill hunting-for-command-and-control-beaconing. Copyright stays with the author (Apache-2.0).
Hunting for Command and Control Beaconing
When to Use
When proactively hunting for compromised systems in the network
After threat intel indicates C2 frameworks targeting your industry
When investigating periodic outbound connections to suspicious domains
During incident response to identify active C2 channels
When DNS query logs show unusual patterns to specific domains
Prerequisites
Network proxy/firewall logs with full URL and timing data
DNS query logs (passive DNS, DNS server logs, or Sysmon Event ID 22)
Zeek/Bro network connection logs or NetFlow data
SIEM with statistical analysis capabilities (Splunk, Elastic)
Threat intelligence feeds for domain/IP reputation
Workflow
Identify Beaconing Characteristics: Define what constitutes beaconing (regular intervals, small payload sizes, consistent destinations, jitter patterns).
Collect Network Telemetry: Aggregate proxy logs, DNS queries, and connection metadata for analysis.
Apply Frequency Analysis: Identify connections with regular intervals using statistical methods (standard deviation, coefficient of variation).
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-comm-fe563d/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-comm-fe563d",
"kind": "skill",
"name": "hunting-for-command-and-control-beaconing",
"description": "Detect C2 beaconing patterns in network traffic using frequency analysis, jitter detection, and domain reputation to identify compromised endpoints communicating with adversary infrastructure.",
"publisher": "mukul975",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"threat-hunting",
"mitre-attack",
"c2",
"beaconing",
"network-analysis",
"proactive-detection",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Detect C2 beaconing patterns in network traffic using frequency analysis, jitter detection, and domain reputation to identify compromised endpoints communicating with adversary infrastructure."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/mukul975/anthropic-cybersecurity-skills",
"path": "skills/hunting-for-command-and-control-beaconing/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/mukul975/anthropic-cybersecurity-skills/blob/HEAD/skills/hunting-for-command-and-control-beaconing/SKILL.md",
"key": "mukul975/anthropic-cybersecurity-skills/skills/hunting-for-command-and-control-beaconing/SKILL.md"
},
"license": "Apache-2.0"
},
"instructions": "# Hunting for Command and Control Beaconing\n\n## When to Use\n\n- When proactively hunting for compromised systems in the network\n- After threat intel indicates C2 frameworks targeting your industry\n- When investigating periodic outbound connections to suspicious domains\n- During incident response to identify active C2 channels\n- When DNS query logs show unusual patterns to specific domains\n\n## Prerequisites\n\n- Network proxy/firewall logs with full URL and timing data\n- DNS query logs (passive DNS, DNS server logs, or Sysmon Event ID 22)\n- Zeek/Bro network connection logs or NetFlow data\n- SIEM w",
"cost": {
"context_tokens": 944
}
}
Fetch it by URL: GET /api/v1/registry/mukul975-anthropic-cybersecurity-skills-hunting-for-comm-fe563d/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.