Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. {
  2. "options": {
  3. // "config_plugin": "filesystem",
  4. // "logger_plugin": "filesystem",
  5. //"logger_path": "/var/log/osquery",
  6. //"disable_logging": "false",
  7. //"schedule_splay_percent": "10",
  8. //"database_path": "/var/osquery/osquery.db",
  9. //"disable_tables": "foo_bar,time",
  10. "host_identifier": "hostname",
  11. "schedule_splay_percent": "10",
  12. "utc": "true"
  13. },
  14.  
  15.  
  16. "schedule": {
  17. "system_info": {
  18. "query": "SELECT hostname, cpu_brand, physical_memory FROM system_info;",
  19. "interval": 3600
  20. }
  21. },
  22.  
  23. "packs": {
  24. "osquery-monitoring": "/usr/share/osquery/packs/osquery-monitoring.conf",
  25. "incident-response": "/usr/share/osquery/packs/incident-response.conf",
  26. "it-compliance": "/usr/share/osquery/packs/it-compliance.conf",
  27. // "osx-attacks": "/usr/share/osquery/packs/osx-attacks.conf",
  28. "vuln-management": "/usr/share/osquery/packs/vuln-management.conf",
  29. "hardware-monitoring": "/usr/share/osquery/packs/hardware-monitoring.conf",
  30. "ossec-rootkit": "/usr/share/osquery/packs/ossec-rootkit.conf"
  31. // "windows-hardening": "C:\\ProgramData\\osquery\\packs\\windows-hardening.conf",
  32. // "windows-attacks": "C:\\ProgramData\\osquery\\packs\\windows-attacks.conf"
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement