-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Pack: Recorded Future Intelligence][v1.4.0] Recorded Future playbook alerts v1 0 #25103
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 @yucohen will know he can start review the proposed changes. |
Hi @recordedfuture-simonhornestedt can you please fill out the contribution Registration form and sign the CLA? |
70c4328
to
aaeb286
Compare
32ae319
to
dc9a16a
Compare
…o attach screenshot added additional filters to command
b12f435
to
d956159
Compare
Hi @recordedfuture-simonhornestedt and thank you for your contribution, I reviewed your changes and found some points I want to discuss please see them below:
Overall the changes look good, and once these points are addressed we can move forward |
Hi @efelmandar thanks for your feedback, I reached out to the person who created our playbooks/incident types from our Professional services team for some thoughts on your bullet points, this is his thoughts and reasoning to the choices:
Any additional thoughts or suggestions with having this information? |
@recordedfuture-simonhornestedt I appreciate your response regarding my points and can understand why it is reasonable to not make the changes in this case. Thanks again your contributions are valued and appreciated. |
…laybook-alerts-v1_0' into recordedfuture-playbook-alerts-v1_0
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.
@recordedfuture-simonhornestedt Thanks for the contribution! Great work!
Please see my comments :)
Also, we can delete the pipfile and pipfile.lock files
for screenshot_data in incident_json["panel_evidence_summary"][ | ||
"screenshots" | ||
]: | ||
file_name = f'{screenshot_data.get("image_id").replace("img:","")}.png' |
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.
file_name = f'{screenshot_data.get("image_id").replace("img:","")}.png' | |
file_name = f'{screenshot_data.get("image_id", "").replace("img:","")}.png' |
In the case where no screenshots, the replace method won't fail
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.
done
"screenshots" | ||
]: | ||
file_name = f'{screenshot_data.get("image_id").replace("img:","")}.png' | ||
file_data = screenshot_data.get("base64") |
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.
file_data = screenshot_data.get("base64") | |
file_data = screenshot_data.get("base64", "") |
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.
done
- display: API Token | ||
name: token | ||
defaultvalue: "" | ||
type: 4 |
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.
lets change it to type 9. see this article
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.
done
Addition of default values when accessing screenshot data Co-authored-by: yucohen <[email protected]>
Removed pipfile and updated the dockerimage tag so that should be the last of the changes requested |
22a590c
into
demisto:contrib/recordedfuture-simonhornestedt_recordedfuture-playbook-alerts-v1_0
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
Introduce new Recorded Future feature Playbook alerts as a separate integration into the Recorded Future content pack, some minor settings update to the Recorded Future v2 Integration.
Screenshots
Paste here any images that will help the reviewer
Minimum version of Cortex XSOAR
Does it break backward compatibility?
Must have