Skip to content

Commit 6f52693

Browse files
authored
Merge pull request #2647 from MicrosoftDocs/main
pushing updates live per PM request
2 parents 058d253 + 2099c17 commit 6f52693

16 files changed

+301
-277
lines changed

.openpublishing.redirection.defender-endpoint.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979
"source_path": "defender-endpoint/pilot-deploy-defender-endpoint.md",
8080
"redirect_url": "/defender-xdr/pilot-deploy-defender-endpoint",
8181
"redirect_document_id": false
82-
}
82+
},
83+
{
84+
"source_path": "defender-endpoint/monthly-security-summary-report.md",
85+
"redirect_url": "/defender-endpoint/threat-protection-reports#monthly-security-summary",
86+
"redirect_document_id": true
87+
}
8388
]
8489
}

defender-endpoint/TOC.yml

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -605,9 +605,6 @@
605605
- name: Manage device group and tags
606606
href: machine-tags.md
607607

608-
- name: Host firewall reporting in Microsoft Defender for Endpoint
609-
href: host-firewall-reporting.md
610-
611608
- name: Tamper resiliency
612609
href: tamper-resiliency.md
613610

@@ -633,8 +630,6 @@
633630
href: attack-surface-reduction-rules-deployment-operationalize.md
634631
- name: Attack surface reduction rules reference
635632
href: attack-surface-reduction-rules-reference.md
636-
- name: Attack surface reduction rules report
637-
href: attack-surface-reduction-rules-report.md
638633
- name: Troubleshoot attack surface reduction rules
639634
href: troubleshoot-asr-rules.md
640635
- name: Enable ASR rules alternate configuration methods
@@ -665,8 +660,6 @@
665660
href: device-control-deploy-manage-gpo.md
666661
- name: Device control frequently asked questions
667662
href: device-control-faq.md
668-
- name: Device control reports
669-
href: device-control-report.md
670663
- name: Exploit protection
671664
items:
672665
- name: Protect devices from exploits
@@ -703,8 +696,6 @@
703696
items:
704697
- name: Web threat protection overview
705698
href: web-threat-protection.md
706-
- name: Monitor web security
707-
href: web-protection-monitoring.md
708699
- name: Respond to web threats
709700
href: web-protection-response.md
710701
- name: Web content filtering
@@ -910,13 +901,6 @@
910901

911902
- name: Diagnostics for Microsoft Defender Antivirus
912903
items:
913-
- name: Device health reports
914-
href: device-health-reports.md
915-
items:
916-
- name: Microsoft Defender Antivirus health report
917-
href: device-health-microsoft-defender-antivirus-health.md
918-
- name: Sensor health and OS report
919-
href: device-health-sensor-health-os.md
920904
- name: Microsoft Defender Core service overview
921905
href: microsoft-defender-core-service-overview.md
922906
- name: Microsoft Defender Core service configurations and experimentation
@@ -1121,14 +1105,27 @@
11211105
items:
11221106
- name: Reports
11231107
items:
1124-
- name: Monthly security summary
1125-
href: monthly-security-summary-report.md
1126-
- name: Create custom reports using Power BI
1127-
href: api/api-power-bi.md
1128-
- name: Threat protection reports
1108+
- name: Microsoft Defender for Endpoint reports
11291109
href: threat-protection-reports.md
1110+
- name: Device health reports
1111+
href: device-health-reports.md
1112+
items:
1113+
- name: Microsoft Defender Antivirus health report
1114+
href: device-health-microsoft-defender-antivirus-health.md
1115+
- name: Sensor health and OS report
1116+
href: device-health-sensor-health-os.md
1117+
- name: Host firewall reporting
1118+
href: host-firewall-reporting.md
1119+
- name: Web protection and monitoring reports
1120+
href: web-protection-monitoring.md
1121+
- name: Device control reports
1122+
href: device-control-report.md
1123+
- name: Attack surface reduction rules report
1124+
href: attack-surface-reduction-rules-report.md
11301125
- name: Aggregated reports
1131-
href: aggregated-reporting.md
1126+
href: aggregated-reporting.md
1127+
- name: Create custom reports using Power BI
1128+
href: api/api-power-bi.md
11321129
- name: Configure integration with other Microsoft solutions
11331130
items:
11341131
- name: Configure conditional access

