Exploitation Indicators Of CVE-2023-20198

Detecting exploitation indicators of CVE-2023-20198 a privilege escalation vulnerability in Cisco IOS XE Software Web UI.

Sigma rule (View on GitHub)

 1title: Exploitation Indicators Of CVE-2023-20198
 2id: 2ece8816-b7a0-4d9b-b0e8-ae7ad18bc02b
 3status: experimental
 4description: Detecting exploitation indicators of CVE-2023-20198 a privilege escalation vulnerability in Cisco IOS XE Software Web UI.
 5references:
 6    - https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-iosxe-webui-privesc-j22SaA4z
 7    - https://www.thestack.technology/security-experts-call-for-incident-response-exercises-after-mass-cisco-device-exploitation/
 8author: Lars B. P. Frydenskov (Trifork Security)
 9date: 2023/10/20
10tags:
11    - attack.privilege_escalation
12    - attack.initial_access
13    - detection.emerging_threats
14logsource:
15    product: cisco
16    service: syslog
17    definition: 'Requirements: Cisco IOS XE system logs needs to be configured and ingested'
18detection:
19    keyword_event:
20        - '%WEBUI-6-INSTALL_OPERATION_INFO:'
21        - '%SYS-5-CONFIG_P:'
22        - '%SEC_LOGIN-5-WEBLOGIN_SUCCESS:'
23    keyword_user:
24        - 'cisco_tac_admin'
25        - 'cisco_support'
26        - 'cisco_sys_manager'
27    condition: keyword_event and keyword_user
28falsepositives:
29    - Rare false positives might occur if there are valid users named "cisco_tac_admin" or "cisco_support", which are not created by default or CISCO representatives
30level: high

References

Related rules

to-top