From 2827f7787882207a15801e7be73971e6632891fa Mon Sep 17 00:00:00 2001 From: rmurray-r7 Date: Wed, 18 Dec 2024 09:55:15 +0000 Subject: [PATCH] [SOAR-18473] Rapid7 Insight Agent - fedRAMP (#3007) * agent - sdk and vuln * Update changelog msg --- plugins/rapid7_insight_agent/.CHECKSUM | 6 +++--- plugins/rapid7_insight_agent/bin/icon_rapid7_insight_agent | 2 +- plugins/rapid7_insight_agent/help.md | 1 + plugins/rapid7_insight_agent/plugin.spec.yaml | 3 ++- plugins/rapid7_insight_agent/setup.py | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/plugins/rapid7_insight_agent/.CHECKSUM b/plugins/rapid7_insight_agent/.CHECKSUM index 39fbe0b70a..1b644da355 100644 --- a/plugins/rapid7_insight_agent/.CHECKSUM +++ b/plugins/rapid7_insight_agent/.CHECKSUM @@ -1,7 +1,7 @@ { - "spec": "84beb2a66c2d69fe169e28ef52286a6b", - "manifest": "7128ea302016efb7c4e1b205f30ddc63", - "setup": "9342d20648410079f107ce3d1bcd8d17", + "spec": "b8b7370c8f21f0adcc0684545a186a56", + "manifest": "fbc1b04c51c6c8816dac6cee216341c2", + "setup": "7f65232e4808ae89ad79c06f1b2dc5a2", "schemas": [ { "identifier": "check_agent_status/schema.py", diff --git a/plugins/rapid7_insight_agent/bin/icon_rapid7_insight_agent b/plugins/rapid7_insight_agent/bin/icon_rapid7_insight_agent index 951bc009ee..d5d5d56f56 100755 --- a/plugins/rapid7_insight_agent/bin/icon_rapid7_insight_agent +++ b/plugins/rapid7_insight_agent/bin/icon_rapid7_insight_agent @@ -6,7 +6,7 @@ from sys import argv Name = "Rapid7 Insight Agent" Vendor = "rapid7" -Version = "3.0.1" +Version = "3.0.2" Description = "Using the Insight Agent plugin from InsightConnect, you can quarantine, unquarantine and monitor potentially malicious IPs, addresses, hostnames, and devices across your organization" diff --git a/plugins/rapid7_insight_agent/help.md b/plugins/rapid7_insight_agent/help.md index 9e832c8ad4..f77e801bd9 100644 --- a/plugins/rapid7_insight_agent/help.md +++ b/plugins/rapid7_insight_agent/help.md @@ -459,6 +459,7 @@ If the actions `Get Agent Details` and `Get All Agents by IP` return a `next cur # Version History +* 3.0.2 - Updated to use latest buildpack to address vulnerabilities * 3.0.1 - Update 'Get Agent Details' to allow no assets to be returned | SDK bump to latest version * 3.0.0 - Update `Get Agent Details` and `Get All Agents by IP` to return the next page token if more pages are available to search | Update `Get Agent Details` to return agent location details | Initial updates for fedramp compliance | Updated SDK to the latest version * 2.1.2 - Improve logging | Update SDK diff --git a/plugins/rapid7_insight_agent/plugin.spec.yaml b/plugins/rapid7_insight_agent/plugin.spec.yaml index 3d446267f9..5a206220db 100644 --- a/plugins/rapid7_insight_agent/plugin.spec.yaml +++ b/plugins/rapid7_insight_agent/plugin.spec.yaml @@ -4,7 +4,7 @@ products: [insightconnect] name: rapid7_insight_agent title: Rapid7 Insight Agent description: Using the Insight Agent plugin from InsightConnect, you can quarantine, unquarantine and monitor potentially malicious IPs, addresses, hostnames, and devices across your organization -version: 3.0.1 +version: 3.0.2 connection_version: 2 supported_versions: ["Rapid7 Insight Agent 2024-08-23"] vendor: rapid7 @@ -27,6 +27,7 @@ links: references: - "[Manage Platform API Keys](https://docs.rapid7.com/insight/managing-platform-api-keys/)" version_history: + - "3.0.2 - Updated to use latest buildpack to address vulnerabilities" - "3.0.1 - Update 'Get Agent Details' to allow no assets to be returned | SDK bump to latest version" - "3.0.0 - Update `Get Agent Details` and `Get All Agents by IP` to return the next page token if more pages are available to search | Update `Get Agent Details` to return agent location details | Initial updates for fedramp compliance | Updated SDK to the latest version" - "2.1.2 - Improve logging | Update SDK" diff --git a/plugins/rapid7_insight_agent/setup.py b/plugins/rapid7_insight_agent/setup.py index fd8a650415..6cfabe3a3a 100755 --- a/plugins/rapid7_insight_agent/setup.py +++ b/plugins/rapid7_insight_agent/setup.py @@ -3,7 +3,7 @@ setup(name="rapid7_insight_agent-rapid7-plugin", - version="3.0.1", + version="3.0.2", description="Using the Insight Agent plugin from InsightConnect, you can quarantine, unquarantine and monitor potentially malicious IPs, addresses, hostnames, and devices across your organization", author="rapid7", author_email="",