CtrlK
BlogDocsLog inGet started
Tessl Logo

analyzing-command-and-control-communication

Analyzes malware command-and-control (C2) communication protocols to understand beacon patterns, command structures, data encoding, and infrastructure. Covers HTTP, HTTPS, DNS, and custom protocol C2 analysis for detection development and threat intelligence. Activates for requests involving C2 analysis, beacon detection, C2 protocol reverse engineering, or command-and-control infrastructure mapping.

85

Quality

82%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Discovery

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is an excellent skill description that clearly defines a specific cybersecurity niche. It provides concrete actions, covers relevant protocol types, states the purpose of the analysis, and includes an explicit activation clause with natural trigger terms. The description is concise yet comprehensive, making it easy for Claude to distinguish this skill from others.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: analyzing beacon patterns, command structures, data encoding, infrastructure mapping. Also specifies protocol types (HTTP, HTTPS, DNS, custom) and output purposes (detection development, threat intelligence).

3 / 3

Completeness

Clearly answers both 'what' (analyzes C2 communication protocols covering beacon patterns, command structures, data encoding, infrastructure across multiple protocol types) and 'when' ('Activates for requests involving C2 analysis, beacon detection, C2 protocol reverse engineering, or command-and-control infrastructure mapping').

3 / 3

Trigger Term Quality

Includes strong natural trigger terms users would say: 'C2', 'command-and-control', 'beacon', 'C2 protocol', 'reverse engineering', 'infrastructure mapping', 'beacon detection'. These cover common variations a security analyst would use.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive niche focused specifically on malware C2 communication analysis. The domain is narrow enough (C2 protocols, beacon patterns, infrastructure mapping) that it's unlikely to conflict with general networking, malware analysis, or other security skills.

3 / 3

Total

12

/

12

Passed

Implementation

64%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a thorough and highly actionable skill with executable code examples, concrete detection signatures, and a well-structured workflow for C2 analysis. Its main weaknesses are verbosity from including reference material Claude already knows (glossary terms, tool descriptions, channel type explanations) and the lack of explicit validation checkpoints in a security-critical multi-step workflow. The content would benefit from splitting reference material into separate files and adding verification steps.

Suggestions

Add explicit validation checkpoints between workflow steps, e.g., 'Verify beacon detection results by manually inspecting 2-3 flagged connections in Wireshark before proceeding to protocol decoding'

Move the Key Concepts glossary, Tools & Systems descriptions, and Known C2 Framework Signatures reference table into separate referenced files (e.g., C2_FRAMEWORKS.md, REFERENCE.md) to reduce the main skill's token footprint

Remove or significantly trim explanatory text that Claude already knows, such as the descriptions of what each C2 channel type is (HTTP, DNS, ICMP, etc.) and basic term definitions like 'beaconing' and 'jitter'

DimensionReasoningScore

Conciseness

The skill is fairly comprehensive but includes some unnecessary verbosity, particularly the C2 Communication Channels reference table (Step 1) which lists well-known information Claude already knows, and the Key Concepts glossary which defines standard terms like 'beaconing' and 'jitter' that Claude would already understand. The Tools & Systems section also adds descriptions Claude doesn't need. However, the code examples and detection signatures are appropriately dense.

2 / 3

Actionability

The skill provides fully executable Python scripts for beacon analysis, protocol decoding, and infrastructure enrichment, plus complete Suricata detection rules and bash commands. Code examples use real libraries (scapy, dpkt, cobalt_strike_parser) with proper imports and are copy-paste ready. The output format template is concrete and specific.

3 / 3

Workflow Clarity

The six-step workflow is clearly sequenced and logically ordered from identification through detection signature creation. However, there are no explicit validation checkpoints or feedback loops between steps—for instance, no verification that beacon detection results are accurate before proceeding to protocol decoding, and no validation step after creating Suricata rules to confirm they match the observed traffic. Given this involves security-critical analysis, validation gaps are notable.

2 / 3

Progressive Disclosure

The content is entirely self-contained in a single long document (~300 lines) with no references to external files for detailed content like the full C2 framework signature database, advanced protocol analysis techniques, or extended examples. The Key Concepts table, Tools & Systems section, and Common Scenarios could be split into referenced files. The structure within the file is good with clear headers, but the monolithic approach means a lot of context window is consumed.

2 / 3

Total

9

/

12

Passed

Validation

90%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

10

/

11

Passed

Repository
mukul975/Anthropic-Cybersecurity-Skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.