-
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
* Modified pack-ignore * squash pack update commits * Ignore `unsearchable` * Correct ID and remove unnecessary fields * Address requested changes * Address requested changes 2 * Address requested changes 3 * Address requested changes 4 Unnecessary decorator * Empty-Commit * Downgrade docker image to latest 3.11.x --------- Co-authored-by: S. AlQasim D. <[email protected]> Co-authored-by: MLainer1 <[email protected]>
- Loading branch information
Showing
30 changed files
with
3,889 additions
and
7 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 |
---|---|---|
@@ -1,2 +1,9 @@ | ||
[email protected] | ||
https://cbs.ctm360.com | ||
https://cbs.ctm360.com | ||
https://hackerview.ctm360.com | ||
https://platform.ctm360.com | ||
154.134.143.229 | ||
229.13.147.132 | ||
173.53.166.40 | ||
10.161.216.126 | ||
242.230.133.23 |
76 changes: 76 additions & 0 deletions
76
Packs/CTM360-CyberBlindspot/Classifiers/classifier-mapper-incoming-CTM360-HackerView.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,76 @@ | ||
{ | ||
"description": "Maps incoming CTM360 HackerView incidents.", | ||
"feed": false, | ||
"id": "CTM360-HackerView - Incoming Mapper", | ||
"mapping": { | ||
"HackerView Incident": { | ||
"dontMapEventToLabels": false, | ||
"internalMapping": { | ||
"Affected Hosts": { | ||
"simple": "CustomFields.host" | ||
}, | ||
"CTM360 HackerView Asset Type": { | ||
"simple": "CustomFields.asset_type" | ||
}, | ||
"CTM360 HackerView Potential Attack Types": { | ||
"simple": "CustomFields.potential_attack_type" | ||
}, | ||
"CTM360 HackerView Potential Impact": { | ||
"simple": "CustomFields.potential_impact" | ||
}, | ||
"CTM360 HackerView Technologies": { | ||
"simple": "CustomFields.technologies" | ||
}, | ||
"CVE ID": { | ||
"simple": "CustomFields.cve_id" | ||
}, | ||
"Categories": { | ||
"simple": "CustomFields.issue_category" | ||
}, | ||
"External Confidence": { | ||
"simple": "CustomFields.confidence" | ||
}, | ||
"External Link": { | ||
"simple": "CustomFields.hackerview_link" | ||
}, | ||
"External Status": { | ||
"simple": "external_status" | ||
}, | ||
"dbotMirrorDirection": { | ||
"simple": "xsoar_mirroring.mirror_direction" | ||
}, | ||
"dbotMirrorId": { | ||
"simple": "xsoar_mirroring.mirror_id" | ||
}, | ||
"dbotMirrorInstance": { | ||
"simple": "xsoar_mirroring.mirror_instance" | ||
}, | ||
"name": { | ||
"complex": { | ||
"filters": [], | ||
"root": "name", | ||
"transformers": [] | ||
} | ||
}, | ||
"occurred": { | ||
"complex": { | ||
"filters": [], | ||
"root": "occurred", | ||
"transformers": [] | ||
} | ||
}, | ||
"severity": { | ||
"complex": { | ||
"filters": [], | ||
"root": "severity", | ||
"transformers": [] | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"name": "CTM360-HackerView - Incoming Mapper", | ||
"type": "mapping-incoming", | ||
"version": -1, | ||
"fromVersion": "6.10.0" | ||
} |
Oops, something went wrong.