Skip to content

Commit

Permalink
[PLGN-612]- Mark grr plugin as obsolete (#2123) (#2128)
Browse files Browse the repository at this point in the history
[PLGN-612]- Remove added tests by mistake

[PLGN-612]- Remove not needed changes

[PLGN-612]- undo deleted file

[PLGN-612]- fixes after pr review
  • Loading branch information
jerichardson-r7 authored Nov 21, 2023
1 parent 08bc119 commit adc854d
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 22 deletions.
14 changes: 7 additions & 7 deletions plugins/grr/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"spec": "9f2e84806332180d122d5cf682f73f05",
"manifest": "1a4e225e0860da6665d01a43bb5bdd4f",
"setup": "6263c1b2e734b80b83d5eade37f59ae9",
"spec": "d53a170fbcf5fb474d2b2f4ba102ebbb",
"manifest": "a7aac9416b3ee4df04233b0c0930b11a",
"setup": "99bfc64c1e65aa63e088373af6a1f0ba",
"schemas": [
{
"identifier": "hunting/schema.py",
"hash": "16e3fc14e2b0f5d164c586536034c124"
"hash": "9e8a4f8426034724815b8a52b26aa457"
},
{
"identifier": "labeling/schema.py",
"hash": "30aa11c1c173b657819a54c5bdb4614d"
"hash": "e345981bfbca09434878fd8362d8a0e8"
},
{
"identifier": "listing/schema.py",
"hash": "42a04886aebe0037f1ac94285ddf59ae"
"hash": "7dd79d69ed3a6993299305ab98c20b2a"
},
{
"identifier": "connection/schema.py",
"hash": "81a748cbff287da8673d6bf54b8ff7ec"
"hash": "8b7eb3cff059e9d92216c85554f1f03d"
}
]
}
2 changes: 1 addition & 1 deletion plugins/grr/bin/icon_grr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from sys import argv

Name = "Google Rapid Response"
Vendor = "rapid7"
Version = "3.0.0"
Version = "3.0.1"
Description = "Organize and start threat hunts using GRR"


Expand Down
25 changes: 15 additions & 10 deletions plugins/grr/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This plugin utilizes the [GRR Python library](https://github.com/google/grr/tree
* GRR credentials

# Supported Product Versions

_There are no supported product versions listed._
*This plugin does not contain any supported product versions.*

# Documentation

Expand Down Expand Up @@ -322,7 +322,7 @@ This action is used to start a hunt on clients.
|xdev|string|None|False|Behavior when ecountering device boundaries while doing recursive searches|['NEVER', 'ALWAYS', 'LOCAL']|None|
|xor_in_key|integer|None|False|When searching memory we need to ensure we dont hit on our own process. This allows us to obfuscate the search string in memory to avoid us finding ourselves|None|None|
|xor_out_key|integer|None|False|When searching memory we need to ensure we dont hit on our own process. This allows us to obfuscate the search string in memory to avoid us finding ourselves|None|None|

Example input:

```
Expand All @@ -335,19 +335,23 @@ Example input:
|results|string|False|Issues found with TruffleHog|

### Triggers

*This plugin does not contain any triggers.*
### Tasks

*This plugin does not contain any tasks.*

_This plugin does not contain any triggers._

### Custom Output Types

_This plugin does not contain any custom output types._
### Custom Types

*This plugin does not contain any custom output types.*

## Troubleshooting

_This plugin does not contain any troubleshooting information._
*There is no troubleshooting for this plugin.*

# Version History

* 3.0.1 - Updated plugin to set the status to obsolete. This plugin is no longer supported.
* 3.0.0 - Updated requests version | default values and enum changed for hunting
* 2.0.2 - Correct spelling in help.md
* 2.0.1 - New spec and help.md format for the Extension Library
Expand All @@ -357,6 +361,7 @@ _This plugin does not contain any troubleshooting information._

# Links


## References

* [GRR](https://github.com/google/grr/tree/master/api_client/python)
Expand Down
2 changes: 2 additions & 0 deletions plugins/grr/icon_grr/tasks/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT

4 changes: 2 additions & 2 deletions plugins/grr/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ products: [insightconnect]
name: grr
title: Google Rapid Response
description: Organize and start threat hunts using GRR
version: 3.0.0
version: 3.0.1
vendor: rapid7
support: community
status: []
status: [obsolete]
resources:
source_url: https://github.com/rapid7/insightconnect-plugins/tree/master/plugins/grr
license_url: https://github.com/rapid7/insightconnect-plugins/blob/master/LICENSE
Expand Down
4 changes: 2 additions & 2 deletions plugins/grr/setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# GENERATED BY KOMAND SDK - DO NOT EDIT
# GENERATED BY INSIGHT-PLUGIN - DO NOT EDIT
from setuptools import setup, find_packages


setup(name="grr-rapid7-plugin",
version="3.0.0",
version="3.0.1",
description="Organize and start threat hunts using GRR",
author="rapid7",
author_email="",
Expand Down

0 comments on commit adc854d

Please sign in to comment.