network-protocols

Explain network protocol internals for detection engineering across DNS, TLS, SMB, and more.

4|1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/OpenTideHQ/AgentTide --skill network-protocols
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: network-protocols
Source: https://github.com/OpenTideHQ/AgentTide/tree/main/skills/network-protocols
Command: npx skills add https://github.com/OpenTideHQ/AgentTide --skill network-protocols

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DNS resolution chains, TLS handshakes, SMB authentication patterns, HTTP/S C2 beaconing, LDAP bind/search patterns, RDP session mechanics, WinRM/PSRemoting transport, SMTP header telemetry, and the telemetry each protocol produces across detection platforms. Use when authoring detections that need to understand protocol-level behaviour to distinguish malicious traffic from legitimate activity.

Core Features & Use Cases

  • Protocol-level concepts across DNS, TLS/HTTPS, SMB, HTTP/S C2 patterns, LDAP, RDP, WinRM/PowerShell Remoting, and SMTP telemetry.
  • Guidance on crafting detections focused on behavior and telemetry signals rather than static indicators.
  • Use Case: Write robust detections that recognize beaconing, lateral movement, and C2 patterns at the protocol level.

Quick Start

Analyze protocol internals to design a detection that differentiates protocol abuse from normal traffic.

Frequently Asked Questions about network-protocols

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write network protocol detections that distinguish malicious traffic from legitimate activity?

To write network protocol detections, analyze protocol internals like DNS resolution chains, TLS handshakes, and SMB authentication patterns to identify behavioral anomalies. This approach focuses on telemetry signals rather than static indicators to differentiate malicious traffic.

What protocol-level behavior indicates HTTP/S C2 beaconing and domain fronting?

HTTP/S C2 beaconing and domain fronting are identified by analyzing protocol-level behavior within HTTP/S traffic patterns. Detection signals focus on regular interval callbacks and traffic routing anomalies rather than relying solely on static threat indicators.

How does TLS handshake analysis help detect protocol abuse in hybrid environments?

TLS handshake analysis detects protocol abuse by examining the cryptographic negotiation phases for anomalies. By evaluating telemetry sources across Windows, cloud, and hybrid environments, detections can identify suspicious TLS behavior indicative of malicious activity.

Can I use protocol-level detection engineering for lateral movement across LDAP and RDP?

Yes, protocol-level detection engineering applies to lateral movement by analyzing LDAP bind/search patterns and RDP session mechanics. This allows you to recognize unauthorized lateral movement and C2 patterns by monitoring specific protocol telemetry.

What is the best way to detect malicious SMB authentication patterns in Windows?

The best way to detect malicious SMB authentication patterns is by understanding SMB protocol internals and monitoring authentication telemetry. Focusing on behavioral deviations in session setup and file access provides reliable detections in Windows environments.