nuclei-templates/file/audit/cisco/configure-service-timestamp...

33 lines
860 B
YAML
Raw Normal View History

id: configure-service-log-messages
info:
name: Cisco Configure Service Timestamps Log Messages - Detect
author: pussycat0x
severity: info
description: |
2023-07-05 03:24:47 +00:00
Cisco service timestamp configuration for log messages was not implemented.
reference:
- https://www.cisco.com/E-Learning/bulk/public/tac/cim/cib/using_cisco_ios_software/cmdrefs/service_timestamps.htm
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: cisco,config-audit,cisco-switch,file,router
file:
- extensions:
- conf
matchers-condition: and
matchers:
- type: word
words:
- "service timestamps log datetime msec show-timezone localtime"
negative: true
- type: word
words:
- "configure terminal"
# Enhanced by md on 2023/05/02