ROS Quick Scan

A fast way to scan a file against VirusShare's MD5 hash list.

is

Drag a file here
- or -


API Usage

Check an MD5 hash

Endpoint: https://script.google.com/macros/s/AKfycbyS0v38UlKkLe18CwwxLjxKpQ1CQIUiBZGXvA519W2Pf_nqKmM/exec

This endpoint checks if the provided MD5 hash is in the list.

Type: GET

Parameters:

q: The MD5 hash to check.

callback: An optional JSONP callback.

Example output:

{"safe": true, "success": true}

Example failed output:

{"success": false, "type": 400, "message": "The q parameter is too short. An MD5 hash is exactly 32 characters long."}

List of MD5 hashes

Endpoint: https://raw.githubusercontent.com/Richienb/virusshare-hashes/master/virushashes.txt

Type: GET

This endpoint hosts the list of MD5 hashes that can be checked against the MD5 of a file.

Example output:

2d75cc1bf8e57872781f9cd04a529256
00f538c3d410822e241486ca061a57ee
3f066dd1f1da052248aed5abc4a0c6a1
781770fda3bd3236d0ab8274577dddde
86b6c59aa48a69e16d3313d982791398
42914d6d213a20a2684064be5c80ffa9
10699ac57f1cf851ae144ebce42fa587
248338632580f9c018c4d8f8d9c6c408
999eb1840c209aa70a84c5cf64909e5f
12c4201fe1db96a1a1711790b52a3cf9
ROS Quick Scan doesn't seem to be working.