Cameron Just
07/15/2020, 12:42 AM[root@primary osquery]# osqueryi "SELECT * FROM file_events;"
I0715 10:41:40.372663 18293 options.cpp:100] Verbose logging enabled by config option
W0715 10:41:40.372741 18293 options.cpp:91] Cannot set unknown or invalid flag: enable_monitor
I0715 10:41:40.507570 18293 smbios_tables.cpp:104] Reading SMBIOS from sysfs DMI node
I0715 10:41:40.508178 18293 events.cpp:863] Event publisher not enabled: syslog: Publisher disabled via configuration
I0715 10:41:40.509068 18293 events.cpp:1122] Error registering subscriber: process_file_events: Subscriber disabled via configuration
I0715 10:41:40.509141 18293 events.cpp:1122] Error registering subscriber: selinux_events: Subscriber disabled via configuration
I0715 10:41:40.509174 18293 events.cpp:1122] Error registering subscriber: socket_events: Subscriber disabled via configuration
I0715 10:41:40.513377 18293 file_events.cpp:82] Added file event listener to: /etc/**
I0715 10:41:40.513458 18293 file_events.cpp:82] Added file event listener to: /root/.ssh/**
I0715 10:41:40.513478 18293 file_events.cpp:82] Added file event listener to: /home/*/.ssh/**
I0715 10:41:40.513536 18293 file_events.cpp:82] Added file event listener to: /tmp/**
W0715 10:41:40.526444 18293 filesystem.cpp:311] Symlink loop detected possibly involving: /etc/xdg/systemd/user/sockets.target.wants
I0715 10:41:40.548197 18293 dispatcher.cpp:77] Adding new service: AuditdNetlinkReader (0x275c6d8) to thread: 140344453695232 (0x26cc720) in process 18293
I0715 10:41:40.548367 18293 dispatcher.cpp:77] Adding new service: AuditdNetlinkParser (0x26a3448) to thread: 140344445302528 (0x26c95c0) in process 18293
I0715 10:41:40.548961 18294 auditdnetlink.cpp:623] Failed to set the netlink owner
W0715 10:41:40.560115 18293 filesystem.cpp:311] Symlink loop detected possibly involving: /etc/xdg/systemd/user/sockets.target.wants
I0715 10:41:40.565127 18296 events.cpp:784] Starting event publisher run loop: auditeventpublisher
I0715 10:41:40.565162 18297 events.cpp:784] Starting event publisher run loop: inotify
I0715 10:41:40.565232 18298 events.cpp:784] Starting event publisher run loop: udev
I0715 10:41:40.565570 18293 dispatcher.cpp:148] Thread: 140344499352960 requesting a stop
I0715 10:41:40.565644 18293 dispatcher.cpp:155] Service: 0x275c6d8 has been interrupted
I0715 10:41:40.565670 18293 dispatcher.cpp:155] Service: 0x26a3448 has been interrupted
I0715 10:41:40.565703 18293 dispatcher.cpp:121] Thread: 140344499352960 requesting a join
I0715 10:41:41.548689 18293 dispatcher.cpp:139] Service thread: 0x26c95c0 has joined
Garret
07/16/2020, 5:10 PMDaniel Parry
07/17/2020, 10:24 PMmoulik
07/18/2020, 9:18 AM<http://portquiz.net:1234|portquiz.net:1234>
If the osquery db and osquery pid is in /tmp/
folder, I see some inconsistency in the number of record in socket_events
table
Sometimes there is only 1 entry and sometimes there are 2 entries for every curl request
If I change the path to a permanent location then I see only one entry per curl requestnle
07/19/2020, 4:02 PMZweasta
07/19/2020, 10:51 PMBitterino95
07/20/2020, 12:33 PMNam B
07/20/2020, 3:26 PMJacek
07/21/2020, 10:19 AMdoggles
07/22/2020, 8:29 AMMaxosxOsquery
07/22/2020, 6:40 PMvaar
07/24/2020, 2:08 PMKshitij Gupta
07/25/2020, 4:55 PMZweasta
07/25/2020, 7:14 PMiptables
table for linux, is there any plan to build a table for windows systems ?KaremAli
07/27/2020, 8:46 AM{
"options": {
"host_identifier": "WindowsTest",
"utc": "true"
},
"schedule": {
"users": {
"query": "select 'users' AS query_name, uid,username from users;",
"interval": 10
}
},
"file_paths": {
"downloads": [
"C:\\Users\\Noname\\Downloads",
"C:\\Users\\Noname\\Downloads\\*"
]
}
}
** osqueryi.exe --config-path='path to config' --disable-events=false
** USN is enabled on my device and I make changes to file on downloads but it's not reflecting in osqueryi
** I check the change in USN by parsing it using MFTCMD (Eric tool) and the changes are displayed
any idea for solving this ?Zach Zeid
07/28/2020, 8:27 PM--logger_plugin
to a comma separate list.
My config file is JSON, but when I do
"logger_plugin": "aws_firehose","tls",
it fails config-check
but when I do
"logger_plugin": ["aws_firehose","tls"],
it doesn't like that either.Zach Zeid
07/28/2020, 9:03 PM"schedule": {
"ping_pong": {
"query": "select year, month, day from time;",
"interval": 10
}
},
but I don't see it show up in either my tls endpoint, or in aws_firehose, or in the results.logWilliam Guilherme
07/30/2020, 5:07 AMbrad_anton
07/30/2020, 4:17 PMET
07/30/2020, 5:27 PMRyan Mack
08/05/2020, 11:29 AMChris Broome
08/05/2020, 7:15 PM--tls_allow_unsafe
option turned on?ET
08/06/2020, 9:20 AMVikram
08/06/2020, 12:53 PMZach Zeid
08/06/2020, 6:25 PMsean.cavanaugh
08/06/2020, 6:36 PM--disable_database
flag be? Would blacklisted queries no longer be recorded/enforced?Liam
08/07/2020, 9:06 AMhomebrew_packages
at the moment, but that misses out on things such as the AppleGit versions included in the Xcode CLI tools. I’m thinking the extension route might be the way to go, but just checking if anyone has solved this in an easier way?sanjaykcse
08/09/2020, 12:28 PMEddy
08/10/2020, 9:28 AMlink_speed
from interface_details
but it always returns 0 for every interfaceWS
08/10/2020, 9:15 PMThrift: Mon Aug 10 14:03:35 2020 TPipe ::GetOverlappedResult errored GLE=errno = 109
Thrift: Mon Aug 10 14:03:35 2020 TConnectedClient died: TPipe: GetOverlappedResult failed
This repeats in the shell over and over. Everything seems to be working but I’d prefer if I can get the errors silenced. I dug into some of the previous times this was brought up in Slack but they all seemed to revolve around SSL issues which is not the case here. Has anyone come across this and had any luck with getting them to disappear? Error appears with and without --verbose