-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Build search indicator query from arguments. #40648
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
base: master
Are you sure you want to change the base?
Conversation
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.
approving but see notes
type: python | ||
fromversion: 6.5.0 | ||
tests: | ||
- No tests (auto formatted) |
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:
marketplaces:
- platform
supportedModules:
- agentix
|
||
##### New: SearchIndicatorAgentix | ||
|
||
- New: Added a new script- SearchIndicatorAgentix that Searches Cortex XSOAR Indicators. |
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.
- New: Added a new script- SearchIndicatorAgentix that Searches Cortex XSOAR Indicators. | |
- New: This script searches indicators by specified fields. |
@@ -0,0 +1,38 @@ | |||
Search for Indicators and returns the id, indicator_type, value, expiration status, lastSeen timestamp, related investigations and score/verdict. |
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.
Search for Indicators and returns the id, indicator_type, value, expiration status, lastSeen timestamp, related investigations and score/verdict. | |
This script searches indicators by specified fields. |
Searches Cortex XSOAR Indicators. | ||
|
||
Search for XSOAR Indicators and returns the id, indicator_type, value, expiration status, lastSeen timestamp, related investigations and score/verdict. | ||
|
||
You can add additional fields from the indicators using the add_field_to_context argument. |
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.
Searches Cortex XSOAR Indicators. | |
Search for XSOAR Indicators and returns the id, indicator_type, value, expiration status, lastSeen timestamp, related investigations and score/verdict. | |
You can add additional fields from the indicators using the add_field_to_context argument. | |
This script searches indicators by specified fields. |
This PR was automatically updated by a GitHub Action
To stop automatic version bumps, add the |
|
Validate summary Verdict: PR can be force merged from validate perspective? ✅ |
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: link to the issue
Description
A few sentences describing the overall goals of the pull request's commits.
Must have