Network ● Sealed v1.0 (treated)

Passive Network Dependency

Passive Network Dependency

What it does

Builds an application dependency map by passively analyzing network flow data already collected by upstream discovery (NetworkDiscovery.psm1, NetworkScanDiscovery.csv, NetFlow/sFlow exports, or firewall logs). Unlike ApplicationDependencyDiscovery which uses live Get-NetTCPConnection on the local host, this module operates on pre-collected flow records, enabling enterprise-wide visibility without agents. Competitive parity target: RISC Networks, Flexera IT Visibility. Input sources (auto-detected, first match wins): 1. NetworkFlow.csv (preferred: SourceIP,DestIP,DestPort,Protocol,Bytes,Packets,FirstSeen,LastSeen) 2. NetworkDiscovery.csv (host inventory with role hints) 3. NetworkScanDiscovery.csv (nmap port-scan results) 4. FirewallLogs.csv (5-tuple flow logs) Output: PassiveNetworkDependencyDiscovery.csv with columns: SourceHost, SourceTier, DestHost, DestPort, DestService, Protocol, FlowCount, BytesTotal, FirstSeen, LastSeen, DependencyType, ConfidenceScore

How the app exposes it

The module feeds into the ACQI app's dedicated results view. From there, conflicts, dependencies, and readiness scores roll up into the deal workspace.

Route in app:
/discovered/passive-network-dependency

Outputs

Each module produces a CSV with readiness and risk scores, evidence-source counts, and last-seen timestamps. The exact columns vary by module — the app's results view shows the live schema.