Skip to content

Commit 44f5dab

Browse files
authored
Merge pull request #219671 from danielledennis/patch-5
Create understanding-billable-assets.md
2 parents 636522c + 55e379f commit 44f5dab

File tree

5 files changed

+99
-1
lines changed

5 files changed

+99
-1
lines changed

articles/external-attack-surface-management/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
href: understanding-dashboards.md
1616
- name: Using and managing discovery
1717
href: using-and-managing-discovery.md
18+
- name: Understand billable assets
19+
href: understanding-billable-assets.md
1820
- name: Quickstart
1921
items:
2022
- name: Deploying the Defender EASM Azure resource
2123
href: deploying-the-defender-easm-azure-resource.md
2224
- name: Tutorials
2325
items:
2426
- name: Discovering your attack surface
25-
href: discovering-your-attack-surface.md
27+
href: discovering-your-attack-surface.md
97 KB
Loading
21.6 KB
Loading
13.2 KB
Loading
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
---
2+
title: Understand billable assets
3+
titleSuffix: Understand billable assets in Microsoft Defender EASM
4+
description: This article describes how users will be billed for their Defender EASM resource usage, and guides them to the dashboard that displays their counts.
5+
author: danielledennis
6+
ms.author: dandennis
7+
ms.service: security
8+
ms.date: 11/28/2022
9+
ms.topic: how-to
10+
---
11+
12+
# Understand billable assets
13+
14+
When customers create their first Microsoft Defender External Attack Surface Management (Defender EASM) resource, they are automatically granted a 30-day free trial. Once the trial has completed, customers will automatically be charged based on their count of billable assets. The charged amount will appear on their core Azure billing, with “Defender EASM” appearing as separate line item on their invoice.
15+
16+
17+
## What is a billable asset?
18+
19+
The following kinds of assets are considered billable:
20+
21+
- Approved hosts
22+
- Approved domains
23+
- Approved IP addresses
24+
25+
26+
Assets are only categorized as billable if they have been placed in the Approved Inventory state. We do not charge for any other state. Additionally, duplicative host assets are NOT included in the billable asset count.
27+
28+
29+
30+
## Calculating billable assets
31+
32+
This section describes the conditions that the three asset types listed above must meet to be deemed billable. The sum of these billable asset counts comprises your total number of billable assets and thus determines the cost of your subscription.
33+
34+
35+
36+
### Approved hosts
37+
38+
Hosts are considered billable if the Defender EASM system has observed resolutions within the last 30 days. All host-IP combinations from Approved Inventory will be identified as potential billable assets.
39+
40+
41+
For example: if www.contoso.com has resolved to 1.2.3.4 and 5.6.7.8 in the past 30 days, both combinations will be added to the host count list:
42+
43+
- www.contoso.com / 1.2.3.4
44+
- www.contoso.com / 5.6.7.8
45+
46+
47+
The list is then analyzed to identify duplicate entries and eliminate duplicate hosts. If a host is a subdomain of a parent host that resolves to the same IP address, we will exclude the child from the billable host count. For example, if both www.contoso.com and contoso.com resolve to 1.2.3.4, then we will exclude www.contoso.com/ 1.2.3.4 from our Host Count list.
48+
49+
50+
51+
### Approved IP addresses
52+
53+
Excluding the IP addresses that resolve to a billable resolving host, all active IP addresses in the Approved Inventory state will be part of the billable IP address count.
54+
55+
For an IP address to be considered active and therefore billable, it must have one of the following:
56+
57+
- a recent detected open port
58+
- a recent detected SSL certificate
59+
- recently appeared on a reputation list
60+
61+
62+
These values are all considered “recent” if observed within the last 30 days.
63+
64+
65+
66+
### Approved domains
67+
68+
Excluding the domains associated with a billable resolving host, all domains in the Approved Inventory state will be part of the billable domain count. If a billable host is registered to the domain in question, the domain will not be included in the billable asset count.
69+
70+
For example: if server1.contoso.com has recently resolved to an IP address and is therefore included in your billable asset count, then contoso.com will not be added to this count.
71+
72+
73+
## Viewing billable asset data
74+
75+
Users can view their billable assets count within their Defender EASM resource to better understand how Microsoft determines their pricing. This dashboard displays the total number of assets that are billable and therefore comprise your total spend. Users should expect to see counts from the last 30 days when applicable, excluding the most recent couple days that have not yet processed.
76+
77+
Prospective customers accessing Defender EASM with a 30-day trial can also see these billable asset counts. Although these users are not charged until the trial has expired, they can view the billable asset dashboard to better understand how they would be billed according to the size of their attack surface.
78+
1. From the Defender EASM resource, select **Billable assets** from the **Manage** section of the left-hand navigation menu.
79+
80+
81+
![Screenshot of Billable assets dashboard with left-hand Manage section highlighted in navigation pane.](media/billable-1.png)
82+
83+
84+
2. The chart displays billable asset counts over the past 30 days (if we have 30 days of data). The individual bars are segmented by asset type so users can quickly understand how their billable assets are distributed across their attack surface. Users can view the daily counts for each kind of asset by hovering their mouse over the chart.
85+
86+
![Screenshot of Billable assets chart showing asset counts when hovering over bar.](media/billable-2.png)
87+
88+
89+
3. Beneath the chart, users can view their current billable asset counts. These numbers are useful when approximating your monthly spend to best protect your organization’s attack surface.
90+
91+
![Screenshot of Billable assets counts beneath dashboard.](media/billable-3.png)
92+
93+
94+
## Next steps
95+
96+
- [Microsoft Defender External Attack Surface Management (Defender EASM) overview](index.md)

0 commit comments

Comments
 (0)