Quick script to export sigma formatted detections to an excel spreadsheet.
sigma_detection_export.py [-h] -i INPUT -o OUTPUT [-l]
Required arguments:
-i --input
Directory path to Active Detections (default: None)
-o --output
Path to Output Excel File - Include Desired Filename (default: None)
optional arguments:
-l, --logic
Switch to toggle the full logic export (default: False)
-h, --help
show this help message and exit