Cisco IOS AAA Logging Disabled via 'no logging' and 'no aaa new-model' commands

Flags Cisco AAA command text that includes 'no logging' and/or 'no aaa new-model' to indicate logging being turned off.

FreeReviewedSigma · High · v2
Product
cisco
Service
aaa
Author
Austin Clark (SigmaHQ), DRL 1.1
Published
2019-08-11
Updated
2026-07-31
title: Cisco IOS AAA Logging Disabled via 'no logging' and 'no aaa new-model' commands
id: da0f6f0c-9fa4-465c-8929-85f1df6eeba0
status: test
description: This rule matches command text indicating logging has been disabled locally by using Cisco IOS AAA-related syntax. Disabling logging reduces visibility and can help an attacker avoid detection after gaining access. It relies on telemetry that records the exact CLI or command strings containing the keywords "no logging" and "no aaa new-model".
references:
  - https://www.cisco.com/en/US/docs/ios/security/command/reference/sec_a2.pdf
  - https://github.com/SigmaHQ/sigma/blob/master/rules/network/cisco/aaa/cisco_cli_disable_logging.yml
author: Austin Clark, Huntrule Team
date: 2019-08-11
modified: 2023-01-04
tags:
  - attack.defense-impairment
  - attack.t1685
logsource:
  product: cisco
  service: aaa
detection:
  keywords:
    - no logging
    - no aaa new-model
  condition: keywords
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: 9e8f6035-88bf-4a63-96b6-b17c0508257e
    type: derived