-
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
Update Pack: CTM360 #37743
Update Pack: CTM360 #37743
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 @MLainer1 will know the proposed changes are ready to be reviewed. |
Hi @edx-sayed-salem, thanks for contributing to the XSOAR marketplace. To receive credit for your generous contribution please follow this link. |
##### New: CTM360 HackerView Potential Impact | ||
|
||
- New: Incident field for potential impact of incident on an asset.<~XSIAM> (Available from Cortex XSIAM 2.0).</~XSIAM> | ||
<~XSOAR> (Available from Cortex XSOAR 6.10.0).</~XSOAR> |
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.
Make sure you don't have <~XSOAR> in your Release notes.
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.
Change made
|
||
- New: Incident field for potential types of attacks that may follow such incident.<~XSIAM> (Available from Cortex XSIAM 2.0).</~XSIAM> | ||
<~XSOAR> (Available from Cortex XSOAR 6.10.0).</~XSOAR> | ||
|
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.
Same, make sure you don't have: </~XSOAR> or </~XSIAM>
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.
Change made
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": false, |
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.
Should be "true" in all IncidentFields.
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.
Change made
iscontext: true | ||
right: | ||
value: | ||
simple: In,Both |
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.
Please add ignore cases.
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.
Change made
task: | ||
id: 63cb6508-eefb-4ff1-b157-de4f070e9dca | ||
version: -1 | ||
name: End of Playbook |
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.
Duplicated header, you can use the same one.
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.
Used one end section
task: | ||
id: 52edca00-4e6d-4739-86da-2a5401f3fd2d | ||
version: -1 | ||
name: Is Incident Closed? |
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.
Is the incident closed
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.
Correction made
iscontext: true | ||
right: | ||
value: | ||
simple: inactive |
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.
Please add ignore cases
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.
Change made
task: | ||
id: bbecc79d-d8ea-4513-8571-c102e9bdf3ea | ||
version: -1 | ||
name: Start Investgation |
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.
Should be *Investigation
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.
Corrected
I'm not sure I have control over why the CI pre-commit fails, can anyone take a look? |
@edx-sayed-salem Did you executed "demisto-sdk pre-commit"? |
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, thank you for your contribution.
I'm publishing the first half of the review, the second part will be published later.
Let me know if you need anything.
Packs/CTM360-CyberBlindspot/Integrations/HackerView/HackerView.py
Outdated
Show resolved
Hide resolved
Packs/CTM360-CyberBlindspot/Integrations/HackerView/HackerView.py
Outdated
Show resolved
Hide resolved
Packs/CTM360-CyberBlindspot/Integrations/HackerView/HackerView.py
Outdated
Show resolved
Hide resolved
Packs/CTM360-CyberBlindspot/Integrations/HackerView/HackerView.py
Outdated
Show resolved
Hide resolved
Packs/CTM360-CyberBlindspot/Integrations/HackerView/HackerView.py
Outdated
Show resolved
Hide resolved
Packs/CTM360-CyberBlindspot/Integrations/HackerView/HackerView.py
Outdated
Show resolved
Hide resolved
Packs/CTM360-CyberBlindspot/Integrations/HackerView/HackerView.py
Outdated
Show resolved
Hide resolved
Packs/CTM360-CyberBlindspot/Integrations/HackerView/HackerView.py
Outdated
Show resolved
Hide resolved
Yes, it looks like something related to pylint and python 3.12 issue (the docker image version is 3.12) |
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.
Nice work!
Let's schedule a demo to check your changes and your new pintegration/
I'll reach out over on DFIR to schedule it.
Packs/CTM360-CyberBlindspot/Integrations/HackerView/HackerView.py
Outdated
Show resolved
Hide resolved
Unnecessary decorator Co-authored-by: MLainer1 <[email protected]>
For the Reviewer: Trigger build request has been accepted for this contribution PR. |
For the Reviewer: Successfully created a pipeline in GitLab with url: https://gitlab.xdr.pan.local/xdr/cortex-content/content/-/pipelines/1913531 |
Hi @edx-sayed-salem, looks like there are some pre-commit errors. can you have a look at them? |
Hi, yes it seems the same error from before about python 12 and ruff/pylint. There's another about I think |
Can you create another commit (can be empty) just to run the checks again? the fix should be deployed already |
After discussing with my team, we've decided it's best to hold off on updating the Docker image to Python 3.12. Instead, we should revert to the version prior to the latest one (demisto/python3:3.12.7.117934). |
Do I need to do anything? |
Yes. reverse the dockerimage update you did in this PR |
Looks good! I'll merge the PR |
20981d2
into
demisto:contrib/CTM360-Integrations_ctm360-hackerview-1
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. |
* Modified pack-ignore * squash pack update commits * Ignore `unsearchable` * Correct ID and remove unnecessary fields * Address requested changes * Address requested changes 2 * Address requested changes 3 * Address requested changes 4 Unnecessary decorator * Empty-Commit * Downgrade docker image to latest 3.11.x --------- Co-authored-by: S. AlQasim D. <[email protected]> Co-authored-by: MLainer1 <[email protected]>
* Modified pack-ignore * squash pack update commits * Ignore `unsearchable` * Correct ID and remove unnecessary fields * Address requested changes * Address requested changes 2 * Address requested changes 3 * Address requested changes 4 Unnecessary decorator * Empty-Commit * Downgrade docker image to latest 3.11.x --------- Co-authored-by: S. AlQasim D. <[email protected]> Co-authored-by: MLainer1 <[email protected]>
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
None
Description
Update the integration docker image.
Add another integration module.
Must have