-
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.
Browse files
Browse the repository at this point in the history
* Added code for integration of events * Code review Feedback * changes in fetch incident * PR Review change * PR Review change * changes in read me file * Changed read me file based on the review * Changes for playbook and intergration * changes in the read me file * PR changes * changes in image and docker image * change in services in alert * changes for alert * Changes in docker image * Changes for docker image * Update Packs/CybleThreatIntel/Integrations/CybleThreatIntel/CybleThreatIntel.yml * Update Packs/CybleEventsV2/Integrations/CybleEventsV2/CybleEventsV2.yml --------- Co-authored-by: cyble-dev <[email protected]> Co-authored-by: RotemAmit <[email protected]>
- Loading branch information
Showing
29 changed files
with
3,113 additions
and
22 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
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,5 @@ | ||
[file:CybleEventsV2.yml] | ||
ignore=IN126 | ||
|
||
[known_words] | ||
cyble |
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 @@ | ||
https://cyble.com |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions
30
Packs/CybleEventsV2/IncidentTypes/incidenttype-Cyble_Vision_Alert_V2.json
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,30 @@ | ||
{ | ||
"id": "Cyble Vision Alert V2", | ||
"version": -1, | ||
"vcShouldIgnore": false, | ||
"locked": false, | ||
"name": "Cyble Vision Alert V2", | ||
"prevName": "Cyble Vision Alert V2", | ||
"color": "#F8E7A5", | ||
"playbookId": "Cyble Vision Alert V2", | ||
"hours": 0, | ||
"days": 0, | ||
"weeks": 0, | ||
"hoursR": 0, | ||
"daysR": 0, | ||
"weeksR": 0, | ||
"system": false, | ||
"readonly": false, | ||
"default": false, | ||
"autorun": true, | ||
"disabled": false, | ||
"reputationCalc": 0, | ||
"onChangeRepAlg": 0, | ||
"layout": "Cyble Vision Alert V2", | ||
"detached": false, | ||
"extractSettings": { | ||
"mode": "All", | ||
"fieldCliNameToExtractSettings": {} | ||
}, | ||
"fromVersion": "6.2.0" | ||
} |
Oops, something went wrong.