Basic search which lists processes that include log4j in the cmdline> on Windows, Mac and Linux. The query returns a lot of results but works for an insight into what's running on the estate.
SELECT meta_hostname AS ep_name, name, cmdline, path, query_name, sophos_pid, pid FROM xdr_data WHERE query_name IN( 'running_processes_linux_events', 'running_processes_osx_events', 'running_processes_windows_sophos') AND LOWER(cmdline) LIKE '%log4j%'
Top Comments
-
Brad Krakow
-
Cancel
-
Vote Up
0
Vote Down
-
-
More
-
Cancel
-
Dale Lott
in reply to Brad Krakow
-
Cancel
-
Vote Up
0
Vote Down
-
-
More
-
Cancel
-
CraigJones
in reply to Sly M
-
Cancel
-
Vote Up
0
Vote Down
-
-
More
-
Cancel
-
Sly M
in reply to Brad Krakow
-
Cancel
-
Vote Up
+2
Vote Down
-
-
More
-
Cancel
-
CraigJones
in reply to Dale Lott
-
Cancel
-
Vote Up
0
Vote Down
-
-
More
-
Cancel
-
Dale Lott
in reply to CraigJones
-
Cancel
-
Vote Up
0
Vote Down
-
-
More
-
Cancel
Comment-
Dale Lott
in reply to CraigJones
-
Cancel
-
Vote Up
0
Vote Down
-
-
More
-
Cancel
Children