<@U017GV5C6AE> you can use the `extended_attribute...
# macos
f
@MaxosxOsquery you can use the
extended_attributes
table to look for
where_froms
data
m
Thanks let me check
Anyway to get the user_agent details like chrome, mailapp, or curl etc..?
m
Copy code
osquery> select * from extended_attributes WHERE path="/Users/mmyers/Downloads/developerID_application.cer" AND key="quarantine_agent";
+-----------------------------------------------------+-------------------------+------------------+--------+--------+
| path                                                | directory               | key              | value  | base64 |
+-----------------------------------------------------+-------------------------+------------------+--------+--------+
| /Users/mmyers/Downloads/developerID_application.cer | /Users/mmyers/Downloads | quarantine_agent | Safari | 0      |
+-----------------------------------------------------+-------------------------+------------------+--------+--------+
👍 1
m
you can also query the gatekeeper table, no?
f
@Magneto Only if you have added an ATC config block for lsquarantineeventsv2 database
m
ahhhh, that's right