-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not log DnsQuery EventID 22 #57
Comments
It seems that kernel 4.19.208-1 (debian 10) and 5.10.0-6 (debian 11) are not supported at the moment |
SYSMONEVENT_RAWACCESS_READ seems not working too :( |
Yep...even on a Ubuntu 20.04 Server LTS system...it does not log anything. |
@PoundXI Try without specifying the config file. Does sysmon generate any events in that scenario? |
Just process create & terminate events |
Thanks for checking. I've tagged this as a bug for now and added to backlog. |
Observing same issue with sysmon 1.2.0 with some variations on debian 11.7 and ubuntu 22.04. expecting more in both case (RawAccessRead for both and file/network/service for first one): debian11# journalctl -xeu sysmon -l --no-pager | /opt/sysmon/sysmonLogView |grep Event | sort | uniq -c | sort -nr
630 Event SYSMONEVENT_PROCESS_TERMINATE
370 Event SYSMONEVENT_CREATE_PROCESS
ubuntu22# journalctl -xeu sysmon -l --no-pager | /opt/sysmon/sysmonLogView |grep 'Event' | sort | uniq -c | sort -nr
95 Event SYSMONEVENT_PROCESS_TERMINATE
67 Event SYSMONEVENT_CREATE_PROCESS
7 Event SYSMONEVENT_NETWORK_CONNECT
5 Event SYSMONEVENT_FILE_DELETE
5 Event SYSMONEVENT_FILE_CREATE
1 Event SYSMONEVENT_SERVICE_STATE_CHANGE
1 Event SYSMONEVENT_SERVICE_CONFIGURATION_CHANGE Config based on Not seeing any DNS catch in |
Thanks for reporting this. I've been a bit back logged but hopefully I can look into this in the next couple of weeks. |
Any updates on this? |
Hi @0xab3d - Thanks for checking in. We haven't implemented this yet as we're currently busy with other infrastructure work. I will keep everyone updated once we get to this. |
OS: Ubuntu 20.04
Installation instruction: https://github.com/Sysinternals/SysmonForLinux/blob/main/INSTALL.md#ubuntu-1804-2004--2104
sysmon config:
command for making dns query:
ping www.google.com
checking event id:
sudo cat /var/log/syslog | grep -oP "EventID>\d+<" | sort -u
result:
The text was updated successfully, but these errors were encountered: