-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add rawJSON to fetched indicator object in Feed MISP Threat Actors #39599
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
Add rawJSON to fetched indicator object in Feed MISP Threat Actors #39599
Conversation
…to enable custom mapping.
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 @mmhw will know the proposed changes are ready to be reviewed. |
Hi @iamtimroberts, thanks for contributing to the XSOAR marketplace. To receive credit for your generous contribution please follow this link. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from my standpoint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @iamtimroberts,
Thank you for your contribution!
Good work :)
@iamtimroberts, Please be sure to sign here. |
I've already filled that out - when I click the link it shows I've already signed it. |
Hi @iamtimroberts, |
Yup - its showing signed: |
Hi @iamtimroberts, Please note that I sent you an email. |
I didn't realize that the commit was from my corporate palo alto account so that was the discrepancy with the CLA. It is now signed. |
14c8348
into
demisto:contrib/iamtimroberts_misp-threat-actor-return-rawjson
Thank you for your contribution. Your external PR has been merged and the changes are now included in an internal PR for further review. The internal PR will be merged to the master branch within 3 business days. |
Added rawJSON to fetched indicator object in Feed MISP Threat Actors to enable custom mapping.
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
Related Issues
fixes: N/A
Description
Currently unable to build a custom mapper for this Feed Integration due to the rawJSON not being returned. This causes no data to be returned in the Classifier/Mapper editors when you pull from this instance. The simple addition of
'rawJSON': threat_actor
to the returned indicators object fromfetch_indicators_command
allows the Classifier/Mapper editors to actually fetch data to build the mapper off of.Must have