51 lines
1.8 KiB
PowerShell
51 lines
1.8 KiB
PowerShell
[Report] @{
|
|
Title = "Windows 10 GDPR Report"
|
|
ModuleName = "ATAPAuditor"
|
|
BasedOn = @(
|
|
'Bundesamt für Sicherheit in der Informationstechnik (BSI), Version: V1.2, Date: 2020-04-27'
|
|
'GDPR settings by Microsoft, Version: 16082019, Date: 2019-08-16'
|
|
"FB Pro recommendations 'Ciphers Protocols and Hashes Benchmark', Version 1.2.1, Date: 2023-11-03"
|
|
"FB Pro recommendations 'Enhanced settings', Version 1.2.1, Date: 2023-11-03"
|
|
)
|
|
Sections = @(
|
|
[ReportSection] @{
|
|
Title = "BSI Recommendations"
|
|
Description = "This section contains the Telemetry-Recommendations of the Federal Office for Information Security (BSI)"
|
|
SubSections = @(
|
|
[ReportSection] @{
|
|
Title = "Registry Settings"
|
|
AuditInfos = Test-AuditGroup "Microsoft Windows 10 GDPR-MS-16082019#RegistrySettings"
|
|
}
|
|
)
|
|
}
|
|
[ReportSection] @{
|
|
Title = "Data Protection Microsoft"
|
|
Description = "This section contains all Microsoft recommendations"
|
|
SubSections = @(
|
|
[ReportSection] @{
|
|
Title = "Telemetry"
|
|
AuditInfos = Test-AuditGroup "Microsoft Windows 10 SiSyPHus-Telemetrie-BSI-V1.2#RegistrySettings"
|
|
}
|
|
)
|
|
}
|
|
[ReportSection] @{
|
|
Title = 'FB Pro recommendations'
|
|
Description = "This section contains all FB Pro recommendations"
|
|
SubSections = @(
|
|
[ReportSection] @{
|
|
Title = 'Ciphers Suites and Hashes'
|
|
AuditInfos = Test-AuditGroup "CiphersProtocolsHashesBenchmark-FBPro-1.2.1#RegistrySettings"
|
|
}
|
|
[ReportSection] @{
|
|
Title = 'Enhanced security settings - Registry Settings'
|
|
AuditInfos = Test-AuditGroup "Microsoft Windows Enhanced Security Settings-FB Pro GmbH-1.2.1#RegistrySettings"
|
|
}
|
|
[ReportSection] @{
|
|
Title = 'Enhanced security settings - User Rights'
|
|
AuditInfos = Test-AuditGroup "Microsoft Windows Enhanced Security Settings-FB Pro GmbH-1.2.1#UserRights"
|
|
}
|
|
)
|
|
}
|
|
)
|
|
}
|