cscli collections install crowdsecurity/iis
A collection for IIS :
Note:
use_time_machine
settings to true in the relevant section of your acquisition config.Example acquisition for this collection if you log to a file:
use_time_machine: true #Process logs as if we were replaying them to get the timestamp from the
filenames:
- C:\inetpub\logs\LogFiles\*\*.log
labels:
type: iis
Example acquisition for this collection if you log to windows events:
source: wineventlog
event_channel: Microsoft-IIS-Logging/Logs
event_ids:
- 6200
event_level: information
labels:
type: iis