We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current SOC Hunt query for HTTP with exe downloads does not return any results:
HTTP with exe downloads
tags:http AND (file.resp_mime_types:dosexec OR file.resp_mime_types:executable) | groupby http.virtual_host
Change it to:
tags:http AND file.resp_mime_types:*exec* | groupby http.virtual_host
The text was updated successfully, but these errors were encountered:
Merge pull request #11785 from Security-Onion-Solutions/dougburks-pat…
96b456c
…ch-1 FIX: SOC Hunt HTTP EXE query #11784
Tested and verified:
Sorry, something went wrong.
dougburks
No branches or pull requests
The current SOC Hunt query for
HTTP with exe downloads
does not return any results:Change it to:
The text was updated successfully, but these errors were encountered: