├── .gitignore ├── Administration and Management └── MDATP_PowerBI_Blog#1_Management.pbit ├── Application Control ├── Application_Control_File_View.pbit └── Learn ├── Attack Surface Reduction rules └── MDATP_ASR_rules_in_audit_mode_sample__v1.pbit ├── CODE_OF_CONDUCT.md ├── Firewall └── Firewall template.pbit ├── LICENSE ├── Network └── MDATP_PowerBI_Blog#2_Network.pbit ├── README.md ├── Removable Device └── DeviceControlTemplate.pbit ├── SECURITY.md └── TVM ├── MDATP_PowerBI_Blog_TVM_KB.pbit └── TVM report templates June 2021 ├── Read_me_TVM_Power_BI_templates.pdf ├── vulnerabilities_report_V6_full_dataset.pbit └── vulnerabilities_report_V6_parameter_on.pbit /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-PowerBI/HEAD/.gitignore -------------------------------------------------------------------------------- /Administration and Management/MDATP_PowerBI_Blog#1_Management.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-PowerBI/HEAD/Administration and Management/MDATP_PowerBI_Blog#1_Management.pbit -------------------------------------------------------------------------------- /Application Control/Application_Control_File_View.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-PowerBI/HEAD/Application Control/Application_Control_File_View.pbit -------------------------------------------------------------------------------- /Application Control/Learn: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Attack Surface Reduction rules/MDATP_ASR_rules_in_audit_mode_sample__v1.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-PowerBI/HEAD/Attack Surface Reduction rules/MDATP_ASR_rules_in_audit_mode_sample__v1.pbit -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-PowerBI/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /Firewall/Firewall template.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-PowerBI/HEAD/Firewall/Firewall template.pbit -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-PowerBI/HEAD/LICENSE -------------------------------------------------------------------------------- /Network/MDATP_PowerBI_Blog#2_Network.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-PowerBI/HEAD/Network/MDATP_PowerBI_Blog#2_Network.pbit -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-PowerBI/HEAD/README.md -------------------------------------------------------------------------------- /Removable Device/DeviceControlTemplate.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-PowerBI/HEAD/Removable Device/DeviceControlTemplate.pbit -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-PowerBI/HEAD/SECURITY.md -------------------------------------------------------------------------------- /TVM/MDATP_PowerBI_Blog_TVM_KB.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-PowerBI/HEAD/TVM/MDATP_PowerBI_Blog_TVM_KB.pbit -------------------------------------------------------------------------------- /TVM/TVM report templates June 2021/Read_me_TVM_Power_BI_templates.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-PowerBI/HEAD/TVM/TVM report templates June 2021/Read_me_TVM_Power_BI_templates.pdf -------------------------------------------------------------------------------- /TVM/TVM report templates June 2021/vulnerabilities_report_V6_full_dataset.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-PowerBI/HEAD/TVM/TVM report templates June 2021/vulnerabilities_report_V6_full_dataset.pbit -------------------------------------------------------------------------------- /TVM/TVM report templates June 2021/vulnerabilities_report_V6_parameter_on.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-PowerBI/HEAD/TVM/TVM report templates June 2021/vulnerabilities_report_V6_parameter_on.pbit --------------------------------------------------------------------------------