Skip to content
Skillv1.0.0

implementing-network-traffic-analysis-with-arkime

Deploy and query Arkime (formerly Moloch) for full packet capture network traffic analysis. Uses the Arkime API v3 to search sessions, download PCAPs, analyze connection patterns, detect beaconing beh

by WorkNFlow(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from WorkNFlow/AI-Agent-Skills (Security/implementing-network-traffic-analysis-with-arkime/SKILL.md). Install upstream with npx skills add WorkNFlow/AI-Agent-Skills --skill implementing-network-traffic-analysis-with-arkime. Copyright stays with the author (Apache-2.0).

Implementing Network Traffic Analysis with Arkime

When to Use

  • When deploying or configuring implementing network traffic analysis with arkime capabilities in your environment
  • When establishing security controls aligned to compliance requirements
  • When building or improving security architecture for this domain
  • When conducting security assessments that require this implementation

Prerequisites

  • Familiarity with network security concepts and tools
  • Access to a test or lab environment for safe execution
  • Python 3.8+ with required dependencies installed
  • Appropriate authorization for any testing activities

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%)

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/worknflow-ai-agent-skills-implementing-network-traffic-a-7e6ca3/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

worknflow-ai-agent-skills-implementing-network-traffic-a-7e6ca3.ocm.jsonjson
{
  "ocm": "1",
  "id": "worknflow-ai-agent-skills-implementing-network-traffic-a-7e6ca3",
  "kind": "skill",
  "name": "implementing-network-traffic-analysis-with-arkime",
  "description": "Deploy and query Arkime (formerly Moloch) for full packet capture network traffic analysis. Uses the Arkime API v3 to search sessions, download PCAPs, analyze connection patterns, detect beaconing behavior, and identify suspicious network flows. Monitors DNS queries, HTTP traffic, and TLS certificate anomalies across captured traffic.",
  "publisher": "WorkNFlow",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding",
      "data_analysis"
    ],
    "tags": [
      "skill-md",
      "network-security",
      "arkime",
      "full-packet-capture",
      "nta",
      "pcap-analysis",
      "network-forensics",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Deploy and query Arkime (formerly Moloch) for full packet capture network traffic analysis. Uses the Arkime API v3 to search sessions, download PCAPs, analyze connection patterns, detect beaconing behavior, and identify suspicious network flows. Monitors DNS queries, HTTP traffic, and TLS certificate anomalies across captured traffic."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/WorkNFlow/AI-Agent-Skills",
      "path": "Security/implementing-network-traffic-analysis-with-arkime/SKILL.md",
      "ref": "2f671a5d57a1dfa065aaef09f1c66d12f9860ba7",
      "url": "https://github.com/WorkNFlow/AI-Agent-Skills/blob/2f671a5d57a1dfa065aaef09f1c66d12f9860ba7/Security/implementing-network-traffic-analysis-with-arkime/SKILL.md",
      "key": "WorkNFlow/AI-Agent-Skills/Security/implementing-network-traffic-analysis-with-arkime/SKILL.md"
    },
    "license": "Apache-2.0"
  },
  "instructions": "# Implementing Network Traffic Analysis with Arkime\n\n\n## When to Use\n\n- When deploying or configuring implementing network traffic analysis with arkime capabilities in your environment\n- When establishing security controls aligned to compliance requirements\n- When building or improving security architecture for this domain\n- When conducting security assessments that require this implementation\n\n## Prerequisites\n\n- Familiarity with network security concepts and tools\n- Access to a test or lab environment for safe execution\n- Python 3.8+ with required dependencies installed\n- Appropriate authori",
  "cost": {
    "context_tokens": 356
  }
}

Fetch it by URL: GET /api/v1/registry/worknflow-ai-agent-skills-implementing-network-traffic-a-7e6ca3/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.