Giter VIP home page Giter VIP logo

virustotalapi's Introduction

VirusTotal API

The VirusTotal API allows you to search for file hashes in the VirusTotal database and get the results as a JSON response.

Usage

To use the VirusTotal API, send a GET request to the following URL, replacing QUERY with the file hash you want to search for:

https://api.pawan.krd/security/virustotal?q=QUERY

Parameters

  • q: (required) the URL, IP address, domain, or file hash to search for

Response

The API will return a JSON object with the following properties:

  • status: a boolean indicating whether the query was successful
  • result: an object containing the following properties:
    • query: the query string that was searched for
    • info: an object containing information about the query, such as the SHA256 hash, filename, and detection ratio
    • securityVendors: an array of objects containing information about the security vendors that detected the query as malicious, including the security vendor name, result, update date, and whether it was detected as malicious

Example

To search for the file hash 62d3624992cf0009d29291d5341902d4, send the following request:

GET https://api.pawan.krd/security/virustotal?q=62d3624992cf0009d29291d5341902d4

virustotalapi's People

Contributors

pawanosman avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.