-
Notifications
You must be signed in to change notification settings - Fork 321
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
Adding Virus Total Search Capabilities #739
Adding Virus Total Search Capabilities #739
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@microsoft-github-policy-service agree company="Microsoft" |
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.
Overall looks great but I had questions about some of the changes.
Added search feature to VTLookUpV3 class....
Search is a premium feature and requires a Virus Total Enterprise Account.
VirusTotal Intelligence allows you to search through our dataset in order to identify files that match certain criteria (hash, antivirus detections, metadata, submission file names, file format structural properties, file size, etc.). We could say that it is pretty much like the "Google" of malware. (source: https://docs.virustotal.com/docs/virustotal-intelligence-introduction)
For additional documentation, and examples please see
docs > notebooks > VirusTotalSearch.ipynb