@@ -101,7 +101,7 @@ script:
101
101
- contextPath : Gra.Users.exitDate
102
102
description : Exit Date
103
103
type : date
104
- description : Retrieve List of All Users (Identities)
104
+ description : Retrieve list of all users (identities).
105
105
- name : gra-fetch-accounts
106
106
arguments :
107
107
- name : page
@@ -153,7 +153,7 @@ script:
153
153
- contextPath : Gra.Accounts.updated_on
154
154
description : Updated On
155
155
type : date
156
- description : Retrieve all Accounts Information
156
+ description : Retrieve list of all accounts.
157
157
- name : gra-fetch-active-resource-accounts
158
158
arguments :
159
159
- name : resource_name
@@ -209,7 +209,7 @@ script:
209
209
- contextPath : Gra.Active.Resource.Accounts.updated_on
210
210
description : Updated On
211
211
type : date
212
- description : Retrieve List of All Active Accounts for a Given Resource
212
+ description : Retrieve list of all active accounts for specified resource.
213
213
- name : gra-fetch-user-accounts
214
214
arguments :
215
215
- name : employee_id
@@ -264,7 +264,7 @@ script:
264
264
- contextPath : Gra.User.Accounts.updated_on
265
265
description : Updated On
266
266
type : date
267
- description : Retrieve List of All Active Accounts and Details for a Given User / Identity
267
+ description : Retrieve list of all active accounts and details for specified user identity.
268
268
- name : gra-fetch-resource-highrisk-accounts
269
269
arguments :
270
270
- name : resource_name
@@ -320,7 +320,7 @@ script:
320
320
- contextPath : Gra.Resource.Highrisk.Accounts.updated_on
321
321
description : Updated On
322
322
type : date
323
- description : Retrieve High Risk Accounts for a Given Resource
323
+ description : Retrieve high risk accounts for specified resource.
324
324
- name : gra-fetch-hpa
325
325
arguments :
326
326
- name : page
@@ -372,7 +372,7 @@ script:
372
372
- contextPath : Gra.Hpa.updated_on
373
373
description : Updated On
374
374
type : date
375
- description : Retrieve List of All High Risk Privileged Accounts
375
+ description : Retrieve list of all high risk privileged accounts.
376
376
- name : gra-fetch-resource-hpa
377
377
arguments :
378
378
- name : resource_name
@@ -428,7 +428,7 @@ script:
428
428
- contextPath : Gra.Resource.Hpa.updated_on
429
429
description : Updated On
430
430
type : date
431
- description : Retrieve all High Privileged Accounts for a Given Resource
431
+ description : Retrieve all high privileged accounts for specified resource.
432
432
- name : gra-fetch-orphan-accounts
433
433
arguments :
434
434
- name : page
@@ -480,7 +480,7 @@ script:
480
480
- contextPath : Gra.Orphan.Accounts.updated_on
481
481
description : Updated On
482
482
type : date
483
- description : Retrieve List of All Orphan / Rogue Accounts
483
+ description : Retrieve list of all orphan / rogue accounts.
484
484
- name : gra-fetch-resource-orphan-accounts
485
485
arguments :
486
486
- name : resource_name
@@ -536,7 +536,7 @@ script:
536
536
- contextPath : Gra.Resource.Orphan.Accounts.updated_on
537
537
description : Updated On
538
538
type : date
539
- description : Retrieve All Orphan / Rogue Accounts for a Given Resource
539
+ description : Retrieve all orphan / rogue accounts for specified resource.
540
540
- name : gra-user-activities
541
541
arguments :
542
542
- name : employee_id
@@ -570,7 +570,7 @@ script:
570
570
- contextPath : Gra.User.Activity.risk_score
571
571
description : Risk Score
572
572
type : number
573
- description : Retrieve User Activity for a Given User
573
+ description : Retrieve activity for specified user.
574
574
- name : gra-fetch-users-details
575
575
arguments :
576
576
- name : employee_id
@@ -622,7 +622,7 @@ script:
622
622
- contextPath : Gra.User.profilePicturePath
623
623
description : Profile Picture Path
624
624
type : string
625
- description : Get details of the user
625
+ description : Retrieve details for specified user.
626
626
- name : gra-highRisk-users
627
627
arguments :
628
628
- name : page
@@ -710,7 +710,7 @@ script:
710
710
- contextPath : Gra.Highrisk.Users.domain
711
711
description : Domain
712
712
type : string
713
- description : Retrieve All High Risk User Information
713
+ description : Retrieve list of all high risk users.
714
714
- name : gra-cases
715
715
arguments :
716
716
- name : status
@@ -766,7 +766,7 @@ script:
766
766
- contextPath : Gra.Cases.anomalies
767
767
description : Anomalies
768
768
type : string
769
- description : Retrieve List of All Cases for a Given Status
769
+ description : Retrieve list of all cases for specified status.
770
770
- name : gra-user-anomalies
771
771
arguments :
772
772
- name : employee_id
@@ -784,7 +784,7 @@ script:
784
784
- contextPath : Gra.User.Anomalies.anomaly_name
785
785
description : Anomaly Name
786
786
type : string
787
- description : Retrieve Detailed Information for a Given User
787
+ description : Retrieve list of anomalies for specified user.
788
788
- name : gra-case-action
789
789
arguments :
790
790
- name : action
@@ -819,7 +819,7 @@ script:
819
819
- contextPath : Gra.Case.Action.Message
820
820
description : Message
821
821
type : string
822
- description : Closing a case and updating the anomaly status as Closed / Risk Managed / Model Reviewed.
822
+ description : Close a case and update the anomaly status as Closed / Risk Managed / Model Reviewed.
823
823
- name : gra-case-action-anomaly
824
824
arguments :
825
825
- name : action
@@ -860,7 +860,7 @@ script:
860
860
- contextPath : Gra.Case.Action.Anomaly.anomalyName
861
861
description : Anomaly Name
862
862
type : string
863
- description : Closing an anomaly or anomalies within a case and updating the anomaly status as Closed / Risk Managed / Model Reviewed.
863
+ description : Close an anomaly or anomalies within a case and update the anomaly status as Closed / Risk Managed / Model Reviewed.
864
864
- name : gra-investigate-anomaly-summary
865
865
arguments :
866
866
- name : modelName
@@ -949,8 +949,36 @@ script:
949
949
- contextPath : Gra.Analytical.Features.Entity.Value.analyticalFeatureValues
950
950
description : Analytical Feature Values
951
951
type : string
952
- description : Retrieve analytical features for specified entity value and model name.
953
- dockerimage : demisto/python3:3.10.8.37233
952
+ description : Retrieve analytical features for specified entity value, model name and dates.
953
+ - name : gra-cases-anomaly
954
+ arguments :
955
+ - name : caseId
956
+ description : GRA Case Id
957
+ required : true
958
+ outputs :
959
+ - contextPath : Gra.Cases.anomalies.anomalyName
960
+ description : Cases Anomaly name
961
+ type : String
962
+ - contextPath : Gra.Cases.anomalies.riskAcceptedDate
963
+ description : Risk accepted date of anomaly
964
+ type : date
965
+ - contextPath : Gra.Cases.anomalies.resourceName
966
+ description : Resource Name
967
+ type : String
968
+ - contextPath : Gra.Cases.anomalies.riskScore
969
+ description : Risk score for anomaly
970
+ type : String
971
+ - contextPath : Gra.Cases.anomalies.assignee
972
+ description : Assignee name
973
+ type : String
974
+ - contextPath : Gra.Cases.anomalies.assigneeType
975
+ description : Assignee type (User/Role)
976
+ type : String
977
+ - contextPath : Gra.Cases.anomalies.status
978
+ description : Current status of anomaly
979
+ type : String
980
+ description : Retrieve anomalies for specified case id.
981
+ dockerimage : demisto/python3:3.10.10.47713
954
982
isfetch : true
955
983
runonce : false
956
984
subtype : python3
0 commit comments