defender-endpoint/api/export-firmware-hardware-assessment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ GET /api/machines/HardwareFirmwareInventoryExport
162162
> [!NOTE]
163163
>
164164
> - The files are GZIP compressed & in multiline JSON format.
165-
> - The download URLs are valid for 6 hours.
165+
> - The download URLs are valid for 1 hour unless the `sasValidHours` parameter is used.
166166
> - To maximize download speeds, make sure you are downloading the data from the same Azure region where your data resides.
167167
> - Each record is approximately 1KB of data. You should take this into account when choosing the pageSize parameter that works for you.
168168
> - Some additional columns might be returned in the response. These columns are temporary and might be removed. Only use the documented columns.

defender-endpoint/api/export-security-baseline-assessment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ GET /api/machines/BaselineComplianceAssessmentExport
167167
> [!NOTE]
168168
>
169169
> - The files are GZIP compressed & in multiline JSON format.
170-
> - The download URLs are valid for 6 hours.
170+
> - The download URLs are valid for 1 hour unless the `sasValidHours` parameter is used.
171171
> - To maximize download speeds, make sure you are downloading the data from the same Azure region where your data resides.
172172
> - Some additional columns might be returned in the response. These columns are temporary and might be removed. Only use the documented columns.
173173

defender-endpoint/api/get-assessment-browser-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ GET /api/machines/browserextensionsinventoryExport
191191
> [!NOTE]
192192
>
193193
> - The files are GZIP compressed & in multiline JSON format.
194-
> - The download URLs are valid for 6 hours.
194+
> - The download URLs are valid for 1 hour unless the `sasValidHours` parameter is used.
195195
> - For maximum download speed of your data, you can make sure you're downloading from the same Azure region that your data resides.
196196
197197
<br>
@@ -200,7 +200,7 @@ GET /api/machines/browserextensionsinventoryExport
200200

201201
Property (ID)|Data type|Description|Example of a returned value
202202
:---|:---|:---|:---
203-
Export files|array\[string\]|A list of download URLs for files holding the current snapshot of the organization|"[Https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...1", "https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...2"]
203+
Export files|array[string]|A list of download URLs for files holding the current snapshot of the organization|"[Https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...1", "https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...2"]
204204
GeneratedTime|string|The time that the export was generated.|2021-05-20T08:00:00Z
205205

206206
### 2.6 Examples

defender-endpoint/api/get-assessment-information-gathering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ GET /api/Machines/InfoGatheringExport
7878
> [!NOTE]
7979
>
8080
> - The files are GZIP compressed & in multiline JSON format.
81-
> - The download URLs are valid for 6 hours.
81+
> - The download URLs are valid for 1 hour unless the `sasValidHours` parameter is used.
8282
> - To maximize download speeds, make sure you are downloading the data from the same Azure region where your data resides.
8383
> - Some additional columns might be returned in the response. These columns are temporary and might be removed. Only use the documented columns.
8484

defender-endpoint/api/get-assessment-non-cpe-software-inventory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ GET /api/machines/SoftwareInventoryNonCpeExport
189189
> [!NOTE]
190190
>
191191
> - The files are GZIP compressed & in multiline JSON format.
192-
> - The download URLs are valid for 6 hours.
192+
> - The download URLs are valid for 1 hour unless the `sasValidHours` parameter is used.
193193
> - For maximum download speed of your data, you can make sure you're downloading from the same Azure region that your data resides.
194194
195195
<br>
@@ -198,7 +198,7 @@ GET /api/machines/SoftwareInventoryNonCpeExport
198198

199199
Property (ID)|Data type|Description|Example of a returned value
200200
:---|:---|:---|:---
201-
Export files|array\[string\]|A list of download URLs for files holding the current snapshot of the organization|"[Https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...1", "https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...2"]
201+
Export files|array[string]|A list of download URLs for files holding the current snapshot of the organization|"[Https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...1", "https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...2"]
202202
GeneratedTime|string|The time that the export was generated.|2021-05-20T08:00:00Z
203203
|
204204

defender-endpoint/api/get-assessment-secure-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ GET /api/machines/SecureConfigurationsAssessmentExport
247247
> [!NOTE]
248248
>
249249
> - The files are GZIP compressed & in multiline JSON format.
250-
> - The download URLs are valid for 6 hours.
250+
> - The download URLs are valid for 1 hour unless the `sasValidHours` parameter is used.
251251
> - For maximum download speed of your data, you can make sure you are downloading from the same Azure region in which your data resides.
252252
253253

