File Download Dashboard #11720
Replies: 1 comment 3 replies
-
How about something like this?
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a dashboard that depicts executable downloads with some detailed information. I've developed a query that gets me close, but I'd like to dig in a little further and find out what host process initiated the download (i.e. Firefox, Windows, APT, etc.) and the location where the file was downloaded to on the host. I think I'm running into issues because I'm trying to get data from different datasets and trying to correlate them at the same time.
This is the query that I've come up with so far. I know that it isn't narrowed down to executables at this time and would like to see what that should look like:
event.dataset:zeek.http OR zeek.file | groupby http.method | groupby file.extracted.filename file.source file.mime_type source_geo.organization_name destination.ip source.ip | groupby http.method file.resp_mime_types network.transport server.port client.port http.uri destination_geo.organization_name
Beta Was this translation helpful? Give feedback.
All reactions