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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
title: 'Ubuntu Hotspot Activation via NetworkManager'
id: 9b741eb3-8f1d-4f8e-8e28-4377d8e537c4
status: experimental
description: 'Detects when a user enables a WiFi hotspot on Ubuntu using NetworkManager, based on syslog entries.'
author: 'Rahul Pandey'
date: 2025-04-07
references: []
logsource:
product: linux
service: syslog
category: operating-system
detection:
selection:
message|contains:
- 'connection-activate'
- 'name="Hotspot"'
- 'result="success"'
condition: selection
fields:
- message
- uid
- pid
- hostname
falsepositives:
- 'Users intentionally using hotspot for legitimate reasons'
- 'Admins testing hotspot configurations'
level: medium
tags:
- attack.collection
- attack.t1040