Rafa
07/20/2022, 2:28 PMYassine CHAOUCHE
07/20/2022, 4:45 PMYassine CHAOUCHE
07/20/2022, 4:45 PMBrandon Mesa
07/20/2022, 7:18 PMHugh (Zercurity)
07/20/2022, 7:20 PMBrandon Mesa
07/20/2022, 7:20 PMBrandon Mesa
07/20/2022, 7:21 PMHugh (Zercurity)
07/20/2022, 7:22 PMHugh (Zercurity)
07/20/2022, 7:22 PMHugh (Zercurity)
07/20/2022, 7:23 PMBrandon Mesa
07/20/2022, 7:25 PMSteve Poe
07/21/2022, 12:23 AMKiran Kalelkar
07/21/2022, 5:59 AMBrandon Mesa
07/21/2022, 3:35 PMJ Armando G
07/22/2022, 5:49 PMPeter Panko
07/26/2022, 11:44 AMIbra
07/27/2022, 9:55 AMBrandon Mesa
07/27/2022, 5:30 PMBrandon Mesa
07/27/2022, 5:35 PM--disable_endpointsecurity_fim
appears to be a new flag? 👀Brandon Mesa
07/27/2022, 5:40 PMStefano Bonicatti
07/27/2022, 6:43 PMBrandon Mesa
07/27/2022, 8:44 PM<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "<http://www.apple.com/DTDs/PropertyList-1.0.dtd>">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Disabled</key>
<false/>
<key>Label</key>
<string>io.osquery.agent</string>
<key>ProgramArguments</key>
<array>
<string>/opt/osquery/lib/osquery.app/Contents/MacOS/osqueryd</string>
<string>--config_path=/private/var/osquery/osquery.conf</string>
<string>--disable_events=false</string>
<string>--disable_endpointsecurity=false</string>
<string>--enable_file_events=true</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>ThrottleInterval</key>
<integer>60</integer>
</dict>
</plist>
I run sudo launchctl load /var/osquery/io.osquery.agent.plist
followed by sudo launchctl start io.osquery.agent.plist
. The process starts & i get other results from fim & snapshot queries, however the EndpointSecurity events do not get generated.
Additionally, If I run the daemon directly with the following, the endpointsecurity events get logged sudo /opt/osquery/lib/osquery.app/Contents/MacOS/osqueryd --config_path=/private/var/osquery/osquery.conf --disable_events=false --disable_endpointsecurity=false --enable_file_events=true
Anyone seen this before or see any red flags with my launchd approach?harroldhino
07/28/2022, 6:02 PMJames Wilburn
07/29/2022, 3:29 AM---
apiVersion: v1
kind: config
spec:
host_settings:
enable_software_inventory: true
andJames Wilburn
07/29/2022, 3:30 AM---
apiVersion: v1
kind: config
spec:
vulnerability_settings:
databases_path: /some/path
James Wilburn
07/29/2022, 3:34 AMPoornesh
07/29/2022, 5:07 AMjimmy
07/30/2022, 3:10 PMChad Bennett
07/31/2022, 12:21 AMfritz
07/31/2022, 12:34 AM