Listening Ports

Retrieves all the listening ports in the target system.:

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": ""
    }
  }
}