This application submits and retrieves samples (binaries of any time which MalwareDB knows about) from the MalwareDB server over the http protocol.
mdb_client login http://localhost:8080 myusername
. You'll be prompted for your password.mdb_client whoami
. This will show your user information, including groups and sources you have access to.mdb_client server-info
to see some overall stats about the server.mdb_client server-types
to see which file types the server knows about, and will store samples of these types.mdb_client whoami
to ensure you're logged in.mdb_client submit-samples -s 1 /path/to/files/
.
-p password
and a Zip file to load files from a password-protected Zip file. There is logic to distinquish from a Zip file that's actually an MS Office document versus an archive of files.mdb_client whoami
to ensure you're logged in.mdb_client retrieve-sample c8a9335b95774a30addf372395e9a148
to retrieve a sample by it's hash.
mdb_client whoami
to ensure you're logged in.mdb_client find-similar /path/to/file
. This will calculate the various similarity hashes for the file, and send them to the server to find samples which are similar.