Skip to content

Commit 6b5e920

Browse files
authored
Merge branch 'main' into siosulli-mdvm-updates
2 parents 97e87e2 + 66977aa commit 6b5e920

File tree

9 files changed

+142
-4
lines changed

9 files changed

+142
-4
lines changed

defender-endpoint/linux-exclusions.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,53 @@ For antivirus exclusions, when using the * wildcard at the end of the path, it w
8888

8989
### Using the management console
9090

91-
For more information on how to configure exclusions from Puppet, Ansible, or another management console, see [Set preferences for Defender for Endpoint on Linux](linux-preferences.md).
91+
To configure exclusions from Puppet, Ansible, or another management console, please refer to the following sample `mdatp_managed.json`.
92+
```JSON
93+
{
94+
"exclusionSettings":{
95+
"exclusions":[
96+
{
97+
"$type":"excludedPath",
98+
"isDirectory":true,
99+
"path":"/home/*/git<EXAMPLE DO NOT USE>",
100+
"scopes": [
101+
"epp"
102+
]
103+
},
104+
{
105+
"$type":"excludedPath",
106+
"isDirectory":true,
107+
"path":"/run<EXAMPLE DO NOT USE>",
108+
"scopes": [
109+
"global"
110+
]
111+
},
112+
{
113+
"$type":"excludedPath",
114+
"isDirectory":false,
115+
"path":"/var/log/system.log<EXAMPLE DO NOT USE><EXCLUDED IN ALL SCENARIOS>",
116+
"scopes": [
117+
"epp", "global"
118+
]
119+
},
120+
{
121+
"$type":"excludedFileExtension",
122+
"extension":".pdf<EXAMPLE DO NOT USE>",
123+
"scopes": [
124+
"epp"
125+
]
126+
},
127+
{
128+
"$type":"excludedFileName",
129+
"name":"/bin/cat<EXAMPLE DO NOT USE><NO SCOPE PROVIDED - GLOBAL CONSIDERED>"
130+
}
131+
],
132+
"mergePolicy":"admin_only"
133+
}
134+
}
135+
```
136+
137+
For more information, see [Set preferences for Defender for Endpoint on Linux](linux-preferences.md).
92138

93139
### Using the command line
94140

defender-for-iot/TOC.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,10 @@
4343
- name: Manage
4444
items:
4545
- name: Manage sites
46-
href: manage-sites.md
46+
href: manage-sites.md
47+
- name: Manage licenses
48+
items:
49+
- name: Overview
50+
href: license-overview.md
51+
- name: Manage your license
52+
href: manage-license.md

defender-for-iot/get-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ Once you have a trial license, [set up a new site](set-up-sites.md) so that Micr
4646
## Turn on Public preview features
4747

