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

CyberArk OnBoarding Wizard #22184

Merged
merged 37 commits into from Nov 18, 2022
Merged
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
1af9c35
Added CyberArk onboarding Wizard content
nkanon Nov 13, 2022
8d88b90
Updated
nkanon Nov 13, 2022
0defded
Updated
nkanon Nov 13, 2022
89cf878
Updated dashboard CyberArkDashboard_image
nkanon Nov 14, 2022
7e22695
Updated the correaltion yml
nkanon Nov 15, 2022
36306e6
Updated the CyberArk ReleaseNotes
nkanon Nov 15, 2022
d3c9dde
Added CyberArk correlation playbook
efelmandar Nov 15, 2022
d171b48
Merge branch 'master' into CyberArk-Onboarding-Wizard
efelmandar Nov 15, 2022
45d2e93
Added integration vendor name to secrets ignore
efelmandar Nov 15, 2022
3ff9aa5
fixed filename
efelmandar Nov 15, 2022
fc9ee29
fixed filename
efelmandar Nov 15, 2022
03224ae
fixed UserVerification in playbook
efelmandar Nov 15, 2022
3cfadc5
Updated CyberArkIdentity datasource
nkanon Nov 15, 2022
759996a
Merge branch 'CyberArk-Onboarding-Wizard' of https://github.com/demis…
nkanon Nov 15, 2022
52800cd
Updated ReleaseNotes
nkanon Nov 15, 2022
ccfa281
fixed release notes according to template
efelmandar Nov 16, 2022
8fc5885
Updated the pack name in pack_metadata
nkanon Nov 16, 2022
4753e4b
Merge branch 'CyberArk-Onboarding-Wizard' of https://github.com/demis…
nkanon Nov 16, 2022
81056f0
Updated the CyberArkIdentity ReleaseNotes
nkanon Nov 16, 2022
62915ca
Merge branch 'master' into CyberArk-Onboarding-Wizard
nkanon Nov 17, 2022
36b829b
Updated the CyberArkIdentity with vendor product
nkanon Nov 17, 2022
939e05a
Merge branch 'CyberArk-Onboarding-Wizard' of https://github.com/demis…
nkanon Nov 17, 2022
0e76aa3
Merge branch 'master' into CyberArk-Onboarding-Wizard
evisochek Nov 17, 2022
8c84471
Updated the CorrelationRules
nkanon Nov 17, 2022
2f3e04b
Merge branch 'CyberArk-Onboarding-Wizard' of https://github.com/demis…
nkanon Nov 17, 2022
0cfe40f
Added CyberArkDashboard
nkanon Nov 17, 2022
5f2577e
Updated the CyberArkIdentityEventCollector_1_3
nkanon Nov 17, 2022
7082701
Merge branch 'master' into CyberArk-Onboarding-Wizard
nkanon Nov 17, 2022
d9f0632
Updated playbook description
efelmandar Nov 17, 2022
2e6842c
Updated ReleaseNotes
nkanon Nov 17, 2022
4b680d1
Merge branch 'CyberArk-Onboarding-Wizard' of https://github.com/demis…
nkanon Nov 17, 2022
94fea21
Update CyberArk_-_Brute_Force_Investigation.yml
nkanon Nov 17, 2022
87a64c7
Updated the README file
nkanon Nov 17, 2022
e235fed
Merge branch 'CyberArk-Onboarding-Wizard' of https://github.com/demis…
nkanon Nov 17, 2022
99fd70e
Merge branch 'master' into CyberArk-Onboarding-Wizard
evisochek Nov 18, 2022
727d09e
Updated README for validation error
nkanon Nov 18, 2022
a9227ba
Merge branch 'master' into CyberArk-Onboarding-Wizard
nkanon Nov 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion Packs/CyberArkIdentity/.secrets-ignore
@@ -1 +1,3 @@
https://docs.cyberark.com
https://docs.cyberark.com
Clarizen
SailPoint
37 changes: 37 additions & 0 deletions Packs/CyberArkIdentity/CorrelationRules/CyberArkCorrelation_0.yml
@@ -0,0 +1,37 @@
alert_category: CREDENTIAL_ACCESS
alert_description: This correlation rule will trigger in an event in which 4 or
more Failed Logins events occurred from a single user during a 10 minutes timeframe.
alert_fields:
actor_image: null
actor_path: null
cmd: null
domain: null
hash: null
hostname: null
local_ip: xdm.source.ipv4
remote_ip: null
remote_port: null
username: xdm.target.user.username
alert_name: CyberArk Failed Logins
crontab: '*/10 * * * *'
dataset: alerts
description: This correlation rule will trigger in an event in which 4 or more Failed
Logins events occurred from a single user during a 10 minutes timeframe.
drilldown_query_timeframe: QUERY
execution_mode: SCHEDULED
global_rule_id: dfa5c92b-9b98-46f3-a438-5eb64ad89420
investigation_query_link: null
mapping_strategy: CUSTOM
mitre_defs: {}
name: CyberArk Failed Logins
search_window: 10 minutes
severity: SEV_030_MEDIUM
suppression_duration: null
suppression_enabled: false
suppression_fields: null
user_defined_category: null
user_defined_severity: null
xql_query: "datamodel \r\n|filter xdm.observer.vendor=\"cyberark\" and xdm.observer.product=\"\
identity\"\r\n|filter xdm.event.type=\"Cloud.Core.LoginFail\"\r\n|comp count(xdm.event.type)\
\ as `Failed Logins` by xdm.target.user.username, xdm.source.ipv4 \r\n|filter\
\ `Failed Logins` >=4 "
Expand Up @@ -11,7 +11,10 @@ filter
xdm.auth.auth_method = AuthMethod,
xdm.event.type=EventType,
xdm.source.ipv4 = FromIPAddress,
xdm.source.application.name = AppId;
xdm.source.application.name = AppId,
xdm.observer.vendor=_vendor,
xdm.observer.product=_product;

filter EventType not in ("Cloud.Core.OAuthToken.Create", "Cloud.Core.Logout", "Cloud.Core.MfaSummary", "Cloud.Core.StartImpersonate","Cloud.Core.Login", "Cloud.Core.LoginFail", "Cloud.Core.Logout", "Cloud.Core.OAuthToken.InvalidClient" )
| alter
xdm.target.resource.name = coalesce(ObjectName, Role, Alias, ProfileName, TargetUser, DSName, ImpersonateTargetName, Cname, AffectedTenant, OU, DeviceName, ApplicationName, AppName, EntityName),
Expand All @@ -30,4 +33,6 @@ filter EventType not in ("Cloud.Core.OAuthToken.Create", "Cloud.Core.Logout", "
xdm.target.resource_before.type = OldLicenseType,
xdm.target.resource.sub_type = MobileAppType,
xdm.session_context_id = coalesce(JobUniqueId, SessionId),
xdm.event.type=EventType;
xdm.event.type=EventType,
xdm.observer.vendor=_vendor,
xdm.observer.product=_product;