-
Notifications
You must be signed in to change notification settings - Fork 6
/
command-lines.txt
38 lines (21 loc) · 1.59 KB
/
command-lines.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Get familar with Sigma Converter and convert Mimikatz without configuration
sigma/tools/sigmac --help
sigma/tools/sigmac -t es-qs -f tag=attack.s0002 -I -Orulecomment -r sigma/rules/windows
sigma/tools/sigmac -t es-qs solutions/mimikatz_2.1.1_hashes.yml
# Conversion of Mimikatz rule with configuration
sigma/tools/sigmac -t es-qs -c config/sigmac-config.yml solutions/mimikatz_2.1.1_hashes.yml
# Netpass rule conversion
sigma/tools/sigmac -t es-qs -c config/sigmac-config.yml solutions/netpass_parameters.yml
# Conversion of Netpass rule to generic Sigma rule
sigma_with_generic_logsources/tools/sigma2genericsigma solutions/netpass_parameters.yml
# Conversion of generic Sigma rules
sigma_with_generic_logsources/tools/sigmac -c sigma_with_generic_logsources/tools/config/generic/sysmon.yml -c sigma_with_generic_logsources/tools/config/elk-winlogbeat.yml netpass_parameters_generic.yml
# WCE rule conversion
sigma/tools/sigmac -t es-qs -c config/sigmac-config.yml solutions/wce_injection.yml
# Kibana import file
sigma/tools/sigmac -t kibana -c config/sigmac-config.yml solutions/* -o kibana.json
# Conversion of Sigma rules with genric log sources
sigma_with_generic_logsources/tools/sigmac -t es-qs -c sigma_with_generic_logsources/tools/config/generic/sysmon.yml -c config/sigmac-config.yml generic-solutions/mimikatz_2.1.1_hashes.yml
sigma_with_generic_logsources/tools/sigmac -t es-qs -c sigma_with_generic_logsources/tools/config/generic/sysmon.yml -c config/sigmac-config.yml generic-solutions/netpass_parameters.yml
# MISP import
tools/sigma2misp @misp.conf --same-event rules/apt/apt_turla_*