Service taxonomy - #1312
Open
GyulyVGC wants to merge 7 commits into
Open
Service taxonomy#1312GyulyVGC wants to merge 7 commits into
GyulyVGC wants to merge 7 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
More than 6 thousand application-layer services were already identified by Sniffnet, and this PR aims to define a taxonomy of such services, associating each of them with a category.
This will make it easier to understand what an observed service is about.
The Sniffnet UI now shows a different icon for each of the defined categories, and hovering on the icon will show info about the category.
To keep the taxonomy relevant and on point, 20 categories were defined, plus a fallback for services that aren't reasonably assignable to a specific category.
Examples: http, https, coap.
Examples: smtp, imap, pop3.
Examples: irc, xmpp-client, matrix-fed.
Examples: sip, rtsp, rtmp.
Examples: ftp, rsync, nfs, microsoft-ds.
Examples: iscsi, ndmp, bacula-sd.
Examples: mysql, postgresql, redis.
Examples: ssh, telnet, vnc, ms-wbt-server.
Examples: snmp, syslog, netconf-ssh, zabbix-agent.
Examples: domain, mdns, llmnr, svrloc.
Examples: dhcps, ntp, bgp, vxlan.
Examples: openvpn, isakmp, socks, http-proxy.
Examples: kerberos, ldap, radius, kmip.
Examples: ipp, printer, jetdirect, sane-port.
Examples: minecraft, quake3, xbox.
Examples: mbap, bacnet, opcua-tcp, zigbee-ip.
Examples: git, svn, distcc, gdbremote.
Examples: amqp, mqtt, msrpc, rtps-dd-ut.
Examples: nessus, spamassassin, prelude, idxp.
Examples: flexlm, CodeMeter, WibuKey, keysrvr.
Examples: dicom, bitcoin, NFS-or-IIS.
I made category icons with Inkscape to be lightweight SVGs that are visible and recognisable both on dark and light backgrounds.
Fixes #1102