Retrieves all the entries in the target system /etc/hosts file.: Identify network communications that are being redirected. Example: identify if security logging has been disabled
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" : "Identify network communications that are being redirected. Example: identify if security logging has been disabled" } } }