defender-endpoint/api/get-assessment-software-inventory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ GET /api/machines/SoftwareInventoryExport
245245
> [!NOTE]
246246
>
247247
> - The files are GZIP compressed & in multiline JSON format.
248-
> - The download URLs are valid for 6 hours.
248+
> - The download URLs are valid for 1 hour unless the `sasValidHours` parameter is used.
249249
> - For maximum download speed of your data, you can make sure you're downloading from the same Azure region that your data resides.
250250
251251
<br>
@@ -254,7 +254,7 @@ GET /api/machines/SoftwareInventoryExport
254254

255255
Property (ID)|Data type|Description|Example of a returned value
256256
:---|:---|:---|:---
257-
Export files|array\[string\]|A list of download URLs for files holding the current snapshot of the organization|"[Https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...1", "https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...2"]
257+
Export files|array[string]|A list of download URLs for files holding the current snapshot of the organization|"[Https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...1", "https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...2"]
258258
GeneratedTime|string|The time that the export was generated.|2021-05-20T08:00:00Z
259259
|
260260

defender-endpoint/api/get-assessment-software-vulnerabilities.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ CveId|String|Unique identifier assigned to the security vulnerability under the
100100
CvssScore|String|The CVSS score of the CVE.|6.2
101101
DeviceId|String|Unique identifier for the device in the service.|9eaf3a8b5962e0e6b1af9ec756664a9b823df2d1
102102
DeviceName|String|Fully qualified domain name (FQDN) of the device.|johnlaptop.europe.contoso.com
103-
DiskPaths|Array\[string\]|Disk evidence that the product is installed on the device.|["C:\Program Files (x86)\Microsoft\Silverlight\Application\silverlight.exe"]
103+
DiskPaths|Array[string]|Disk evidence that the product is installed on the device.|["C:\Program Files (x86)\Microsoft\Silverlight\Application\silverlight.exe"]
104104
ExploitabilityLevel|String|The exploitability level of this vulnerability (NoExploit, ExploitIsPublic, ExploitIsVerified, ExploitIsInKit)|ExploitIsInKit
105105
FirstSeenTimestamp|String|First time this product CVE was seen on the device.|2020-11-03 10:13:34.8476880
106106
ID|String|Unique identifier for the record.|123ABG55_573AG&mnp!
@@ -110,7 +110,7 @@ RbacGroupName|String|The role-based access control (RBAC) group. If this device
110110
RecommendationReference|String|A reference to the recommendation ID related to this software.|va-_-microsoft-_-silverlight
111111
RecommendedSecurityUpdate (optional)|String|Name or description of the security update provided by the software vendor to address the vulnerability.|April 2020 Security Updates
112112
RecommendedSecurityUpdateId (optional)|String|Identifier of the applicable security updates or identifier for the corresponding guidance or knowledge base (KB) articles|4550961
113-
RegistryPaths|Array\[string\]|Registry evidence that the product is installed in the device.|["HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\MicrosoftSilverlight"]
113+
RegistryPaths|Array[string]|Registry evidence that the product is installed in the device.|["HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\MicrosoftSilverlight"]
114114
SecurityUpdateAvailable|Boolean|Indicates whether a security update is available for the software.| Possible values are true or false.
115115
SoftwareName|String|Name of the software product.|Chrome
116116
SoftwareVendor|String|Name of the software vendor.|Google
@@ -297,7 +297,7 @@ GET /api/machines/SoftwareVulnerabilitiesExport
297297
> [!NOTE]
298298
>
299299
> - The files are GZIP compressed & in multiline JSON format.
300-
> - The download URLs are valid for 6 hours.
300+
> - The download URLs are valid for 1 hour unless the `sasValidHours` parameter is used.
301301
> - For maximum download speed of your data, you can make sure you're downloading from the same Azure region that your data resides.
302302
>
303303
> - Each record is 1KB of data. You should take this into account when choosing the correct pageSize parameter for you.
@@ -309,7 +309,7 @@ GET /api/machines/SoftwareVulnerabilitiesExport
309309

310310
Property (ID)|Data type|Description|Example of a returned value
311311
:---|:---|:---|:---
312-
Export files|array\[string\]|A list of download URLs for files holding the current snapshot of the organization.|["https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...1", "https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...2"]
312+
Export files|array[string]|A list of download URLs for files holding the current snapshot of the organization.|["https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...1", "https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...2"]
313313
GeneratedTime|String|The time that the export was generated.|2021-05-20T08:00:00Z
314314
|
315315

0 commit comments

Comments
 (0)