Retrieves all the listening ports in the target system.: Detect if a listening port iis not mapped to a known process. Find backdoors.
Query:
select * from listening_ports;Additional Query Info:
Version: 1.4.5
Platform: posix
Interval: 3600
JSON:
{ "queries": { "listening_ports": { "query" : "select * from listening_ports;", "interval" : "3600", "platform" : "posix", "version": "1.4.5", "description" : "Retrieves all the listening ports in the target system.", "value" : "Detect if a listening port iis not mapped to a known process. Find backdoors." } } }