Fran Rodríguez
06/18/2020, 4:08 PMI0618 16:07:50.096029 13511 auditdnetlink.cpp:616] Failed to acquire the netlink handle
theopolis
Antoinette
06/26/2020, 6:46 PMbinu
07/01/2020, 5:34 PMHugh (Zercurity)
07/10/2020, 11:11 AMtheopolis
theopolis
Stefano Bonicatti
08/26/2020, 3:32 PMrmbowie
08/26/2020, 5:58 PMtheresa
09/25/2020, 9:16 AM{
"options": {
"config_plugin": "filesystem",
"logger_plugin": "filesystem",
"logger_path": "/var/log/osquery",
"utc": "true"
},
"schedule": {
"system_info": {
"query": "SELECT hostname, cpu_brand, physical_memory FROM system_info;",
"interval": 3600
}
},
"decorators": {
"load": [
"SELECT uuid AS host_uuid FROM system_info;",
"SELECT user AS username FROM logged_in_users ORDER BY time DESC LIMIT 1;"
]
},
Linux: /usr/share/osquery/packs
"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",
"vuln-management": "/usr/share/osquery/packs/vuln-management.conf",
"hardware-monitoring": "/usr/share/osquery/packs/hardware-monitoring.conf",
},
}
Mystery Incorporated
12/05/2020, 11:52 AMtheopolis
MaxosxOsquery
02/03/2021, 5:05 PMJoffrey
06/07/2021, 8:55 AMMoodyMudit
07/28/2021, 7:01 AM{
"counter": 0,
"unixTime": 1627455088,
"atime": "1627454699",
"auid": "1000",
"btime": "0",
"cmdline": "python3",
"ctime": "1610552918",
"cwd": "/",
"egid": "0",
"euid": "0",
"fsgid": "0",
"fsuid": "0",
"gid": "0",
"mode": "0100755",
"mtime": "1605545975",
"owner_gid": "0",
"owner_uid": "0",
"parent": "7041",
"path": "/usr/bin/python3.6",
"pid": "9888",
"sgid": "0",
"suid": "0",
"syscall": "execve",
"time": "1627454887",
"uid": "0",
"uptime": "16902318"
}
Peter
08/05/2021, 2:57 PMsocket_events
may be disappearing to. On a low load development machine I've been finding that I don't appear to be entries in the socket_events
table for some connections, whereas others are just fine.
I was wondering if someone could point me in the right direction of how to debug this a bit further? 🧵Robin Powell
09/24/2021, 6:43 PMpid_with_namespace
query that'll actually work on 4.9? Like I think I want something like select * from deb_packages where pid_with_namespace=???
, where ??? points to a container that's running something debian-flavored, but I'm not sure what that should be or the results I should expect.julient
09/26/2021, 1:48 PMMike Tonks
10/16/2021, 9:56 AMGeorge
11/16/2021, 3:24 PMMoodyMudit
02/21/2022, 1:03 PM{
command: {}'.format(e))
path: /etc/cron.d/sched_prov.py
day_of_month: enforce
day_of_week: endpoints:
hour: to
minute: print('Failed
month: maintenance
}
Mystery Incorporated
03/20/2022, 11:07 AMMystery Incorporated
03/20/2022, 11:08 AMDistributor ID: Ubuntu
Description: Ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal
Mystery Incorporated
03/20/2022, 11:09 AMMystery Incorporated
03/20/2022, 11:10 AMNAME="Ubuntu"
VERSION="20.04.4 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.4 LTS"
VERSION_ID="20.04"
HOME_URL="<https://www.ubuntu.com/>"
SUPPORT_URL="<https://help.ubuntu.com/>"
BUG_REPORT_URL="<https://bugs.launchpad.net/ubuntu/>"
PRIVACY_POLICY_URL="<https://www.ubuntu.com/legal/terms-and-policies/privacy-policy>"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
seph
Mystery Incorporated
03/20/2022, 1:46 PMStefano Bonicatti
03/20/2022, 2:42 PMVERSION_ID
to parse the SEMVER parts:
select * from os_version;
+--------+---------------------------+-------+-------+-------+-------+----------+---------------+----------+--------+
| name | version | major | minor | patch | build | platform | platform_like | codename | arch |
+--------+---------------------------+-------+-------+-------+-------+----------+---------------+----------+--------+
| Ubuntu | 20.04.3 LTS (Focal Fossa) | 20 | 4 | 0 | | ubuntu | debian | focal | x86_64 |
+--------+---------------------------+-------+-------+-------+-------+----------+---------------+----------+--------+
Stefano Bonicatti
03/20/2022, 2:53 PMos-release
file format is not one of the best, given that every distro does what it wants, kind ofMystery Incorporated
03/21/2022, 12:24 AM