Skip to content
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

New Rule for Suspicious Network Tunneling with QEMU #4766

Closed
wants to merge 2 commits into from

Conversation

threatHNTR
Copy link

@threatHNTR threatHNTR commented Mar 13, 2024

Summary of the Pull Request

Added a new detection rule for identifying potentially suspicious network tunneling activities initiated through QEMU virtual machine instances on Windows systems.

Changelog

new: Suspicious Network Tunneling with QEMU

Example Log Event

From SecureList Blog:

image

Focused the detection around the socket connection.

-netdev socket,id=sock,connect=<IP>:443

From QEMU Documentation:

image

Fixed Issues

N/A

SigmaHQ Rule Creation Conventions

  • If your PR adds new rules, please consider following and applying these conventions

@github-actions github-actions bot added Rules Windows Pull request add/update windows related rules labels Mar 13, 2024
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome @threatHNTR 👋

It looks like this is your first pull request on the Sigma rules repository!

Please make sure to read the SigmaHQ conventions document to make sure your contribution is adhering to best practices and has all the necessary elements in place for a successful approval.

Thanks again, and welcome to the Sigma community! 😃

@nasbench nasbench added the Work In Progress Some changes are needed label Mar 14, 2024
@nasbench nasbench self-assigned this Mar 14, 2024
@nasbench
Copy link
Member

nasbench commented Jun 3, 2024

Since #4778 also touches on the same idea. I will merge both rules into one and handle it in that PR. Added your name as author to it as well. Thanks for the contribution.

@nasbench nasbench closed this Jun 3, 2024
@nasbench nasbench removed the Work In Progress Some changes are needed label Jun 3, 2024
@nasbench nasbench mentioned this pull request Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rules Windows Pull request add/update windows related rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants