analyzing-cobalt-strike-malleable-profiles

Installation
SKILL.md

Analyzing Cobalt Strike Malleable Profiles

Instructions

Parse malleable C2 profiles to extract IOCs and detection opportunities using the pyMalleableC2 library. Combine with JARM fingerprinting to identify C2 servers.

from malleablec2 import Profile

# Parse a malleable profile from file
profile = Profile.from_file("amazon.profile")

# Extract global options (sleep, jitter, user-agent)
print(profile.ast.pretty())
Installs
15
GitHub Stars
24.8K
First Seen
Mar 15, 2026
analyzing-cobalt-strike-malleable-profiles — mukul975/anthropic-cybersecurity-skills