Back to Browse

Using APi's in Security projects | Beginners Guide

9.3K views
Oct 28, 2019
17:50

In this video you will learn how to use APi's in IT security Projects, here will be using the VirusTotal API with Google sheets. We are creating a tool to scan multiple file hash values to check if they are malicious. Script : import_json_appsscript.js https://gist.github.com/paulgambill/cacd19da95a1421d3164 Sample ImportJSON function Syntax: =ImportJSON("https://www.virustotal.com/vtapi/v2/file/report?apikey=API_KEY_HERE&resource=FILE_HASH_HERE","","noInherit,noTruncate,rawHeaders") More help on the script parameters https://blog.fastfedora.com/projects/import-json Link: https://www.virustotal.com/ The VirusTotal API lets you upload and scan files or URLs, access finished scan reports and make automatic comments without the need of using the website interface. In other words, it allows you to build simple scripts to access the information generated by VirusTotal. Link: https://www.google.com/sheets/about/ Google Sheets is an OpenSource free to use spreadsheet application and has many rich functions for online data extraction. Hishan Shouketh 2019

Download

0 formats

No download links available.

Using APi's in Security projects | Beginners Guide | NatokHD