-
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
[VirusTotal] Add custom fields to indicators #35349
[VirusTotal] Add custom fields to indicators #35349
Conversation
…into virustotal-custom-indicator-fields
…into virustotal-custom-indicator-fields
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 end - just changed the unsearchable to true on all the new fields.
Packs/VirusTotal/IndicatorFields/indicatorfield-VT_Engine_Detection_Names.json
Outdated
Show resolved
Hide resolved
Packs/VirusTotal/IndicatorFields/indicatorfield-VT_Engine_Detections.json
Outdated
Show resolved
Hide resolved
Packs/VirusTotal/IndicatorFields/indicatorfield-VT_Engine_Vendors.json
Outdated
Show resolved
Hide resolved
…ction_Names.json Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com>
…ctions.json Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com>
…ors.json Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com>
I have just uploaded a demo video to the virustotal channel on Slack :) |
if self.vt_detection_names is not None: | ||
file_context['VTVendors']['EngineDetectionNames'] = self.vt_detection_names | ||
|
||
if not file_context['VTVendors']: |
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.
Consider using the same convention as in other if statements
if not file_context['VTVendors']:
or
if file_context['VTVendors'] is not None:
@pabloperezj |
Hi @thefrieddan1, virustotal-partner channel on Demisto DFIR Community. Here is the video! :) vt-custom-fields.mp4 |
@ssokolovich @thefrieddan1 @MLainer1 Doc review completed. |
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
91a4d31
into
demisto:contrib/VirusTotal_virustotal-custom-indicator-fields
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. |
* [VirusTotal] Add custom fields to indicators (#35349) * Add custom fields * nit * Lint * Update docker image * Update readme and release notes * Update fields * Update release note * Update all indicators * Update version * Restore unused fields * Update Packs/VirusTotal/IndicatorFields/indicatorfield-VT_Engine_Detection_Names.json Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com> * Update Packs/VirusTotal/IndicatorFields/indicatorfield-VT_Engine_Detections.json Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com> * Update Packs/VirusTotal/IndicatorFields/indicatorfield-VT_Engine_Vendors.json Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/VirusTotalV3.yml Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/VirusTotalV3.yml Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/VirusTotalV3.yml Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/ReleaseNotes/2_6_21.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/ReleaseNotes/2_6_22.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/VirusTotalV3.yml Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> --------- Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com> Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * RN and known words. --------- Co-authored-by: Pablo Pérez <122302023+pabloperezj@users.noreply.github.com> Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com> Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> Co-authored-by: Danny_Fried <dfried@paloaltonetworks.com>
* [VirusTotal] Add custom fields to indicators (demisto#35349) * Add custom fields * nit * Lint * Update docker image * Update readme and release notes * Update fields * Update release note * Update all indicators * Update version * Restore unused fields * Update Packs/VirusTotal/IndicatorFields/indicatorfield-VT_Engine_Detection_Names.json Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com> * Update Packs/VirusTotal/IndicatorFields/indicatorfield-VT_Engine_Detections.json Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com> * Update Packs/VirusTotal/IndicatorFields/indicatorfield-VT_Engine_Vendors.json Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/VirusTotalV3.yml Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/VirusTotalV3.yml Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/VirusTotalV3.yml Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/ReleaseNotes/2_6_21.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/ReleaseNotes/2_6_22.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Update Packs/VirusTotal/Integrations/VirusTotalV3/VirusTotalV3.yml Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> --------- Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com> Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * RN and known words. --------- Co-authored-by: Pablo Pérez <122302023+pabloperezj@users.noreply.github.com> Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com> Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> Co-authored-by: Danny_Fried <dfried@paloaltonetworks.com>
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