WOLF Commands - H0wl3r/WOLF-VM GitHub Wiki
Import
Windows Logs
WOLF-Import-Windows_logs
Command: To ingest Windows Event Log files (.evtx
format) into Elastic for analysis:
-
Prepare Log Files: Drag and drop
.evtx
logs into the directory:C:\WOLF\Logs\WinLogs
-
Run the Import Command: Execute the following command to ingest all
.evtx
logs from theWinLogs
directory into Elastic:WOLF-Import-Windows_logs
-
Elastic Ingestion: Once processed, the
.evtx
files will be automatically imported into Elastic, enabling detailed investigation and analysis.
Hayabusa Logs
WOLF-Import-Hayabusa_logs
Command: Automate analysis of Windows .evtx
logs with Hayabusa and ingest into Elastic:
-
Prepare Log Files: Place your
.evtx
log files in the directory:C:\WOLF\Logs\WinLogs
-
Run the Import Command: Execute the following command to process all
.evtx
files in the directory withHayabusa
:WOLF-Import-Hayabusa_logs
This command will:
- Run
Hayabusa
analysis on each `.evtx file. - Save the generated JSON output file to:
C:\WOLF\Logs\Hayabusa
- Run
-
Elastic Ingestion: Once processed, the
results.jsonl
file will be automatically imported into Elastic, allowing for detailed forensic investigation and correlation.
PCAP Logs
WOLF-Import-PCAP
Command: To ingest .pcap
files into Elastic for analysis:
-
Prepare PCAP Files: Place your
.pcap
files in the directory:C:\WOLF\Logs\PCAP
-
Run the Import Command: Execute the following command for
Zeek
to conduct analysis of all.pcap
files located inC:\WOLF\Logs\PCAP
.WOLF-Import-PCAP
This command will:
- Run
Zeek
analysis on each.pcap
file. - Save the generated JSON output files to:
C:\WOLF\Logs\Zeek
- Run
-
Elastic Ingestion: Once processed, the JSON files will be automatically imported into Elastic, enabling detailed investigation and analysis of network traffic.
Remove
WOLF-Remove-All_logs
Command: This command will not delete any log files and will just remove the documents from the Elastic Indices.
WOLF-Remove-All_logs
WOLF-Remove-Filebeat_logs
Command: This command will remove all documents within the filebeat-*
index only.
WOLF-Remove-Filebeat_logs
WOLF-Remove-Hayabusa_logs
Command: This command will remove all documents within the Hayabusa
index only.
WOLF-Remove-Hayabusa_logs
WOLF-Remove-WinLogBeat_logs
Command: This command will remove all documents with the winlogbeat-*
index only.
WOLF-Remove-WinLogBeat_logs
Update
Hayabusa Rules
WOLF-Update-Hayabusa_Rules
The above command will sync the rules
folder with the Hayabusa rules github repository, updating the sigma rules to the latest version.
GeoIP
WOLF-Update-GeoIP
WOLF-VM is integrated with GeoLite2 data created by MaxMind, available from https://www.maxmind.com and subject to the GeoLite2 EULA The included GeoIP database files can be updated by running the above command pulling the latest database files.