技能 Arkime 网络流量分析

Arkime 网络流量分析

v20260317
implementing-network-traffic-analysis-with-arkime
部署 Arkime 采集并查询网络会话,下载 PCAP 进行溯源,识别 C2 报文、DNS 隧道和异常 TLS 证书漏洞,提升威胁检测能力。
获取技能
157 次下载
概览

Instructions

  1. Install dependencies: pip install requests
  2. Configure Arkime viewer URL and credentials.
  3. Run the agent to query Arkime sessions and analyze traffic:
    • Search sessions by IP, port, protocol, or expression
    • Download PCAP data for forensic analysis
    • Detect C2 beaconing via connection interval analysis
    • Identify DNS tunneling through query length statistics
    • Flag connections to known-bad TLS certificate issuers
python scripts/agent.py --arkime-url https://arkime.local:8005 --user admin --password secret --output arkime_report.json

Examples

Beaconing Detection

Source: 10.1.2.50 -> 185.220.101.34:443
Sessions: 288 over 24 hours
Avg interval: 300s, Jitter: 4.2%
Verdict: HIGH confidence C2 beaconing (jitter < 5%)
信息
Category 未分类
Name implementing-network-traffic-analysis-with-arkime
版本 v20260317
大小 8.75KB
更新时间 2026-03-18
语言