-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings.json
98 lines (98 loc) · 2.81 KB
/
settings.json
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"Domain": {
"functionalLevelProbability": {
"2008": 4,
"2008 R2": 5,
"2012": 10,
"2012 R2": 30,
"2016": 50,
"Unknown": 1
},
"Trusts": {
"SIDFilteringProbability": 50,
"Inbound": 1,
"Outbound": 1,
"Bidirectional": 1
}
},
"Computer": {
"nComputers": 100,
"CanRDPFromUserPercentage": 10,
"CanRDPFromGroupPercentage": 10,
"CanPSRemoteFromUserPercentage": 10,
"CanPSRemoteFromGroupPercentage": 10,
"ExecuteDCOMFromUserPercentage": 10,
"ExecuteDCOMFromGroupPercentage": 10,
"AllowedToDelegateFromUserPercentage": 10,
"AllowedToDelegateFromComputerPercentage": 10,
"enabled": 90,
"haslaps": 10,
"unconstraineddelegation": 10,
"osProbability": {
"Windows XP Professional Service Pack 3": 3,
"Windows 7 Professional Service Pack 1": 7,
"Windows 7 Ultimate Service Pack 1": 5,
"Windows 7 Enterprise Service Pack 1": 15,
"Windows 10 Pro": 30,
"Windows 10 Enterprise": 40
}
},
"DC": {
"enabled": 90,
"haslaps": 10,
"osProbability": {
"Windows Server 2003 Enterprise Edition": 1,
"Windows Server 2008 Standard": 1,
"Windows Server 2008 Datacenter": 1,
"Windows Server 2008 Enterprise": 1,
"Windows Server 2008 R2 Standard": 2,
"Windows Server 2008 R2 Datacenter": 3,
"Windows Server 2008 R2 Enterprise": 3,
"Windows Server 2012 Standard": 4,
"Windows Server 2012 Datacenter": 4,
"Windows Server 2012 R2 Standard": 10,
"Windows Server 2012 R2 Datacenter": 10,
"Windows Server 2016 Standard": 35,
"Windows Server 2016 Datacenter": 25
}
},
"User": {
"nUsers": 100,
"enabled": 85,
"dontreqpreauth": 5,
"hasspn": 10,
"passwordnotreqd": 5,
"pwdneverexpires": 50,
"sidhistory": 10,
"unconstraineddelegation": 20
},
"OU": {
"nOUs": 20
},
"Group": {
"nGroups": 100,
"nestingGroupProbability": 30,
"departmentProbability": {
"IT": 20,
"HR": 20,
"MARKETING": 20,
"OPERATIONS": 20,
"BIDNESS": 20
}
},
"GPO": {
"nGPOs": 20
},
"ACLs": {
"ACLPrincipalsPercentage": 50,
"ACLsProbability": {
"GenericAll": 10,
"GenericWrite": 15,
"WriteOwner": 15,
"WriteDacl": 15,
"AddMember": 30,
"ForceChangePassword": 15,
"ReadLAPSPassword": 10
}
}
}