forked from ecrookshanks/simple-data-generator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsecops-windows.yml
57 lines (44 loc) · 1.3 KB
/
secops-windows.yml
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
elasticsearchScheme: http
elasticsearchHost: localhost
elasticsearchPort: 30920
elasticsearchUser: sdg
elasticsearchPassword: changeme
workloads:
- workloadName: windows-system-security
workloadThreads: 1
workloadSleep: 10
indexName: winlogbeat-default
fields:
- name: eventcategory
type: random_string_from_list
custom_list: iam,iam,iam,iam,iam,iam,iam,authentication,authentication,authentication,process,configuration,process,configuration,driver,registry,registry
- name: wincode
type: int
range: 1,422
- name: processname
type: path
- name: parentprocessname
type: path
- name: eventtype
type: random_string_from_list
custom_list: access,admin,allowed,change,connection,creation,deletion,denied,end,error,group,indicator,info,installation,protocol,start,user
- name: 2rip1
type: int
range: 10,10
- name: 2rip2
type: int
range: 0,255
- name: 2rip3
type: int
range: 0,255
- name: 2rip4
type: int
range: 0,254
- name: processpename
type: path
- name: processargs
type: appname
- name: registry1
type: appname
- name: registry2
type: appname