-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Enrichment Scripts update docs #42484
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
Coverage Report
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Validate summary Verdict: PR can be force merged from validate perspective? ❌ |
| required: false | ||
| defaultValue: 'false' | ||
| comment: 'This script gathers for reputation data from multiple integrations and returns a "FileEnrichment" object with consolidated information in the context output. Note: The script runs core-get-hash-analytics-prevalence on SHA256 values only.' | ||
| comment: 'This script enriches File indicators using reputation data from multiple integrations and returns a consolidated FileEnrichment object in the context output. It supports only indicators of type File and will create the File indicator in TIM if it does not exist. Note: The script runs core-get-hash-analytics-prevalence on SHA256 values only.' |
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.
We need to specify here which file type we support. In File specifically
This PR was automatically updated by a GitHub Action
To stop automatic version bumps, add the |
|
|
Related Issues: fixes CRTX-217480
Description
This PR updates the docs of all enrichment scripts, specifying the supported indicator type and the creation of the indicator in TIM.