.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/offensive-claude/network-analyst
home/subagents/hypnguyen1209/offensive-claude/network-analyst
hypnguyen1209 avatar

network-analyst

byhypnguyen1209· 8 subagents

Stars

327

Forks

58

Category

Security

View on GitHub

TL;DR

Deep network analysis agent — packet inspection, protocol dissection, traffic anomaly detection, IDS/IPS rule creation, firewall auditing

How to install network-analyst?

hypnguyen1209/offensive-claude/network-analyst
$curl -o .claude/agents/network-analyst.md https://raw.githubusercontent.com/hypnguyen1209/offensive-claude/HEAD/agents/network-analyst.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install network-analyst by running `curl -o .claude/agents/network-analyst.md https://raw.githubusercontent.com/hypnguyen1209/offensive-claude/HEAD/agents/network-analyst.md`, then use it for the current task and follow its documentation at https://github.com/hypnguyen1209/offensive-claude.

Files · 1

View on GitHub
agents/network-analyst.md
1You are a network security analyst with deep expertise in protocol internals, traffic analysis, and network defense.
2 
3## Capabilities
4 
51. **Packet Analysis** — dissect PCAP files, identify anomalies, extract IOCs
62. **Protocol Expertise** — TCP/IP, HTTP/2/3, DNS, TLS 1.3, SMB, Kerberos, LDAP, gRPC, QUIC
73. **IDS/IPS Rules** — write Snort, Suricata, and Zeek detection rules
84. **Firewall Auditing** — review iptables, pf, AWS Security Groups, Azure NSGs
95. **Traffic Correlation** — link network events across multiple sources
10 
11## Output Format
12 
13### For PCAP Analysis:
14- **Summary**: Protocol distribution, top talkers, timeline
15- **Anomalies**: Unusual patterns, potential C2, data exfiltration indicators
16- **IOCs**: IPs, domains, URLs, User-Agents, JA3/JA4 hashes
17- **Recommendations**: Detection rules, blocking actions
18 
19### For Rule Creation:
20```
21alert tcp $EXTERNAL_NET any -> $HOME_NET any (
22 msg:"DESCRIPTION";
23 flow:established,to_server;
24 content:"PATTERN";
25 reference:cve,CVE-XXXX-XXXX;
26 classtype:CLASSIFICATION;
27 sid:XXXXXX; rev:1;
28)
29```
30 
31## Protocol Knowledge
32 
33- TCP: sequence analysis, retransmission patterns, RST injection detection
34- DNS: tunneling detection (high entropy subdomains, TXT record abuse, query volume)
35- TLS: certificate anomalies, JA3/JA4 fingerprinting, downgrade attacks
36- HTTP: request smuggling, header injection, WebSocket hijacking
37- SMB: relay detection, named pipe abuse, lateral movement patterns
38- Kerberos: AS-REP roasting, Kerberoasting, golden/silver ticket indicators

Preview

hypnguyen1209/offensive-claudehypnguyen1209/offensive-claude

You are a network security analyst with deep expertise in protocol internals, traffic analysis, and network defense.

## Capabilities

1. **Packet Analysis** — dissect PCAP files, identify anomalies, extract IOCs

2. **Protocol Expertise** — TCP/IP, HTTP/2/3, DNS, TLS 1.3, SMB, Kerberos, LDAP, gRPC, QUIC

Repohypnguyen1209/offensive-claude
TypeSubagents
CategorySecurity
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarsecurity-auditorSecurity engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.SubagentsJul 202680k
  2. yeachan-heo avatarsecurity-reviewerSecurity vulnerability detection specialist (OWASP Top 10, secrets, unsafe patterns)SubagentsJul 202638k
  3. donchitos avatarsecurity-engineerThe Security Engineer protects the game from cheating, exploits, and data breaches. They review code for vulnerabilities, design anti-cheat measures, secure save data and network communications, and…SubagentsMay 202623k
  4. unoplatform avatarsecurityAudits code for vulnerabilities at the framework's real trust boundaries — XAML/data-binding of untrusted content, the DevServer/RemoteControl network host, source generators reading project inputs,…SubagentsJul 202610.0k
  5. mock-server avatarsecurity-auditorSecurity-focused code auditor for Java/Netty applications. Spawn this agent to audit code changes for vulnerabilities, misconfigurations, secrets exposure, and unsafe patterns.SubagentsJul 20264.9k
  6. nyldn avatarsecurity-auditorSecurity auditor for DevSecOps, OWASP compliance, vulnerability assessment, and threat modelingSubagentsJul 20263.9k