Add Export Commands#44944
Conversation
|
Thank you for your contribution. Your generosity and caring are unrivaled! Make sure to register your contribution by filling the Contribution Registration form, so our content wizard @kamalq97 will know the proposed changes are ready to be reviewed. |
|
Hi @socautomator, thanks for contributing to the XSOAR marketplace. To receive credit for your generous contribution please follow this link. |
🤖 AI-Powered Code Review AvailableHi @kamalq97, you can leverage AI-powered code review to assist with this PR! Available Commands:
|
noydavidi
left a comment
There was a problem hiding this comment.
Hey @socautomator, thank you so much for your contribution! the PR looks great. I added some comments and I have two questions:
- Why do we need to return the output json as file and not as context as we usually do? what is the use case for it?
- Can you please share screenshots or a small demo for the commands?
Please feel free to tag me again once all the changes are done :)
Thank you.
Co-authored-by: noydavidi <77931201+noydavidi@users.noreply.github.com>
|
@noydavidi I'll have a look at your review today. To answer your first Question: Depending on the Threat, the Events / Timeline can become quite large (i had seen one case, where we had > 1 million characters). That would massively blow up the context, so i choose to write them to a file instead. |
Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the contribution registration form
The Pull Request will be reviewed only after the contribution registration form is filled.
Status
Description
This PR adds two new commands, that allows to export the threat Timeline and the Threat events from SentinelOne.
The exported timeline / events is stored as a File in XSOAR and can be accessed via the Context.
Must have
relates: https://jira-dc.paloaltonetworks.com/browse/CIAC-17231