Skip to content

RESTful JSON server to query Team Cymru's Malware Hash Registry.

License

Notifications You must be signed in to change notification settings

chadkeck/mhr-json-server

Repository files navigation

MHR JSON Server

RESTful JSON server to query Team Cymru's Malware Hash Registry.

Twitter: @chadkeck License Code Climate

Note: The Malware Hash Registry is free for non-commercial use only.

Usage

Building the Docker Image

$ sudo docker build --rm -t chadkeck/mhr-json-server .

Running a server instance

$ sudo docker run --rm -p 3000:3000 chadkeck/mhr-json-server

Querying the service

$ curl http://localhost:3000/query/44D88612FEA8A8F36DE82E1278ABB02F
{"44d88612fea8a8f36de82e1278abb02f":{"timestamp":1259633424000,"detectionRate":83}}

Results format

Explanation of the results format.

About

RESTful JSON server to query Team Cymru's Malware Hash Registry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published