← 返回
数据分析 中文

PCAP Analyzer

Analyze local PCAP/PCAPNG files with tshark to generate detailed network forensics reports including talkers, ports, DNS, TLS, HTTP, and anomaly summaries.
使用 tshark 分析本地 PCAP/PCAPNG 文件,生成包含通信方、端口、DNS、TLS、HTTP 及异常摘要的详细网络取证报告。
marposins
数据分析 clawhub v0.1.0 1 版本 99835 Key: 无需
★ 0
Stars
📥 1,210
下载
💾 30
安装
1
版本
#latest

概述

name: pcap-analyzer

description: Analyze PCAP/PCAPNG files with tshark and produce a structured network-forensics summary (talkers, ports, DNS, TLS, HTTP, anomalies).

homepage: https://www.wireshark.org/docs/man-pages/tshark.html

metadata:

{

"openclaw":

{

"emoji": "🦈",

"requires":

{

"bins": ["tshark", "awk", "sed"],

"files": ["/home/tom/openclaw-tools/pcap_summary.sh"]

},

"notes":

[

"This skill runs local analysis only. It does not exfiltrate the PCAP.",

"Prefer read-only access; do not modify user files."

]

}

}


PCAP Analyzer (tshark)

This skill turns packet captures into a practical report a human can act on. It is designed for lab work, incident triage, and CPENT-style exercises.

What it produces

A structured report with:

  • Capture metadata: file type, size, first/last timestamp (if available)
  • Top talkers: endpoints by packets/bytes (IPv4/IPv6 when present)
  • Conversations: top TCP/UDP conversations
  • Service/port view: top TCP/UDP destination ports
  • DNS: most common queried names + suspicious patterns (DGA-ish, long labels)
  • TLS: SNI / Server Name and common JA3-like fingerprints when present (best-effort)
  • HTTP: host headers / URLs when present (best-effort, only if decrypted/plain)
  • Anomalies (best-effort heuristics):
  • SYN-only scans / high SYN rate
  • excessive RSTs
  • retransmission bursts
  • rare destination ports
  • single host contacting many unique hosts (beaconing-like)

Inputs

You must provide:

  • pcap_path: Full path to a .pcap or .pcapng file on this machine.

Optional:

  • focus_host: IP to focus on (filters summaries around that host)
  • time_window: A display filter time window if user specifies (best-effort guidance only)

How to run (terminal)

{baseDir}/scripts/analyze.sh "/full/path/to/capture.pcapng"


版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 06:49 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,120
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 56,974
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,016