Files
blue-team-tools/tools/sigma/config/eventdict.py
T

24 lines
628 B
Python
Raw Normal View History

2019-10-18 14:04:38 +07:00
event = {
2019-10-18 17:51:31 +07:00
1: ('childproc_count','[1 to *]'),
2019-10-18 14:04:38 +07:00
# 2: Change time,
2019-10-18 17:51:31 +07:00
3: ('netconn_count','[1 to *]'),
2019-10-18 14:04:38 +07:00
# 4: sysmon state change
# 5: Process termincated
2020-02-03 09:47:06 +07:00
6: ('modload_count','[1 to *]'),
2019-10-18 17:51:31 +07:00
7: ('modload_count','[1 to *]'),
2020-02-28 16:56:48 +07:00
8: ('crossproc_count', '[1 to *]'),
2019-10-18 14:04:38 +07:00
# 9: Raw Access Read
2020-02-28 16:56:48 +07:00
10: ('crossproc_count', '[1 to *]'),
2019-10-18 17:51:31 +07:00
11: ('filemod_count','[1 to *]'),
12: ('regmod_count','[1 to *]'),
2019-11-28 21:34:52 +07:00
13: ('regmod_count','[1 to *]'),
14: ('',''),
15: ('',''),
16: ('',''),
17: ('',''),
18: ('',''),
19: ('',''),
20: ('',''),
21: ('',''),
2019-10-18 14:04:38 +07:00
# 15 File create stream hash
}