zeek▌
7 indexed skills · max 10 per page
analyzing-ransomware-network-indicators
mukul975/Anthropic-Cybersecurity-Skills · analyzing-ransomware-network-indicators
Identify ransomware network indicators including C2 beaconing patterns, TOR exit node connections, data exfiltration flows, and encryption key exchange via Zeek conn.log and NetFlow analysis
detecting-lateral-movement-with-zeek
mukul975/Anthropic-Cybersecurity-Skills · detecting-lateral-movement-with-zeek
Detect lateral movement in network traffic using Zeek (formerly Bro) log analysis. Parses conn.log, smb_mapping.log, smb_files.log, dce_rpc.log, kerberos.log, and ntlm.log to identify SMB file transfers, NTLM account spray activity, remote service execution, and anomalous internal connections.
performing-network-traffic-analysis-with-zeek
mukul975/Anthropic-Cybersecurity-Skills · performing-network-traffic-analysis-with-zeek
Deploy Zeek network security monitor to capture, parse, and analyze network traffic metadata for threat detection, anomaly identification, and forensic investigation.
detecting-exfiltration-over-dns-with-zeek
mukul975/Anthropic-Cybersecurity-Skills · detecting-exfiltration-over-dns-with-zeek
Detect DNS-based data exfiltration by analyzing Zeek dns.log for high-entropy subdomains and anomalous query patterns
hunting-for-cobalt-strike-beacons
mukul975/Anthropic-Cybersecurity-Skills · hunting-for-cobalt-strike-beacons
Detect Cobalt Strike beacon network activity using default TLS certificate signatures (serial 8BB00EE), JA3/JA3S/JARM fingerprints, HTTP C2 profile pattern matching, beacon jitter analysis, and named pipe detection via Zeek, Suricata, and Python PCAP analysis.
detecting-network-anomalies-with-zeek
mukul975/Anthropic-Cybersecurity-Skills · detecting-network-anomalies-with-zeek
Deploys and configures Zeek (formerly Bro) network security monitor to passively analyze network traffic, generate structured logs, detect anomalous behavior, and create custom detection scripts for threat hunting and incident response.
hunting-for-dns-tunneling-with-zeek
mukul975/Anthropic-Cybersecurity-Skills · hunting-for-dns-tunneling-with-zeek
Detect DNS tunneling and data exfiltration by analyzing Zeek dns.log for high-entropy subdomain queries, excessive query volume, long query lengths, and unusual DNS record types indicating covert channel communication.