Crates.io | malwaredb-client |
lib.rs | malwaredb-client |
version | 0.0.15 |
source | src |
created_at | 2023-08-22 03:29:57.166811 |
updated_at | 2024-10-31 23:21:10.250612 |
description | Client application for MalwareDB. |
homepage | https://malwaredb.net/ |
repository | https://github.com/malwaredb/malwaredb-rs |
max_upload_size | |
id | 950693 |
size | 108,029 |
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.