IIS Logging Disabled
ID: iis-logging-disabled
Severity: medium
Author: pussycat0x
Tags: iis,windows,security,hardening,logging
Description
Section titled “Description”Checks if IIS logging is disabled, which can hinder incident response.
YAML Source
Section titled “YAML Source”id: iis-logging-disabled
info: name: IIS Logging Disabled author: pussycat0x severity: medium description: | Checks if IIS logging is disabled, which can hinder incident response. reference: - https://wiki.devsecopsguides.com/docs/checklists/iis/ tags: iis,windows,security,hardening,logging
file: - extensions: - all
matchers-condition: and matchers: - type: word words: - "<configuration>"
- type: word words: - '<logFile enabled="false"' negative: true# digest: 4a0a00473045022100d14a4273f694ce9a72abdbbab913738fffa327312105e89529279ef0683b531c02204be1d741e6f58fe3cc3c572d36c0f40ae1ef420f17e1ac7d7f3655b36f896ff3:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "file/audit/iis/iis-logging-disabled.yaml"