Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ISOLATE_MACHINE remediate option from Cybereason documentation #1035

Merged
merged 2 commits into from
Nov 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions plugins/cybereason/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "755aa4ed8995f5d58d591a9cc285d196",
"manifest": "d8bb880a9f85619428c1e3a79284e75b",
"setup": "0aeacba3d2e123329aae8fdbbea6da4b",
"spec": "7daea1178fffdfa57bcf28eb9282823a",
"manifest": "9c3e0e414a0403a4663c0099024f64a3",
"setup": "707950b092fb630491753de6300700a7",
"schemas": [
{
"identifier": "isolate_machine/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cybereason/bin/icon_cybereason
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from sys import argv

Name = "Cybereason"
Vendor = "rapid7"
Version = "2.0.1"
Version = "2.0.2"
Description = "The Cybereason platform provides military-grade cyber security with real-time awareness and detection. Respond to threats and remediate in seconds using the Cybereason plugin"


Expand Down
3 changes: 2 additions & 1 deletion plugins/cybereason/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Example input:

This action is used to remediate a specific process, file or registry key if remediation is possible.

This action supports the following action types: KILL_PROCESS, DELETE_REGISTRY_KEY, QUARANTINE_FILE, UNQUARANTINE_FILE, BLOCK_FILE, KILL_PREVENT_UNSUSPEND, ISOLATE_MACHINE.
This action supports the following action types: KILL_PROCESS, DELETE_REGISTRY_KEY, QUARANTINE_FILE, UNQUARANTINE_FILE, BLOCK_FILE, KILL_PREVENT_UNSUSPEND.

For more information about how to generate an `actions_by_machine` object, refer to [Cybereason documentation](https://nest.cybereason.com/documentation/api-documentation/all-versions/remediate-items#remediatemalops).

Expand Down Expand Up @@ -310,6 +310,7 @@ _This plugin does not contain any troubleshooting information._

# Version History

* 2.0.2 - Remove ISOLATE_MACHINE option from Remediate Items action documentation
* 2.0.1 - Fix incorrect error messaging when invalid credentials are used
* 2.0.0 - Update action Isolate Machine | New action Remediate Items
* 1.2.0 - Add new action Quarantine File
Expand Down
2 changes: 1 addition & 1 deletion plugins/cybereason/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ products: [insightconnect]
name: cybereason
title: Cybereason
description: The Cybereason platform provides military-grade cyber security with real-time awareness and detection. Respond to threats and remediate in seconds using the Cybereason plugin
version: 2.0.1
version: 2.0.2
vendor: rapid7
support: rapid7
status: []
Expand Down
2 changes: 1 addition & 1 deletion plugins/cybereason/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="cybereason-rapid7-plugin",
version="2.0.1",
version="2.0.2",
description="The Cybereason platform provides military-grade cyber security with real-time awareness and detection. Respond to threats and remediate in seconds using the Cybereason plugin",
author="rapid7",
author_email="",
Expand Down