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

Added code for integration of events #26519

Merged
merged 20 commits into from
Jun 12, 2023
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
5 changes: 3 additions & 2 deletions Packs/CybleEvents/pack_metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "Cyble Events",
"description": "Cyble Events for Vision Users. Must have Vision API access to use the threat intelligence.",
"name": "Cyble Events (Deprecated)",
"description": "Deprecated. Use Cyble Events V2 instead.",
"support": "partner",
"currentVersion": "1.0.10",
"author": "Cyble Infosec",
"hidden": true,
"url": "https://cyble.com/",
"email": "",
"created": "2022-03-22T17:37:18Z",
Expand Down
5 changes: 5 additions & 0 deletions Packs/CybleEventsV2/.pack-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[file:CybleEventsV2.yml]
ignore=IN126

[known_words]
cyble
1 change: 1 addition & 0 deletions Packs/CybleEventsV2/.secrets-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://cyble.com
Binary file added Packs/CybleEventsV2/Author_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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"
}
Loading