implementing-ot-network-traffic-analysis-with-nozomi

Deploy Nozomi Guardian sensors for passive OT network monitoring and asset visibility.

954|172|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/xalgord/xalgorix --skill implementing-ot-network-traffic-analysis-with-nozomi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementing-ot-network-traffic-analysis-with-nozomi
Source: https://github.com/xalgord/xalgorix/tree/main/internal/tools/skills/data/ot-ics-security/implementing-ot-network-traffic-analysis-with-nozomi
Command: npx skills add https://github.com/xalgord/xalgorix --skill implementing-ot-network-traffic-analysis-with-nozomi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests.

What problem does it solve?

Industrial control system environments cannot tolerate active scanning, leaving operators without asset visibility, threat detection, or vulnerability awareness across OT networks.

Core Features & Use Cases

  • Passive Asset Discovery: Deploy Guardian sensors via SPAN/TAP to inventory PLCs, HMIs, and switches by type, vendor, and protocol without generating traffic.
  • Threat and Vulnerability Analysis: Query Guardian APIs for high-severity alerts, behavioral anomalies, and detected vulnerabilities with severity breakdowns.
  • Cross-Zone Communication Analysis: Identify flows between network zones to validate IEC 62443 segmentation policies.
  • Use Case: A plant security team validates a new Guardian deployment by checking sensor coverage, reviewing discovered asset counts, and confirming Splunk alert forwarding with a synthetic alert.

Quick Start

Validate my Nozomi Guardian deployment at the plant site and summarize discovered assets, open high-severity alerts, and cross-zone communications.

Frequently Asked Questions about implementing-ot-network-traffic-analysis-with-nozomi

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

FAQPage Schema
How do I deploy Nozomi Guardian for OT network monitoring?

Connect a Guardian hardware, VM, or container sensor to a network TAP or SPAN port on each monitored OT segment, then manage it through Vantage or the Central Management Console. Validate coverage by comparing discovered assets against your network architecture documentation.

How to get asset inventory from Nozomi Guardian API?

Call the /api/v1/nodes endpoint with a Bearer token to retrieve discovered assets, optionally filtering by node type. The response includes vendor, type, and observed protocols, which you can aggregate for inventory reports.

Does Nozomi Guardian require active scanning of OT devices?

No, Guardian operates passively by analyzing mirrored SPAN/TAP traffic, so it never sends packets to fragile PLCs. Smart Polling with native protocols is available sparingly for quiet devices, but active vulnerability scans should be avoided.

Why is my Nozomi sensor missing assets on the network?

Missing assets usually stem from SPAN/TAP coverage gaps, oversubscribed mirror ports dropping packets, or devices that rarely transmit. Check sensor packets-per-second counters for drops and verify each segment's coverage against the asset inventory.

When should I use Dragos instead of Nozomi for OT monitoring?

Use the Dragos platform when your environment is already standardized on it, since this workflow is specific to Nozomi Guardian, Vantage, and CMC. This skill is also not suited for IT-only network monitoring or active OT vulnerability scanning.