identify-infrastructure-services
Analyze traffic flows and compute app-to-app centrality to identify infrastructure services like DNS, Active Directory, and shared databases. Prioritize these services for segmentation policy rollout.
Instructions
Analyze traffic flows to identify infrastructure services in your environment. Builds an app-to-app communication graph and computes centrality metrics to rank apps by how 'infrastructure-like' they are. Infrastructure services (DNS, AD, logging, monitoring platforms, shared databases) are consumed by many apps and should be policy'd first during segmentation rollouts. Returns a ranked list with scores, classification tiers, and connectivity details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | Number of top results to return (default: 20) | |
| lookback_days | No | Number of days to look back for traffic flows (default: 90) | |
| min_connections | No | Minimum total connections for an edge to be included — filters noise (default: 1) |