Deactivate Wireless Interfaces
Scanned 9/3/2026
Install to Claude Code
npx -y skills add CyberStrikeus/CyberStrike --skill cis-ubuntu1204-v110-7-6 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cis Ubuntu1204 V110 7 6?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cyberstrikeus-cis-ubuntu1204-v110-7-6)More formats (shields.io, HTML) on the badges page.
---
name: cis-ubuntu1204-v110-7-6
description: "Deactivate Wireless Interfaces"
category: cis-os-hardening
version: "1.1.0"
author: cyberstrike-official
tags: [cis, ubuntu, 12.04, linux, networking, wireless, wifi, attack-surface]
cis_id: "7.6"
cis_benchmark: "CIS Ubuntu 12.04 LTS Server Benchmark v1.1.0"
tech_stack: [ubuntu, linux]
cwe_ids: []
chains_with: []
prerequisites: []
severity_boost: {}
---
# 7.6 Deactivate Wireless Interfaces (Not Scored)
## Profile Applicability
- Level 1
## Description
Wireless networking is used when wired networks are unavailable. Ubuntu provides the nmcli interface which allows system administrators to configure and use wireless networks.
## Rationale
If wireless is not to be used, wireless devices can be disabled to reduce the potential attack surface.
## Audit Procedure
### Using Command Line
Perform the following to determine if wireless interfaces are active.
```bash
ifconfig -a
```
Validate that all interfaces using wireless are down.
## Expected Result
No active wireless interfaces should be present.
## Remediation
### Using Command Line
Use the following command to disable wireless:
```bash
nmcli nm wifi off
```
## Default Value
Wireless interfaces may be active by default if hardware is present.
## References
- CIS Ubuntu 12.04 LTS Server Benchmark v1.1.0
## Profile
Level 1 - Not Scored
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!