Skip to content

Commit b29f1b9

Browse files
authored
Merge pull request #282738 from tarTech23/agent
Add micro agent note
2 parents 254acaf + 0c996f4 commit b29f1b9

27 files changed

+72
-5
lines changed

articles/defender-for-iot/device-builders/concept-agent-based-security-alerts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Defender for IoT continuously analyzes your IoT solution using advanced analytic
1111
In addition, you can create custom alerts based on your knowledge of expected device behavior.
1212
An alert acts as an indicator of potential compromise, and should be investigated and remediated.
1313

14+
[!INCLUDE [device-agents-note](../includes/device-agents-note.md)]
15+
1416
In this article, you'll find a list of built-in alerts, which can be triggered on your IoT devices.
1517

1618
## Security alerts

articles/defender-for-iot/device-builders/concept-agent-portfolio-overview-os-support.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.topic: conceptual
99

1010
Microsoft Defender for IoT provides a large portfolio of agents based on the device type.
1111

12+
[!INCLUDE [device-agents-note](../includes/device-agents-note.md)]
13+
1214
## Standalone and Edge agent
1315

1416
Most of the Linux Operating Systems (OS) are covered by both agents. The agents can be deployed as a binary package, or as a source code that can be incorporated as part of the firmware. The customer can modify, and customize the agents as needed. The following are some examples of supported OS:

articles/defender-for-iot/device-builders/concept-event-aggregation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.topic: conceptual
99

1010
Defender for IoT security agents collect data and system events from your local device, and send the data to the Azure cloud for processing.
1111

12+
[!INCLUDE [device-agents-note](../includes/device-agents-note.md)]
13+
1214
If you've configured and connected a Log Analytics workspace, you'll see these events in Log Analytics. For more information, see [Tutorial: Investigate security alerts](tutorial-investigate-security-alerts.md).
1315

1416
The Defender for IoT micro agent collects many types of device events including new processes, and all new connection events. Both the new process and new connection events may occur frequently on a device. This capability is important for comprehensive security, however, the number of messages the security agents send may quickly meet, or exceed your IoT Hub quota, and cost limits. These messages and events contain highly valuable security information that is crucial to protecting your device.

articles/defender-for-iot/device-builders/concept-micro-agent-configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.topic: conceptual
99

1010
This article describes the different types of configurations that the micro agent supports. Customers can configure the micro agent to fit the needs of their devices, and network environments.
1111

12+
[!INCLUDE [device-agents-note](../includes/device-agents-note.md)]
13+
1214
The micro agent's behavior is configured by a set of module twin properties. You can configure the micro agent to best suit your needs. For example, you can turn off certain events to minimize power consumption, and reduce other resource usage.
1315

1416
After any change in configuration, the collector will immediately send all unsent event data. After the data is sent, the changes will be applied, and collectors will be restarted as needed.

articles/defender-for-iot/device-builders/concept-micro-agent-linux-dependencies.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ms.date: 01/01/2023
1010

1111
This article describes the different Linux OS dependencies for the Defender for IoT micro agent.
1212

13+
[!INCLUDE [device-agents-note](../includes/device-agents-note.md)]
14+
1315
## Linux dependencies
1416

1517
The table below shows the Linux dependencies for each component.

articles/defender-for-iot/device-builders/concept-standalone-micro-agent-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.topic: conceptual
99

1010
Security is a near-universal concern for IoT implementers. IoT devices have unique needs for endpoint monitoring, security posture management, and threat detection – all with highly specific performance requirements.
1111

12+
[!INCLUDE [device-agents-note](../includes/device-agents-note.md)]
13+
1214
The Microsoft Defender for IoT security agent allows you to build security directly into your new IoT devices and Azure IoT projects. The micro agent has flexible deployment options, including the ability to deploy as a binary package or modify source code, and it's available for standard IoT operating systems like Linux and Eclipse ThreadX.
1315

1416
The Microsoft Defender for IoT micro agent provides endpoint visibility into security posture management, threat detection, and integration into Microsoft's other security tools for unified security management.

articles/defender-for-iot/device-builders/concept-threadx-security-alerts-recommendations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ In this article, you find a list of built-in alerts and recommendations that are
1515

1616
For more information on how alert customization works in the Defender for IoT service, see [customizable alerts](concept-customizable-security-alerts.md). The specific alerts and recommendations available for customization when using the Defender-IoT-micro-agent for Eclipse ThreadX are detailed in the following tables.
1717

18+
[!INCLUDE [device-agents-note](../includes/device-agents-note.md)]
19+
1820
## Defender-IoT-micro-agent for Eclipse ThreadX supported security alerts
1921

2022
### Device-related security alerts

articles/defender-for-iot/device-builders/concept-threadx-security-module.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.date: 04/17/2024
99

1010
Use this article to get a better understanding of the Defender-IoT-micro-agent for Eclipse ThreadX, including features and benefits as well as links to relevant configuration and reference resources.
1111

12+
[!INCLUDE [device-agents-note](../includes/device-agents-note.md)]
13+
1214
## Eclipse ThreadX IoT Defender-IoT-micro-agent
1315

1416
Defender-IoT-micro-agent for Eclipse ThreadX provides a comprehensive security solution for Eclipse ThreadX devices as part of the NetX Duo offering. Within the NetX Duo offering, Eclipse ThreadX ships with the Azure IoT Defender-IoT-micro-agent built-in, and provides coverage for common threats on your real-time operating system devices once activated.

articles/defender-for-iot/device-builders/configure-pam-to-audit-sign-in-events.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ PAM configurations may vary between devices and Linux distributions.
1313

1414
For more information, see [Login collector (event-based collector)](concept-event-aggregation.md#login-collector-event-based-collector).
1515

16+
[!INCLUDE [device-agents-note](../includes/device-agents-note.md)]
17+
1618
## Prerequisites
1719

1820
Before you get started, make sure that you have a Defender for IoT Micro Agent.

articles/defender-for-iot/device-builders/edge-security-module-deprecation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The Defender-IoT-micro-agent has been replaced by our newer micro-agent experien
1515

1616
For more information, see [Tutorial: Create a DefenderIotMicroAgent module twin (Preview)](tutorial-create-micro-agent-module-twin.md) and [Tutorial: Install the Defender for IoT micro agent (Preview)](tutorial-standalone-agent-binary-installation.md).
1717

18+
[!INCLUDE [device-agents-note](../includes/device-agents-note.md)]
19+
1820
### Timeline
1921

2022
Microsoft Defender for IoT will continue to support the legacy Microsoft Defender for IoT experience under IoT hub until March 31, 2023.

0 commit comments

Comments
 (0)