Skip to content

Commit

Permalink
SOAR-18525: rename to defender for endpoint (#3043)
Browse files Browse the repository at this point in the history
  • Loading branch information
joneill-r7 authored Jan 13, 2025
1 parent 06689bd commit 2906f56
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 17 deletions.
6 changes: 3 additions & 3 deletions plugins/microsoft_atp/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "b247f2cc2b894b70b8e6bc2d9f630077",
"manifest": "e15eee3183e32aca45667b79fbdca373",
"setup": "d291d680acf58e924d74b9baf70b537e",
"spec": "d157b791788b17b2b6d2de127320f5c1",
"manifest": "8f26bd28e949cfda8dfce9f0036777a3",
"setup": "9ceeb89f2b17b0f547706b3639287496",
"schemas": [
{
"identifier": "blacklist/schema.py",
Expand Down
4 changes: 2 additions & 2 deletions plugins/microsoft_atp/bin/komand_microsoft_atp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import os
import json
from sys import argv

Name = "Microsoft Windows Defender ATP"
Name = "Microsoft Defender for Endpoint"
Vendor = "rapid7"
Version = "6.0.1"
Description = "The Windows Defender Advanced Threat Protection plugin allows Rapid7 InsightConnect users to quickly take remediation actions across their organization. This plugin can isolate machines, run virus scans, and quarantine files"
Description = "The Microsoft Defender for Endpoint plugin allows Rapid7 InsightConnect users to quickly take remediation actions across their organization. This plugin can isolate machines, run virus scans, and quarantine files"


def main():
Expand Down
12 changes: 4 additions & 8 deletions plugins/microsoft_atp/help.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Description

The Windows Defender Advanced Threat Protection plugin allows Rapid7 InsightConnect users to quickly take remediation actions across their organization. This plugin can isolate machines, run virus scans, and quarantine files
The Microsoft Defender for Endpoint plugin allows Rapid7 InsightConnect users to quickly take remediation actions across their organization. This plugin can isolate machines, run virus scans, and quarantine files

# Key Features

Expand All @@ -21,10 +21,6 @@ The Windows Defender Advanced Threat Protection plugin allows Rapid7 InsightConn

## Setup

This plugin uses the Windows Defender ATP API. It will use an Azure application to connect to the API and run actions from InsightConnect.

For information on how to setup your application and assign permissions go here:
https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/exposed-apis-create-app-webapp
The connection configuration accepts the following parameters:

|Name|Type|Default|Required|Description|Enum|Example|Placeholder|Tooltip|
Expand Down Expand Up @@ -1330,12 +1326,12 @@ Example output:


## Troubleshooting
*This plugin does not contain a troubleshooting.*

* For information on how to setup your Azure application and assign permissions go [here](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/exposed-apis-create-app-webapp)

# Version History

* 6.0.1 - Update to latest SDK (v6.2.2) | Address vulnerabilities
* 6.0.1 - Update to latest SDK (v6.2.2) | Address vulnerabilities | Rebrand to `Microsoft Defender for Endpoint`
* 6.0.0 - Updated SDK to the latest version | Initial updates for fedramp compliance
* 5.2.0 - Add new action: Update Alert
* 5.1.0 - Adding the following as new action types to `blacklist` action ['Warn', 'Block', 'Audit'] | Add a new flag in the `blacklist` action to toggle generateAlerts flag | Bump SDK to version 5.4.9
Expand Down
8 changes: 5 additions & 3 deletions plugins/microsoft_atp/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ plugin_spec_version: v2
extension: plugin
products: ["insightconnect"]
name: microsoft_atp
title: Microsoft Windows Defender ATP
description: The Windows Defender Advanced Threat Protection plugin allows Rapid7 InsightConnect users to quickly take remediation actions across their organization. This plugin can isolate machines, run virus scans, and quarantine files
title: Microsoft Defender for Endpoint
description: The Microsoft Defender for Endpoint plugin allows Rapid7 InsightConnect users to quickly take remediation actions across their organization. This plugin can isolate machines, run virus scans, and quarantine files
version: 6.0.1
connection_version: 6
supported_versions: ["2024-05-21"]
Expand All @@ -29,13 +29,15 @@ sdk:
type: full
version: 6.2.2
user: nobody
troubleshooting:
- "For information on how to setup your Azure application and assign permissions go [here](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/exposed-apis-create-app-webapp)"
links:
- "[Windows Defender ATP](https://www.microsoft.com/en-us/windowsforbusiness/windows-atp)"
references:
- "[Windows Defender ATP API Start Page](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-atp/use-apis)"
- "[Windows Defender ATP API Endpoints](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-atp/exposed-apis-list)"
version_history:
- "6.0.1 - Update to latest SDK (v6.2.2) | Address vulnerabilities"
- "6.0.1 - Update to latest SDK (v6.2.2) | Address vulnerabilities | Rebrand to `Microsoft Defender for Endpoint`"
- "6.0.0 - Updated SDK to the latest version | Initial updates for fedramp compliance"
- "5.2.0 - Add new action: Update Alert"
- "5.1.0 - Adding the following as new action types to `blacklist` action ['Warn', 'Block', 'Audit'] | Add a new flag in the `blacklist` action to toggle generateAlerts flag | Bump SDK to version 5.4.9"
Expand Down
2 changes: 1 addition & 1 deletion plugins/microsoft_atp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(name="microsoft_atp-rapid7-plugin",
version="6.0.1",
description="The Windows Defender Advanced Threat Protection plugin allows Rapid7 InsightConnect users to quickly take remediation actions across their organization. This plugin can isolate machines, run virus scans, and quarantine files",
description="The Microsoft Defender for Endpoint plugin allows Rapid7 InsightConnect users to quickly take remediation actions across their organization. This plugin can isolate machines, run virus scans, and quarantine files",
author="rapid7",
author_email="",
url="",
Expand Down

0 comments on commit 2906f56

Please sign in to comment.