Skip to content

Instantly share code, notes, and snippets.

@anand1996aditya
Created August 9, 2019 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anand1996aditya/3a6ead64fe97c9529eeb76a518234f0f to your computer and use it in GitHub Desktop.
Save anand1996aditya/3a6ead64fe97c9529eeb76a518234f0f to your computer and use it in GitHub Desktop.
{
"options": {
// "config_plugin": "filesystem",
// "logger_plugin": "filesystem",
//"logger_path": "/var/log/osquery",
//"disable_logging": "false",
//"schedule_splay_percent": "10",
//"database_path": "/var/osquery/osquery.db",
//"disable_tables": "foo_bar,time",
"host_identifier": "hostname",
"schedule_splay_percent": "10",
"utc": "true"
},
"schedule": {
"system_info": {
"query": "SELECT hostname, cpu_brand, physical_memory FROM system_info;",
"interval": 3600
}
},
"packs": {
"osquery-monitoring": "/usr/share/osquery/packs/osquery-monitoring.conf",
"incident-response": "/usr/share/osquery/packs/incident-response.conf",
"it-compliance": "/usr/share/osquery/packs/it-compliance.conf",
// "osx-attacks": "/usr/share/osquery/packs/osx-attacks.conf",
"vuln-management": "/usr/share/osquery/packs/vuln-management.conf",
"hardware-monitoring": "/usr/share/osquery/packs/hardware-monitoring.conf",
"ossec-rootkit": "/usr/share/osquery/packs/ossec-rootkit.conf"
// "windows-hardening": "C:\\ProgramData\\osquery\\packs\\windows-hardening.conf",
// "windows-attacks": "C:\\ProgramData\\osquery\\packs\\windows-attacks.conf"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment