beaconing▌
3 indexed skills · max 10 per page
hunting-for-command-and-control-beaconing
mukul975/Anthropic-Cybersecurity-Skills · hunting-for-command-and-control-beaconing
Detect C2 beaconing patterns in network traffic using frequency analysis, jitter detection, and domain reputation to identify compromised endpoints communicating with adversary infrastructure.
detecting-beaconing-patterns-with-zeek
mukul975/Anthropic-Cybersecurity-Skills · detecting-beaconing-patterns-with-zeek
Performs statistical analysis of Zeek conn.log connection intervals to detect C2 beaconing patterns. Uses the ZAT library to load Zeek logs into Pandas DataFrames, calculates inter-arrival time standard deviation, and flags periodic connections with low jitter. Use when hunting for command-and-control callbacks in network data.
hunting-for-beaconing-with-frequency-analysis
mukul975/Anthropic-Cybersecurity-Skills · hunting-for-beaconing-with-frequency-analysis
Identify command-and-control beaconing patterns in network traffic by applying statistical frequency analysis, jitter calculation, and coefficient of variation scoring to detect periodic callbacks from compromised endpoints.