Skip to main content

Malware DB Python Client

Test Lint Release Documentation PyPI - Wheel Crates.io Version Bluesky

This is a Python module for interacting with an instance of Malware DB.

Installation

From Source

The best way to compile the Python client is with Maturin.

  1. python3 -m venv mdb-venv
  2. source mdb-venv/bin/activate
  3. pip install maturin
  4. git clone https://github.com/malwaredb/malwaredb-rs.git
  5. cd client-py
  6. maturin develop (or maturin build to create a distributable wheel)

Features

If using this crate with another library, be sure to use the rust_lib feature flag to avoid creating the Malware DB client module type. This could be useful for reusing the functions defined in this crate with another Python module.

Use

  1. Import the module: from malwaredb import MalwareDBClient
  2. Create a client object from one of three ways:
    • MalwareDBClient.from_file() to use a configuration file
    • MalwareDBClient() to have the client library find a configuration file
    • MalwareDBClient.connect(url, api_key, [cert_path]) to provide the URL, API key, and optional path for a certificate for encrypted communication
    • MalwareDBClient.login(url, username, password, save, [cert_path]) to provide the URL, username, password, whether to save the configuration, and optional path for a certificate for encrypted communication
    • MalwareDBCLient.discover() to find local servers via multicast DNS
  3. Client functionality:
    • .get_file_bytes() get a file from Malware DB
    • .server_info() get server information
    • .submit_file() submit a file to Malware DB
    • .get_supported_file_types() get a list of file types supported by the Malware DB server
    • .search() search for files based on some criteria. Some optional keyword arguments, a minimum of one criterion is required:
      • hash=: specify a partial hash
      • hash_type=: specify the type of the partial hash, options are md5, sha1, sha256, or sha512, default is sha256
      • file_name=: specify all or part of a file name
      • labels=: specify a list of labels
      • file_type=: specify a file type, which must match a file type from .get_supported_file_types()
      • magic=: specify all or part of the file command (libmagic) output for a given file
      • response_hash=: specify the hash type to be returned, options are md5, sha1, sha256, or sha512, default is sha256
      • limit=: integer specifying the maximum results to be returned, must be greater than zero
    • .labels() get available labels for samples
    • .whoami() get information about the user's account
    • .yara_search() search for files using Yara, if the server supports it
    • .yara_result() get results of Yara search using UUID
  4. CaRT functionality:
    • malwaredb.cart.create_cart() encodes bytes into a CaRT bytes
    • malwaredb.cart.decode_cart() decodes CaRT bytes back into the original binary long with header and footer data. See client-py/py_test/cart.py.
    • Current limitations:
      • create_cart() doesn't allow setting custom fields.
      • decode_cart() will not be able to return fields which aren't plain float, integer, or string types.
    • See cart as an alternative CaRT module which is probably more feature-rich.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

