Skip to content

Add rule to detect activation of a Wi-Fi hotspot on Ubuntu systems via NetworkManager, based on syslog. #5255

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rahulisationn
Copy link

Summary of the Pull Request

Detects the activation of a Wi-Fi hotspot on Ubuntu systems via NetworkManager, based on syslog logs. When a user enables the "Hotspot" feature, it effectively shares the machine's internet connection with nearby devices using wireless tethering.

Monitoring for hotspot activations helps enforce network security policies and detect potential misuse, insider threats, or policy violations.

Changelog

Example Log Event

Apr 7 18:59:19 (username)NetworkManager[1070]:  [1686317359.6672] audit: op="connection-activate" uuid="f1cf1e1c-fb63-45b6-a476-2691d98a266f" name="Hotspot" pid=330790 uid=123450280 result="success"

Apr  7 18:59:19 (username) NetworkManager[1070]:  [1686317359.8283] device (wlp0s20f3): Activation: starting connection 'Hotspot' (f1cf1e1c-fb63-45b6-a476-2691d98a266f)

Fixed Issues

SigmaHQ Rule Creation Conventions

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

Detects the activation of a Wi-Fi hotspot on Ubuntu systems via NetworkManager, based on syslog logs. When a user enables the "Hotspot" feature, it effectively shares the machine's internet connection with nearby devices using wireless tethering. 

Monitoring for hotspot activations helps enforce network security policies and detect potential misuse, insider threats, or policy violations.
"Fix indentation and YAML formatting for Sigma rule"
@github-actions github-actions bot added Rules Linux Pull request add/update linux related rules labels Apr 7, 2025
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 @rahulisationn 👋

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! 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Linux Pull request add/update linux related rules Rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant