Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redcanaryco/redcanary-response-utils
Tools to automate and/or expedite response.
https://github.com/redcanaryco/redcanary-response-utils
edr security-tools
Last synced: 7 days ago
JSON representation
Tools to automate and/or expedite response.
- Host: GitHub
- URL: https://github.com/redcanaryco/redcanary-response-utils
- Owner: redcanaryco
- License: mit
- Created: 2017-10-10T22:43:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T06:00:41.000Z (over 3 years ago)
- Last Synced: 2024-03-17T18:32:44.880Z (8 months ago)
- Topics: edr, security-tools
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 112
- Watchers: 34
- Forks: 38
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Tools to automate and/or expedite response.
### Setup
```
git clone [email protected]:redcanaryco/redcanary-response-utils.gitmkvirtualenv redcanary-response-utils
python setup.py develop
./sensor-util.py
```
### cblr-basic.py
Platforms: Carbon Black (Response)Execute a basic response plan targeting a single endpoint.
Performs the following actions:1. Isolate the endpoint.
2. Kill associated processes.
3. Ban offending binary file(s).### network-util.py
Platforms: Carbon Black (Response)Enumerate network connections based on a wide variety of criteria. Includes
support for:- process- and connection-based whitelists
- filtering by host type (Workstation or Server)
- more### process-util.py
Platforms: Carbon Black (Response)Enumerate processes. This is a performant alternative to timeline.py if you
wish to quickly examine process start events only.### sensor-util.py
Platforms: Carbon Black (Response)Enumerate sensors and output metadata, to include endpoint health.
### timeline.py
Platforms: Carbon Black (Response)Generate a timeline of activity associated with a user, endpoint, or other
limiting criteria.### usb-util.py
Platforms: Carbon Black (Response)Enumerate USB mass storage devices.
NOTE: Only supports enumeration of devices on Windows endpoints.