diff --git a/plugins/rapid7_insightidr/.CHECKSUM b/plugins/rapid7_insightidr/.CHECKSUM index 8bfed556a4..73e73eff24 100644 --- a/plugins/rapid7_insightidr/.CHECKSUM +++ b/plugins/rapid7_insightidr/.CHECKSUM @@ -1,7 +1,7 @@ { - "spec": "9078712b26639af9a1088755d4d0314b", - "manifest": "0c4bdaf85d40ddac33afeffcecdd8fda", - "setup": "fe63b2dcde42de314858ed48326a19f5", + "spec": "3e9a2d96e42f24fc4cac601888c6a7ec", + "manifest": "a9dc8b0c15952a931013e92670cdf86b", + "setup": "8b4da6c79f36dd56dfc82e26d0009a8b", "schemas": [ { "identifier": "add_indicators_to_a_threat/schema.py", @@ -9,11 +9,11 @@ }, { "identifier": "advanced_query_on_log/schema.py", - "hash": "c25673288c3406030e64dc6f3451821d" + "hash": "47461eb19fd3c3e3cb284b9c7b6eae89" }, { "identifier": "advanced_query_on_log_set/schema.py", - "hash": "ff689fccb0ed297d1c5f7f45877fd138" + "hash": "b5b2c8b6a3b884b33241f87004815459" }, { "identifier": "assign_user_to_investigation/schema.py", @@ -113,7 +113,7 @@ }, { "identifier": "query/schema.py", - "hash": "ec57e897be9e044c6607e33ab15020b0" + "hash": "440b96851f6c0090adde3f3709aa6259" }, { "identifier": "replace_indicators/schema.py", diff --git a/plugins/rapid7_insightidr/Dockerfile b/plugins/rapid7_insightidr/Dockerfile index 029a0720ec..41aa03232f 100755 --- a/plugins/rapid7_insightidr/Dockerfile +++ b/plugins/rapid7_insightidr/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.2.0 +FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:6.2.2 LABEL organization=rapid7 LABEL sdk=python diff --git a/plugins/rapid7_insightidr/bin/komand_rapid7_insightidr b/plugins/rapid7_insightidr/bin/komand_rapid7_insightidr index 2e2678493d..49786697c9 100755 --- a/plugins/rapid7_insightidr/bin/komand_rapid7_insightidr +++ b/plugins/rapid7_insightidr/bin/komand_rapid7_insightidr @@ -6,7 +6,7 @@ from sys import argv Name = "Rapid7 InsightIDR" Vendor = "rapid7" -Version = "10.3.3" +Version = "10.3.4" Description = "This plugin allows you to add indicators to a threat and see the status of investigations" diff --git a/plugins/rapid7_insightidr/help.md b/plugins/rapid7_insightidr/help.md index ed1ea775b9..ec6c29d840 100644 --- a/plugins/rapid7_insightidr/help.md +++ b/plugins/rapid7_insightidr/help.md @@ -3,8 +3,15 @@ This plugin allows you to add indicators to a threat and see the status of investigations # Key Features - -*This plugin does not contain any key features.* + +* System Information and Event Management +* Endpoint Detection and Response +* Network Traffic Analysis +* User and Entity Behaviour Analytics +* Cloud and Integrations +* Embedded Threat Intelligence +* Deception Technology +* Incident Response and Investigations # Requirements @@ -3392,6 +3399,7 @@ Example output: # Version History +* 10.3.4 - Bumping requirements.txt | SDK bump to 6.2.2 * 10.3.3 - Bumping requirements.txt | SDK bump to 6.2.0 * 10.3.2 - Initial updates for fedramp compliance | Updated SDK to the latest version * 10.3.1 - `Advanced Query On Log / Log Set` - Fixed issue where results >500 returned none | Update SDK diff --git a/plugins/rapid7_insightidr/plugin.spec.yaml b/plugins/rapid7_insightidr/plugin.spec.yaml index ec47b14d5c..83299abec8 100644 --- a/plugins/rapid7_insightidr/plugin.spec.yaml +++ b/plugins/rapid7_insightidr/plugin.spec.yaml @@ -4,7 +4,7 @@ products: [insightconnect] name: rapid7_insightidr title: "Rapid7 InsightIDR" description: "This plugin allows you to add indicators to a threat and see the status of investigations" -version: 10.3.3 +version: 10.3.4 connection_version: 5 supported_versions: ["Latest release successfully tested on 2024-09-10."] vendor: rapid7 @@ -22,11 +22,21 @@ hub_tags: use_cases: [threat_detection_and_response] keywords: [siem, rapid7, cloud_enabled] features: [] +key_features: + - "System Information and Event Management" + - "Endpoint Detection and Response" + - "Network Traffic Analysis" + - "User and Entity Behaviour Analytics" + - "Cloud and Integrations" + - "Embedded Threat Intelligence" + - "Deception Technology" + - "Incident Response and Investigations" sdk: type: full - version: 6.2.0 + version: 6.2.2 user: nobody version_history: + - "10.3.4 - Bumping requirements.txt | SDK bump to 6.2.2" - "10.3.3 - Bumping requirements.txt | SDK bump to 6.2.0" - "10.3.2 - Initial updates for fedramp compliance | Updated SDK to the latest version" - "10.3.1 - `Advanced Query On Log / Log Set` - Fixed issue where results >500 returned none | Update SDK" diff --git a/plugins/rapid7_insightidr/requirements.txt b/plugins/rapid7_insightidr/requirements.txt index df70baf475..2161297c9c 100644 --- a/plugins/rapid7_insightidr/requirements.txt +++ b/plugins/rapid7_insightidr/requirements.txt @@ -3,5 +3,5 @@ # See: https://pip.pypa.io/en/stable/user_guide/#requirements-files python-dateutil==2.9.0 validators==0.34.0 -aiohttp==3.11.6 +aiohttp==3.11.10 parameterized==0.8.1 diff --git a/plugins/rapid7_insightidr/setup.py b/plugins/rapid7_insightidr/setup.py index c009d03064..2077db7975 100755 --- a/plugins/rapid7_insightidr/setup.py +++ b/plugins/rapid7_insightidr/setup.py @@ -3,7 +3,7 @@ setup(name="rapid7_insightidr-rapid7-plugin", - version="10.3.3", + version="10.3.4", description="This plugin allows you to add indicators to a threat and see the status of investigations", author="rapid7", author_email="",