- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-28-2023 12:14 AM
Hi, I want to use Exabeam integration in XSOAR but not to fetch incidents (incident responder) as it is currently set in fetch-incidents command, that is in fetch_incidents function.
The plan would be to fetch with get-notable-users command, which produces this result (context-data), when using '!exabeam-get-notable-users time_period="1 month" limit="1"(Exabeam)' in CLI:
RiskScore:null
HighestRiskSession:{} 17 items
numOfAssets:11
riskScore:188
numOfAccounts:1
accounts:[] 1 item
0:someusername
zones:[] 4 items
0:servers_0
1:servers_1
3:servers_2
endTime:1688539545557
numOfZones:4
startTime:1688453145557
loginHost:somehost
sessionId:someusername-20230704064545
numOfReasons:46
label:
username:someusername
numOfSecurityEvents:0
numOfEvents:23583
riskTransferScore:39.370000000000005
initialRiskScore:12
UserFullName:Some Username
LastActivity:Account is active
EmployeeType:null
FirstSeen:2023-03-01T13:33:53.253000
Now, the plan is to use get-notable-users to create incidents in xsoar, then create custom classifier, etc..
Is there any tutorial explaining this case?
Attached is Exabeam original integration Python file.
Cortex XSOAR
07-28-2023 05:51 AM
Hi,
Please refer to the developer docs or use other existing integrations for example.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!