Etc Hosts

Retrieves all the entries in the target system /etc/hosts file.:

Query

select * from etc_hosts;

Additional Query Info

  • Version: 1.4.5
  • Platform: posix
  • Interval: 86400

JSON

{
  "queries": {
    "Etc Hosts": {
      "query": "select * from etc_hosts;",
      "interval": "86400",
      "platform": "posix",
      "version": "1.4.5",
      "description": "Retrieves all the entries in the target system /etc/hosts file.",
      "value": ""
    }
  }
}