4848
Turn on the public preview features in the Microsoft Defender XDR settings to enable the site security features. Directions to change the settings are available in [Defender portal preview features](/defender-xdr/preview#turn-on-preview-features).
49+
50+
## Upgrade to a permanent license
51+
52+
After assessing the trial version, you can [upgrade to a full license](manage-license.md). For more information, see [license overview](license-overview.md).
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Overview of the permanent site license and how to choose one for Microsoft Defender for IoT in the Defender portal
3+
description: Learn about a permanent site license, how to upgrade and the different options available for Microsoft Defender for IoT in the Defender portal.
4+
ms.service: defender-for-iot
5+
author: limwainstein
6+
ms.author: lwainstein
7+
ms.localizationpriority: medium
8+
ms.date: 08/01/2024
9+
ms.topic: overview
10+
---
11+
12+
# How the site-based license model works
13+
14+
The site-based license model offers a simplified approach to licensing by providing coverage for entire sites rather than individual devices. Customers can purchase annual licenses for their operational sites where Operational Technology (OT) devices are deployed, and receive security coverage for all devices within the site.
15+
16+
[!INCLUDE [defender-iot-preview](../includes//defender-for-iot-defender-public-preview.md)]
17+
18+
## What defines a site?
19+
20+
A site refers to a logical grouping of devices within your organization. It represents a specific physical location, such as a manufacturing facility, campus, office building, hospital, rig, or any other relevant site.
21+
22+
## What are the different OT site-based licenses?
23+
24+
Licenses come in five different sizes, based on the number of devices at the site. The licenses range from the smallest tier that covers up to 100 devices per site, to the largest tier, which secures up to 5000 devices per site. For more information, see [license sizing details](https://www.microsoft.com/en-us/security/business/endpoint-security/microsoft-defender-iot-pricing#xfb84a030eec341cb84a6165f393e928a).
25+
26+
The size of a site is determined by the maximum number of devices per site. Billing is based on the license tier, regardless of the number of devices actually discovered.
27+
28+
## What if I need to change the number of devices for a site after making a purchase? 
29+
30+
Once a license is purchased, the number of devices cannot be adjusted until the renewal period. During the annual license renewal, you change to a different license tier for a site based on your updated discovered device count.
31+
32+
## How to choose a license and assess the number of devices on-site?
33+
34+
There are two methods for assessing the number of devices at your site. You could either utilize your OT network monitoring tools to detect and count the devices per site, or use previous knowledge of the number of devices at the site and update the license during the annual license renewal if needed.
35+
36+
> [!Note]
37+
> All types of devices, both OT and IT, identified on your site should be included in the license. This includes endpoints managed by Microsoft Defender for Endpoint and devices detected by the Microsoft Defender for IoT sensors.
38+
39+
## Next steps
40+
41+
[Manage your license](manage-license.md)

defender-for-iot/manage-license.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Manage licenses for Microsoft Defender for IoT in the Microsoft Defender portal
3+
description: Read this article to learn about the managing of your license for Defender for IoT in the Microsoft Defender portal.
4+
ms.service: defender-for-iot
5+
author: limwainstein
6+
ms.author: lwainstein
7+
ms.localizationpriority: medium
8+
ms.date: 06/25/2024
9+
ms.topic: how-to
10+
---
11+
12+
# Manage your license
13+
14+
After using a trial license, and deciding to use Microsoft Defender for IoT permanently, you must purchase a full license. To purchase the correct license, you need to know the total number of devices within your network so that you can choose the correct sized license for your network.
15+
16+
This article shows how to make changes to your license, including the steps to choose the best size license to purchase, and upgrading from a trial to permanent license.
17+
18+
[!INCLUDE [defender-iot-preview](../includes//defender-for-iot-defender-public-preview.md)]
19+
20+
## Calculate number of devices
21+
22+
To calculate the number of devices in your network:
23+
24+
1. In the [Microsoft Defender portal](https://security.microsoft.com/machines) menu, select **Assets > Devices**. The device inventory opens.
25+
1. Select the **IoT/OT devices** tab. Note down the total number of devices listed. In this example there are 816 IoT/OT devices detected.
26+
27+
:::image type="content" source="media/manage-licenses/calculate-ot-devices.png" alt-text="Screenshot showing the list of OT devices in the device inventory for caluculating the total number of devices at the site." lightbox="media/manage-licenses/calculate-ot-devices.png":::
28+
29+
## Select license size in the admin center
30+
31+
Purchase the license for your network from the [Microsoft 365 admin center](/microsoft-365/commerce/licenses/buy-licenses), ensuring it covers enough devices for your site needs.
32+
33+
1. Go to the Microsoft 365 admin center **Billing > Purchase services**. If you don't have this option select **Marketplace** instead.
34+
35+
1. Search for Defender for IoT.
36+
37+
1. Choose the license appropriate for the size of your site. There are five different sized licenses ranging from Extra-large for up to 5,000 devices, to extra-small covering a maximum of 100 devices.
38+
39+
Make sure to select the number of licenses you want to purchase based on the number of sites you're monitoring. You might need to select licenses of different sizes if the number of devices at each site is different.
40+
41+
1. Complete the purchasing instructions.
24.6 KB
Loading

defender-office-365/email-authentication-dmarc-configure.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ For example:
135135
For more information about DMARC, use the following resources:
136136

137137
- The [DMARC Training Series](https://www.m3aawg.org/activities/training/dmarc-training-series) from M<sup>3</sup>AAWG (Messaging, Malware, Mobile Anti-Abuse Working Group).
138-
- The checklist at [dmarcian](https://space.dmarcian.com/deployment/).
139138
- Information at [DMARC.org](https://dmarc.org).
140139

141140
## Use the Microsoft 365 admin center to add DMARC TXT records for \*.onmicrosoft.com domains in Microsoft 365

defender-xdr/investigate-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Investigate users in Microsoft Defender XDR
2+
title: User entity page in the Microsoft Defender portal
33
description: Investigate users for an incident in the Microsoft Defender portal.
44
ms.service: defender-xdr
55
ms.localizationpriority: medium

defender-xdr/microsoft-sentinel-onboard.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ms.date: 07/10/2024
3030
Microsoft Sentinel is generally available within the Microsoft unified security operations platform in the Microsoft Defender portal. When you onboard Microsoft Sentinel to the Defender portal, you unify capabilities with Microsoft Defender XDR like incident management and advanced hunting. Reduce tool switching and build a more context-focused investigation that expedites incident response and stops breaches faster. For more information, see:
3131

3232
- Blog post: [General availability of the Microsoft unified security operations platform](https://aka.ms/unified-soc-announcement)
33+
- Blog post: [Frequently asked questions about the unified security operations platform](https://techcommunity.microsoft.com/t5/microsoft-sentinel-blog/frequently-asked-questions-about-the-unified-security-operations/ba-p/4212048)
3334
- [Microsoft Sentinel in the Microsoft Defender portal](https://go.microsoft.com/fwlink/p/?linkid=2263690)
3435
- [Microsoft Defender XDR integration with Microsoft Sentinel](/azure/sentinel/microsoft-365-defender-sentinel-integration)
3536

0 commit comments

Comments
 (0)