Hacker News new | ask | show | jobs
Finding unusual machines in network scans (xn--mbius-jua.band)
4 points by gebgebgeb 66 days ago
1 comments

I built this after running into the same issue with Nmap: once scans get larger, the bottleneck isn’t collecting data, it’s figuring out what actually matters.

This is a small, dependency-free approach: a single XSLT that turns Nmap XML into an interactive HTML report using xsltproc.

The focus is on triage rather than listing everything: * highlighting unusual hosts based on service rarity * grouping services by version to spot drift * simple views to make patterns easier to see

Curious how others handle post-scan triage, especially in constrained environments