-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support for RedLock alerts * Fixes issue with EWS Search and Delete (#1696) * Fixes issue with EWS Search and Delete * CR fixes * Fix typo and releaseNotes * Add Test playbook * Remove forward/ replay prefixes only from beginning of Subject * Update "Detonate File - Generic" (#1722) * Update "Detonate File - Generic" * Improve documentation * Add supported file types * Add support for updated Falcon integration * Add outputs description * Add output description * Remove auto-log from QRadarFullSearch (#1715) * Remove auto-log from QRadarFullSearch Was automatically printing logs to the war-room * Fix CR * CrowdStrike Falcon Sandbox enhancements and fixes (#1635) * Netskope integration test fix * CrowdStrike Falcon Sandbox enhancements and fixes * Made requested changes * add context canvas connections (#1718) * add context canvas connections * add schema validation * updated argument types (#1725) * Update playbook-RedLockTest.yml Fixed and rephrased some task names. * Added fetch-incidents * Splunkpy search (#1717) * add enhancement script for splunk search * add to indicator types SplunkSearchPy * use cmd only in depnds on * Reverted addition of threat-grid-detonate-file and threat-grid-url-to-file commands (#1726) * Update Intezer integration (#1727) * Update Intezer integration - Malicious should be added only for bad reputation hashes. * Update outputs * change the url for 'GET request test' task (#1731) * add command line output to cb defense (#1730) * remove minemeld for now (#1732) * remove minemeld for now * skip minemeld test * Fixed comments from code review * Update playbook-RedLockTest.yml Removed old command arguments from playbook tasks
- Loading branch information
1 parent
b01b647
commit ccf819c
Showing
25 changed files
with
2,555 additions
and
1,089 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"canvasContextConnections": [ | ||
{ | ||
"contextKey1": "File.MD5", | ||
"contextKey2": "File.SHA256", | ||
"connectionDescription": "Belongs to the same file" | ||
}, | ||
{ | ||
"contextKey1": "File.MD5", | ||
"contextKey2": "File.SHA1", | ||
"connectionDescription": "Belongs to the same file" | ||
}, | ||
{ | ||
"contextKey1": "File.SHA1", | ||
"contextKey2": "File.SHA256", | ||
"connectionDescription": "Belongs to the same file" | ||
}, | ||
{ | ||
"contextKey1": "File.SSDeep", | ||
"contextKey2": "File.SHA256", | ||
"connectionDescription": "Belongs to the same file" | ||
}, | ||
{ | ||
"contextKey1": "File.SSDeep", | ||
"contextKey2": "File.SHA1", | ||
"connectionDescription": "Belongs to the same file" | ||
}, | ||
{ | ||
"contextKey1": "File.SSDeep", | ||
"contextKey2": "File.MD5", | ||
"connectionDescription": "Belongs to the same file" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.