malwaredb-0.3.6.tar.gz (146.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl (3.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ppc64le

malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_i686.whl (3.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (2.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl (2.7 MB view details)

Uploaded PyPymanylinux: glibc 2.31+ riscv64

malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl (3.0 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ppc64le

malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_i686.whl (2.8 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl (2.6 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARMv7l

malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

malwaredb-0.3.6-cp315-cp315t-manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.28+ x86-64

malwaredb-0.3.6-cp315-cp315t-manylinux_2_28_i686.whl (2.8 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.28+ i686

malwaredb-0.3.6-cp315-cp315t-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.28+ ARM64

malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_ppc64le.whl (3.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ppc64le

malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_i686.whl (3.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_armv7l.whl (2.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

malwaredb-0.3.6-cp314-cp314t-manylinux_2_31_riscv64.whl (2.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.31+ riscv64

malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_i686.whl (2.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ i686

malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_armv7l.whl (2.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARMv7l

malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

malwaredb-0.3.6-cp314-abi3-win_arm64.whl (2.9 MB view details)

Uploaded CPython 3.14+Windows ARM64

malwaredb-0.3.6-cp314-abi3-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.14+Windows x86-64

malwaredb-0.3.6-cp314-abi3-win32.whl (2.5 MB view details)

Uploaded CPython 3.14+Windows x86

malwaredb-0.3.6-cp314-abi3-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.14+macOS 11.0+ ARM64

malwaredb-0.3.6-cp314-abi3-macosx_10_12_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.14+macOS 10.12+ x86-64

malwaredb-0.3.6-cp39-abi3-manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.28+ x86-64

malwaredb-0.3.6-cp39-abi3-manylinux_2_28_i686.whl (2.8 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.28+ i686

malwaredb-0.3.6-cp39-abi3-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.28+ ARM64

malwaredb-0.3.6-cp38-abi3-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ x86-64

malwaredb-0.3.6-cp38-abi3-musllinux_1_2_ppc64le.whl (3.1 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ ppc64le

malwaredb-0.3.6-cp38-abi3-musllinux_1_2_i686.whl (3.0 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ i686

malwaredb-0.3.6-cp38-abi3-musllinux_1_2_armv7l.whl (2.8 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ ARMv7l

malwaredb-0.3.6-cp38-abi3-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ ARM64

malwaredb-0.3.6-cp38-abi3-manylinux_2_31_riscv64.whl (2.7 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.31+ riscv64

malwaredb-0.3.6-cp38-abi3-manylinux_2_28_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.28+ ppc64le

malwaredb-0.3.6-cp38-abi3-manylinux_2_28_armv7l.whl (2.6 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.28+ ARMv7l

File details

Details for the file malwaredb-0.3.6.tar.gz.

File metadata

  • Download URL: malwaredb-0.3.6.tar.gz
  • Upload date:
  • Size: 146.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for malwaredb-0.3.6.tar.gz
Algorithm Hash digest
SHA256 6a1eddab18504935cb086641766f3962c91d311bfdac70808e60706702dac80f
MD5 6bcb89a3f2274da3e02c16bfa6c8c701
BLAKE2b-256 9fabaa1fc2adefa84b5b20fcac9eddf3c4f7ad92ed5be39f2e97dbdf5006a51d

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6.tar.gz:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ecf8c2455e1cdb6bb6d5d3e3b87966ee35d8cd8407b39786412a4f2dc2e29f03
MD5 3965c202ad181a5321350e09090aafa4
BLAKE2b-256 62bb9bf91602bb6c44aa50897f65627ce849f1f70597bb0c55b302a819fffaca

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 29eccbfdd3be827c76c00f6166a86d3f376cebfe6a4996b8a8a98f79c2240331
MD5 066b42cdfcd3c7a61ccd103842505e2f
BLAKE2b-256 1dff30f41a6675ef360561d9c0b10dc255df97a29563a687f3b40ce28aa40f72

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1a5491134fd48961fe4bb8e637030900d47b0200679289ec8a2b03b91ff0c905
MD5 40aa94a63e3fbdd338d1e321a1c833ef
BLAKE2b-256 cbc25bde131e25842d99015ed434bc843a886e0261b0e38a645d171f9a2f6c66

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_i686.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8f15216a4d40421a746c93605829195f7ce8cfd55bd5aa450ca3382297c9dc4a
MD5 c27d10927f629c9e9255d638be094b33
BLAKE2b-256 2163d49634aafc40397b91616da3514878785bfe8f323920f93404c6cde25d70

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6d76e953f4284f3942b43fdf7cab25d5d07331343f110418eea81e18458b24e
MD5 abbc65dbc013848a1b9902491f6057d5
BLAKE2b-256 93bb229cf28b06b55ab96805312b8456d28d58186797abc6660528b69b63cc54

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 73f18e27d67c5731e5f7dae772a64773d72b8f45c967ffb84ccb6a6ad563a58a
MD5 0fbf6f85cfd7b0092927e60f24c52aa5
BLAKE2b-256 a2891393cf5c5c567a81e5799ef032d930bd569ab30e289c6ac4ed969c30444a

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e5634a8761b2ed1af5c32bee7d1fea40b2b8687638eb04b73b62337670515259
MD5 41ab8c34360460aa8850ba543d68d6e0
BLAKE2b-256 20314f37d202f9459fa09a2382593efebf6462b09158f7cd7a5cb2aab297e6c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 5e6c489817a8ec2393009baaf6f5bcaa248b2722e8a852cc4de22e0185812a7c
MD5 275b0ca2075df98f67e36f89ef1f67ac
BLAKE2b-256 2b94d97dca24c81603e5df40a8aaf9b81e94fb3a523c8410e7d894bd5cb3a78e

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 79e9f1237a51642494dfe40049a360a8378004f20636c8575f5f00d58b8ee8ba
MD5 c871141ca0126a8d11411f5e6f024fdb
BLAKE2b-256 52bef08bd65cc44f50234f273e5636a13f85d7e48f6a6412e021d458e6cd032f

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_i686.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 a3def147cb0c037ece373ee8533446cfb7f39edd91d32f38eb3c91cd57dff4d0
MD5 12c77a2c4c26ecafd2f1574eef06ef1a
BLAKE2b-256 ecd19b5f05c6006d9134ee8e5bd1cfe0d5d45f838007f652871ba5243620c5c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e6b38f55c22912397cceab56e69f5640b4f6c42c2f521b469d66a69e0c9eeb79
MD5 076f3eff218c9da1a7f7449fe6371698
BLAKE2b-256 e0bc0d9f6292ac3853e0ba809566e1c862fbee8b58815edefc9961f238c41de8

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp315-cp315t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp315-cp315t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 481d53a7228d32b94dd962a6926ba2c1b36773cc3e2621c3dc47bf27eba37a74
MD5 2606da3ce7a0ca8260399261be5f9c43
BLAKE2b-256 54136880fd345bcad525b12b4ace668a8cdaac556bcf115d274fb01d01be747e

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp315-cp315t-manylinux_2_28_x86_64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp315-cp315t-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp315-cp315t-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 0f61d1e3582a154caf2242c047870f0756c856dfc3a51e28c87c94a52a940db2
MD5 0f0842e82b7b4dd362a58b374359ab5b
BLAKE2b-256 3052f8452d9dceabcf87e8f6a503a77fddd2a8eef0ff990010b48a3d7dd33ff8

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp315-cp315t-manylinux_2_28_i686.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp315-cp315t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp315-cp315t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce7bf6fbfb3e26b17a9a299be36d2a07b8ef8e23e7a583fbd50c4efcc64ce9ce
MD5 3d4fc22deb0e03ed208bb41207818ba7
BLAKE2b-256 2503a245b5fd94283ace840cca47f571ccd067ef1093b79be4b89dcfa3298935

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp315-cp315t-manylinux_2_28_aarch64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 383c97595ced647d97ba2fe7242f1e23a3172270a49da797ad8d3d9e8e438e8d
MD5 8e1bae7fa4a4e765398aed699e72b11c
BLAKE2b-256 e086b0542f07673000ee7c7a6a71ea550f503966be5b88cf25732376c4271041

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 955747e4e335a78f75c24943a353b2c18d34d83ecdf2fb1c0fd60d73d6956258
MD5 618a0b3b7029d4266aabcdb8fc473be5
BLAKE2b-256 7fe17a3e141d80d2fe2833edd1088957bfce03651d7b869c490461c3a056636a

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_ppc64le.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 436bf8583d4955cf4f141719e18795a85ffa6d845f2efc3953f70ee2ca5d825c
MD5 5a06c908fc9b72efb7cedf57cec59aa8
BLAKE2b-256 49bc86bb490cf633ac3a0d08205f2b5d04a4831c8df29838831f37e3a5fa18f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_i686.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 38910529b6bba2c81064bcc822e86300623cc836cf8498a5ecdba64c170b8b89
MD5 9dc0c96e5a5da08859ec13b677a47dcb
BLAKE2b-256 034e57dfa521419c09cb79730a79da80bf8a9e0bb52a5d95e1914eeeb025830d

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0e5f3f551bb5969d848e9b49cf508d84d22d7eb827ca62c2e69b3c956a5e210
MD5 0971a097f7a5f5c38a59fc28b33e8d1a
BLAKE2b-256 34740d424dd3c61c8bf834158990a36fcb227936b95e85d4a04ee64f78e81c23

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-cp314t-manylinux_2_31_riscv64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp314-cp314t-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 2ef097d4fa5655a47aa106a5d44d84e2c62c87a1d483426ec09bbe75615e2d8b
MD5 4c781e7dcca94a0b5ed86d302fad05aa
BLAKE2b-256 85b32ec891e34cced0dc37481d505a66b8e5bf4b633348647b5242ddf4a9b7ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-cp314t-manylinux_2_31_riscv64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3ec46b6412ff6bc4aaff359fe579deda0b282039f3c3dbdb0c48b2afa98a342
MD5 d19784b1053c852b2f028547d894b7fe
BLAKE2b-256 c92bee2728ab965f99ff6baf38773163238ea435c8fc6432a2dfa34f6c05ae14

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 188db8e873a4cb1008853b7b00d1827b27c685d88384f1014712ddce6821f436
MD5 249c5fa168da9a9d359469c5e691e4ba
BLAKE2b-256 f8543b2a32a88e54582103336c1ad04b49ad4200aed59f3e6f27fc146dd1ba14

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_ppc64le.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 5952ca49aad3cee3ce80feeec9c42d4efa81038f279db6c551c3f074ad278cee
MD5 b21da9fbf3853e39e2199f896f6f451b
BLAKE2b-256 bfd3148be9c4ba261ac839f987f3daaeef5fdd1ff5ac5194898563cd5ff53f34

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_i686.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 b1f5bfcbb0a8004f51522423151eddc44f96de6d947a26b2682a51cae0f01614
MD5 4f4e01d3fbab4bdb03d23a8ec36988be
BLAKE2b-256 1b39ad05fc102dde1d51323f005341d58d03bc3456b24180872f1ec0b8eb433f

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_armv7l.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dc5643919a8b21b44313b05a68e72f524826a422995deeb4e28f43cd32a56065
MD5 c083f543e6704f14b55b2e2104479c18
BLAKE2b-256 2ae2123789da4bc6b8ab596a489f1b99ad7be0f45b782448491920e2194eb2ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-abi3-win_arm64.whl.

File metadata

  • Download URL: malwaredb-0.3.6-cp314-abi3-win_arm64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.14+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for malwaredb-0.3.6-cp314-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 4cf68ccd806bd3377ce5ed81850889ed9c9822e55d5cc64a5bec2e591cc90306
MD5 ad56802b923fa11824f0e4104bf65c04
BLAKE2b-256 2603c0f26bb3cd17786959f91e2edd7bc72edb55470fb26a0f228f1a40d7a59b

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-abi3-win_arm64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-abi3-win_amd64.whl.

File metadata

  • Download URL: malwaredb-0.3.6-cp314-abi3-win_amd64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.14+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for malwaredb-0.3.6-cp314-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 a35e595667cd95aa314bc8a7942f3d8737ec984dc0e2d8f3864633ad8a2e7102
MD5 050d018ce34c5ab6a2e1b6cd971d7f8c
BLAKE2b-256 eaa521036d62039c7f19a83e3e4b020c82504537817658b433d6187dfad6bbd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-abi3-win_amd64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-abi3-win32.whl.

File metadata

  • Download URL: malwaredb-0.3.6-cp314-abi3-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.14+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for malwaredb-0.3.6-cp314-abi3-win32.whl
Algorithm Hash digest
SHA256 7344eb7bbd788611a787193318f9d14520d632a6a7e9033fcc946c3e22586a16
MD5 c7cd9e3496e116e4a8535da93ac38536
BLAKE2b-256 e1499ef1523f6691a8bcec379cbd10fcec9ab9ce9849a10dae2b6717964c43a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-abi3-win32.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp314-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 573e22a359c3517971f10baa7d707cc877011eafd3e5889de9c22f5d25621c0b
MD5 b14fd5c4fe72c89aa0e777c4254c84d5
BLAKE2b-256 4cc028b6ebd56c61d6e474bcb049ee58dfc4cd9a1cf286719a9d5dd8843b149c

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-abi3-macosx_11_0_arm64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp314-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp314-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b9e5c01c3528c03346f1af101239e1f6aa031e5c9d27f6a74e3fe4c4eb037777
MD5 b35fb236fb978544151753bb6809683a
BLAKE2b-256 f289aa7cc5001f0385851b2d2f733068952a4d556de7a1bc0554a8c37d4865fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp314-abi3-macosx_10_12_x86_64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp39-abi3-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp39-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d2ae5a1f054163f31422cf48a2001bed9d73ecc133b7ba1b71c7c5a118fd0fcd
MD5 8a844f313066e59515e6fc6fe1c7e5b5
BLAKE2b-256 3cfdf69db54aa156b7980d636c346c88beedf3b73d5be24df54b9d0b43c07701

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp39-abi3-manylinux_2_28_x86_64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp39-abi3-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp39-abi3-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 1019e6d0a701924adcf7db774179aff45c26fe0351643bd89bcb5cb847159b2a
MD5 6de90741414a89183f471ffffa3b8bbf
BLAKE2b-256 7cd7000e592b6a1b586ff07495bd103fb2cf53345dd0a39c1299131705a7d5c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp39-abi3-manylinux_2_28_i686.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp39-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp39-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 369a7e1cafed9c105807da15ec6b939f60c72c882d98e776e63465f76d9af386
MD5 ec63a86ab5a399a34fb018f3d4b6eae0
BLAKE2b-256 71063bc9009b77794dbaf0bafc79e75f9c4f23dcf78f9d335a6e5cf9ccc43ccc

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp39-abi3-manylinux_2_28_aarch64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp38-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp38-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da5766d5e6f594992621fcd976ef64392db53045b4e39189d92b752d1b40d457
MD5 e323c087bc9148b29dfecc85530e2474
BLAKE2b-256 c52c4b3b6e25ff35e421ec00dd9b6b5a3bd05334ea90d4f1037c73851a97b413

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp38-abi3-musllinux_1_2_x86_64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp38-abi3-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp38-abi3-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 be71456670dd92e9dc6d65862e66277f382989495f494920d26d0e6a9af4895b
MD5 6d6d2493691a87f6d6abfde1822d6421
BLAKE2b-256 f8a3c38ca1a76564a48056fe412388d05f877f134e26c3654f0b9583fb97fb69

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp38-abi3-musllinux_1_2_ppc64le.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp38-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp38-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 24d2c3e74c1c5d63ab911dfc7560786a5d08de07850ccf1e3b3258a054155e53
MD5 7bb065b94225c386fefdb96fcb5466b4
BLAKE2b-256 3a5ce3881382fe9c63207c39d252e4c796d774ba10924138fad9e8bf96760977

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp38-abi3-musllinux_1_2_i686.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp38-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp38-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 47e09fe7ca1beb48ec02ef0d32e9a5390a97a0ada3a3886ffcd49f8ab092b0b7
MD5 f6d71850c4b717e8f02cc6a3f5262569
BLAKE2b-256 3b646777747ff5b215d122d8f786b9b97cd13faedf91eb654752b6768a0666c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp38-abi3-musllinux_1_2_armv7l.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp38-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp38-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2aafbeeccb302bcc29295f7865427eabdfb6a182d3a73cb9ae2b3890dad9723b
MD5 33aa3b44e08c9d9e8a4399489eb15da1
BLAKE2b-256 346f025059d69b4ded34f96a9c8283837702889898ebe736506034a6c38ad694

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp38-abi3-musllinux_1_2_aarch64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp38-abi3-manylinux_2_31_riscv64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp38-abi3-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 d549cbd9abf968338deff2ef550d63889ccd64a8004a6dd2786b2e31a07aa24f
MD5 f2c03791c0efe1d15056b271dddda598
BLAKE2b-256 8fbee747570af2f9a002a6471920a8cb952415d6babadabc8a8f222154167811

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp38-abi3-manylinux_2_31_riscv64.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp38-abi3-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp38-abi3-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 07afc1f2c059433067b4a2ebafa926b4fe77769ba430fa4b7cef42af84da7cc6
MD5 4fdd8bfcaa7e24e91adc337548f93bc9
BLAKE2b-256 6eb7162e2a655daf9417f4c631c5240d34cf5f6268bd8e84e81b2073919b3ea7

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp38-abi3-manylinux_2_28_ppc64le.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file malwaredb-0.3.6-cp38-abi3-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.6-cp38-abi3-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 4f12bd10bf5c513055d688922907e973ecba0650938fcb6b04c5829d2156965f
MD5 434f3d065538aa1b590779223e5494e6
BLAKE2b-256 6a2419e35c549a8816b3950ad95f54b9a01b47c1f114f32d682be811a05b17b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.6-cp38-abi3-manylinux_2_28_armv7l.whl:

Publisher: release.yml on malwaredb/malwaredb-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page