forked from refractionPOINT/python-limacharlie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlc_conf.yaml
64 lines (64 loc) · 1.46 KB
/
lc_conf.yaml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
version: 3
include:
- subsets/secondary.yml
rules:
VirusTotal:
detect:
event: CODE_IDENTITY
metadata_rules:
length of: true
op: is greater than
path: /
value: 0
op: lookup
path: event/HASH
resource: lcr://api/vt
respond:
- action: report
name: virustotal
malwaredomains:
detect:
event: DNS_REQUEST
op: lookup
path: event/DOMAIN_NAME
resource: lcr://lookup/malwaredomains
name: malwaredomains
respond:
- action: report
name: feed_malwaredomains
- action: add tag
tag: suspicious
ttl: 86400
- action: task
command: history_dump
shadow-volume-tampering:
detect:
event: NEW_PROCESS
op: and
rules:
- op: is windows
- op: or
rules:
- op: and
rules:
- case sensitive: false
op: ends with
path: event/FILE_PATH
value: vssadmin.exe
- case sensitive: false
op: matches
path: event/COMMAND_LINE
re: .*(?:(?:delete shadows)|(?:resize shadowstorage)).*
- op: and
rules:
- case sensitive: false
op: ends with
path: event/FILE_PATH
value: wmic.exe
- case sensitive: false
op: contains
path: event/COMMAND_LINE
value: shadowcopy delete
respond:
- action: report
name: virustotal