Skip to content

Commit cfb8a42

Browse files
authored
atp sdk prep (#3224) (#3263)
1 parent 8ac1ea8 commit cfb8a42

File tree

6 files changed

+514
-342
lines changed

6 files changed

+514
-342
lines changed

plugins/microsoft_atp/.CHECKSUM

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"spec": "a042dbc96e9aab3886c0463b573a4654",
3-
"manifest": "8f26bd28e949cfda8dfce9f0036777a3",
4-
"setup": "9ceeb89f2b17b0f547706b3639287496",
2+
"spec": "7d6c55b7a53f9e026ab035d3c2279aa0",
3+
"manifest": "9e302ab1cb789fc865bcbab90bde55c0",
4+
"setup": "d86535180c438959ab50557ca4946f38",
55
"schemas": [
66
{
77
"identifier": "blacklist/schema.py",

plugins/microsoft_atp/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.2.3
1+
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.2.5
22

33
LABEL organization=rapid7
44
LABEL sdk=python
@@ -12,7 +12,7 @@ RUN if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
1212

1313
ADD . /python/src
1414

15-
RUN python setup.py build && python setup.py install
15+
RUN pip install .
1616

1717
# User to run plugin code. The two supported users are: root, nobody
1818
USER nobody

plugins/microsoft_atp/bin/komand_microsoft_atp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from sys import argv
66

77
Name = "Microsoft Defender for Endpoint"
88
Vendor = "rapid7"
9-
Version = "6.0.1"
9+
Version = "6.0.2"
1010
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"
1111

1212

plugins/microsoft_atp/help.md

+1
Original file line numberDiff line numberDiff line change
@@ -1331,6 +1331,7 @@ Example output:
13311331

13321332
# Version History
13331333

1334+
* 6.0.2 - Updated SDK to the latest version (6.2.5)
13341335
* 6.0.1 - Update to latest SDK (v6.2.2) | Address vulnerabilities | Rebrand to `Microsoft Defender for Endpoint`
13351336
* 6.0.0 - Updated SDK to the latest version | Initial updates for fedramp compliance
13361337
* 5.2.0 - Add new action: Update Alert

0 commit comments

Comments
 (0)