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

Yc/carbon black/ciac 9132 #35202

Merged
merged 32 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
bddd23f
Existing commands migration to the new endpoints
yedidyacohenpalo Jun 23, 2024
97ef7bb
cbd-find-processes polling command added
yedidyacohenpalo Jun 25, 2024
a06787e
added cbd-find-observation-details polling command
yedidyacohenpalo Jun 27, 2024
6e07773
new version all existing commands including polling commands
yedidyacohenpalo Jul 1, 2024
24cb0a7
added validations for required args, and cleaning
yedidyacohenpalo Jul 2, 2024
2fa0508
device commands added
yedidyacohenpalo Jul 2, 2024
4be77c3
added docs string in client functions
yedidyacohenpalo Jul 3, 2024
8911cea
added docs string to all comands
yedidyacohenpalo Jul 3, 2024
e809716
description file added
yedidyacohenpalo Jul 3, 2024
137bf7c
mapper updated to the new response format
yedidyacohenpalo Jul 3, 2024
c918fed
docs and type ignore
yedidyacohenpalo Jul 3, 2024
82746c7
update and set policy commands added
yedidyacohenpalo Jul 4, 2024
097b27b
done
yedidyacohenpalo Jul 9, 2024
3b6ec44
readme file added for all commands
yedidyacohenpalo Jul 10, 2024
f981135
Migration notes added
yedidyacohenpalo Jul 10, 2024
26b4e75
removed -dev
yedidyacohenpalo Jul 10, 2024
3ac0a46
Merge remote-tracking branch 'origin/master' into yc/CarbonBlack/CIAC…
yedidyacohenpalo Jul 11, 2024
c2f110a
test file with all commands tests
yedidyacohenpalo Jul 14, 2024
1d90f7d
fixed build
yedidyacohenpalo Jul 14, 2024
7ec9226
added RN and tests
yedidyacohenpalo Jul 14, 2024
fa282b4
pre-commit
yedidyacohenpalo Jul 14, 2024
5c4c434
pre commit
yedidyacohenpalo Jul 14, 2024
750cefe
format
yedidyacohenpalo Jul 14, 2024
b4493bc
added release note and updated docker image
yedidyacohenpalo Jul 14, 2024
b517be1
rewrite
yedidyacohenpalo Jul 15, 2024
7cf6b7d
handle priority_level in CamelCase arg
yedidyacohenpalo Jul 15, 2024
7a34090
docs review
yedidyacohenpalo Jul 15, 2024
f884856
docs review
yedidyacohenpalo Jul 15, 2024
bbf2d7a
deleted unneeded duplicates
yedidyacohenpalo Jul 15, 2024
952f8e7
Update Packs/CarbonBlackDefense/ReleaseNotes/4_0_0.md
yedidyacohenpalo Jul 15, 2024
8741356
Merge remote-tracking branch 'origin/yc/CarbonBlack/CIAC-9132' into y…
yedidyacohenpalo Jul 15, 2024
b222a6b
format fixed
yedidyacohenpalo Jul 15, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,116 +10,79 @@
"Carbon Black Endpoint Standard": {
"dontMapEventToLabels": true,
"internalMapping": {
"Alert Category": {
"complex": null,
"simple": "category"
},
"Alert ID": {
"complex": null,
"simple": "id"
},
"Carbon Black ES Alert Severity": {
"complex": null,
"simple": "severity"
},
"Carbon Black ES First Event Time": {
"complex": null,
"simple": "first_event_time"
"simple": "first_event_timestamp"
},
"Carbon Black ES IOC Hit": {
"complex": null,
"simple": "ioc_hit"
},
"Carbon Black ES IOC Id": {
"complex": null,
"simple": "ioc_id"
},
"Carbon Black ES Last Event Time": {
"complex": null,
"simple": "last_event_time"
"simple": "last_event_timestamp"
},
"Carbon Black ES Process Id": {
"complex": null,
"simple": "process_guid"
},
"Carbon Black ES Process Name": {
"complex": null,
"simple": "process_name"
},
"Carbon Black ES Report Name": {
"complex": null,
"simple": "report_name"
},
"Carbon Black ES Reputation": {
"complex": null,
"simple": "threat_cause_reputation"
"simple": "process_reputation"
},
"Carbon Black ES Target Value": {
"complex": null,
"simple": "target_value"
},
"Carbon Black ES Threat Category": {
"complex": null,
"simple": "threat_cause_threat_category"
"simple": "device_target_value"
},
"Carbon Black ES Threat Id": {
"complex": null,
"simple": "threat_id"
},
"Carbon Black ES Vector": {
"complex": null,
"simple": "threat_cause_vector"
},
"Changed": {
"complex": null,
"simple": "workflow.changed_by"
},
"Description": {
"complex": null,
"simple": "reason"
},
"Device Id": {
"complex": null,
"simple": "device_id"
},
"Device Name": {
"complex": null,
"simple": "device_name"
},
"Device Username": {
"complex": null,
"simple": "device_username"
},
"Last Update Time": {
"complex": null,
"simple": "last_update_time"
"simple": "backend_update_timestamp"
},
"OS": {
"complex": null,
"simple": "device_os"
},
"OS Version": {
"complex": null,
"simple": "device_os_version"
},
"Policy ID": {
"complex": null,
"simple": "policy_id"
"simple": "device_policy_id"
},
"Carbon Black ES Report ID": {
"complex": null,
"simple": "report_id"
},
"SHA256": {
"complex": null,
"simple": "threat_cause_actor_sha256"
"simple": "process_sha256"
},
"State": {
"complex": null,
"simple": "workflow.state"
"simple": "workflow.status"
},
"Tags": {
"complex": null,
"simple": "tags"
}
}
Expand Down
Loading
Loading