Crate malwaredb_api

source ·

Modules§

Structs§

Enums§

Constants§

  • API endpoint for downloading a sample, POST Response is raw bytes of the file, or HTTP 404 if not found
  • API endpoint for downloading a sample as a CaRT file, POST Response is the file encoded in a CaRT container file, or HTTP 404 if not found
  • Endpoint for the sources, per-user, POST
  • API endpoint for finding samples which are similar to specific file, POST
  • MDB version
  • API endpoint to get a report for a given sample, use DownloadSampleRequest as the request structure
  • Server information, request is empty, GET
  • API endpoint for finding samples which are similar to specific file, POST
  • File types supported by MalwareDB, request is empty, GET
  • API endpoint for uploading a sample, POST
  • User’s get self information API endpoint, POST User EmptyAuthenticatingPost to authenticate
  • Login API endpoint, POST
  • Logout API endpoint, POST