Skip to main content
Version: Version 8.0

HTTP Traffic

The HTTP Traffic dashboard provides full visibility into unencrypted HTTP activity on your network. It breaks down traffic by host, method, status code, content type, and URL and surfaces the raw HTTP resource log for forensic investigation.

navigation

👉 Go to NBAD → HTTP Traffic

HTTP Traffic Dashboard Figure: HTTP Traffic: summary tiles, method split, top hosts, status codes, and URL-level resource log

Summary tiles​

TileDescription
Total Active ConnectionsCurrent number of open HTTP connections at the time the dashboard is loaded.
Total VolumeTotal HTTP traffic volume transferred during the selected time window.
Total HostsNumber of unique HTTP host values observed from the Host: header.
Total AlertsCount of alerts associated with HTTP activity through the single-value alert channel.

Modules​

ModulesTypeDescription
Total HTTP TrafficTime-series chartDisplays inbound (downloaded) versus outbound (uploaded) HTTP bandwidth over time. Traffic directions can be toggled using the chart legend.
Method Type SplitDonut chartDistribution of HTTP methods such as GET, POST, OPTIONS, and HEAD. Unusual spikes in POST or OPTIONS traffic may indicate API abuse, automated activity, or CORS probing attempts.
Top HTTP HostsRanked listHTTP destinations ranked by bandwidth consumption. Each host entry links to a detailed per-host drilldown view.
Top HTTP Status CodesRanked listBreakdown of HTTP response codes including 200 OK, 302 Found, 101 Switching Protocols, 304 Not Modified, and others. Elevated error responses may indicate scanning activity, backend failures, or configuration issues.
Top HTTP Method TypeRanked tableTabular representation of HTTP method activity with Max, Min, Avg, and Total metrics. Complements the Method Type Split visualization.
Top HTTP Content TypesRanked listMIME type distribution for observed HTTP traffic. Common examples include application/microsoftpatch, image/png, text/html, and video/mp2t. Large or uncommon binary MIME types may require investigation.
Top HTTP URLsResource logRaw HTTP resource log grouped by Source IP and Destination IP. Includes Time, Source IP/Port, Destination IP/Port, Opts, Resource ID, Probe, and Contents fields. PCAP download is available for each entry.

HTTP resource log columns​

ColumnDescription
Time ISTTimestamp of the HTTP transaction in local time.
Source IP / PortClient IP address and ephemeral source port initiating the request.
Dest IP / PortServer IP address and destination port, typically 80 or 8080.
OptsOption flags associated with the resource record.
Resource IDInternal identifier linking to the complete HTTP resource record.
ProbeProbe instance that captured the transaction.
ContentsHTTP method, full URL path, protocol version, and response code summary.