Skip to main content

Python client for MalwareDB

Project description

Malware DB Python Client

TestLintPythonReleaseDocumentationCrates.io Version

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

Installation

Assuming you already have Malware DB checked out:

  1. python3 -m venv mdb-venv
  2. source mdb-venv/bin/activate
  3. pip install maturin
  4. cd client-py
  5. 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.

Project details


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.2.tar.gz (141.6 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.2-cp314-abi3-win_arm64.whl (3.0 MB view details)

Uploaded CPython 3.14+Windows ARM64

malwaredb-0.3.2-cp314-abi3-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.14+Windows x86-64

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

Uploaded CPython 3.14+Windows x86

malwaredb-0.3.2-cp314-abi3-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.14+macOS 11.0+ ARM64

malwaredb-0.3.2-cp314-abi3-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14+macOS 10.12+ x86-64

malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_ppc64le.whl (3.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ppc64le

malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_i686.whl (3.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_armv7l.whl (2.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

malwaredb-0.3.2-cp312-abi3-musllinux_1_2_x86_64.whl (3.4 MB view details)

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

malwaredb-0.3.2-cp312-abi3-musllinux_1_2_ppc64le.whl (3.1 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ppc64le

malwaredb-0.3.2-cp312-abi3-musllinux_1_2_i686.whl (3.0 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ i686

malwaredb-0.3.2-cp312-abi3-musllinux_1_2_armv7l.whl (2.8 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ARMv7l

malwaredb-0.3.2-cp312-abi3-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ARM64

malwaredb-0.3.2-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ x86-64

malwaredb-0.3.2-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ppc64le

malwaredb-0.3.2-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ i686

malwaredb-0.3.2-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.6 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARMv7l

malwaredb-0.3.2-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for malwaredb-0.3.2.tar.gz
Algorithm Hash digest
SHA256 466de81de957b75d636448945936aa8606af7deb2a63fad08c54bf9901712f53
MD5 661e5cb116fc4fe408c28008d5a3144a
BLAKE2b-256 a22cea2709f04553bc0ce49899f2516511cf303f38f87399fe22aceb2918486f

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2.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.2-cp314-abi3-win_arm64.whl.

File metadata

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

File hashes

Hashes for malwaredb-0.3.2-cp314-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 251d9a865b846ed24a45b48f8e6c86e74f2796c5e5327f14547e5989c4a45210
MD5 73d6e45494f06c857e31c4e0eaff61f3
BLAKE2b-256 6915024c3041c58d1199ba141436578413984e9b0ccefbe7c77d0207472843d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-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.2-cp314-abi3-win_amd64.whl.

File metadata

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

File hashes

Hashes for malwaredb-0.3.2-cp314-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 cd7d51da4ed496795557e894f5e85d6ef682965781c5b3faad066cfadf017bfb
MD5 94d4b5a36c9f478dd0647479e5f5c690
BLAKE2b-256 d9703c7d2272e5de65c33b842ce72dcb6bd141a64b8fd42b2cc001715ae37964

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-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.2-cp314-abi3-win32.whl.

File metadata

  • Download URL: malwaredb-0.3.2-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.7

File hashes

Hashes for malwaredb-0.3.2-cp314-abi3-win32.whl
Algorithm Hash digest
SHA256 ec4020c1de72e01eb8afabfa02cafd485606b99ef35a1a78171fae240e7345a8
MD5 30c2bf6715a619ad3e397cc1ca58eb75
BLAKE2b-256 4df0776b697ff05bdfb212a8e4f9efe055189c4d56c03b8bd9322048ce84179f

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-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.2-cp314-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp314-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70e6a95a8c98bf4475b40d91b934e63a4123bb10b928cb0dc83107ee96736baa
MD5 fa99f4146871d97ed8de040e4daf78dc
BLAKE2b-256 98bb6d5bb3ec7059fe690858b61bbee4a0f36428983b203985d96a925f0db70c

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-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.2-cp314-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp314-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 899789151db1e3a707a761ad57c8783479bc192fb5cdc3b800a640e1bcd27510
MD5 734df94a258f050bbb192bb62fd12fa3
BLAKE2b-256 ffddc615292c6a543b6152a72d862bf1c8d48710601929c6ad8dab3263dbbcec

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-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.2-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16f77d91c1249359845e42f1db3e145e14c7275c6955e4d7cfc1dc462c9a0751
MD5 f899b2ece866a191880c03f9604c346f
BLAKE2b-256 71e5f96c0a23c6161bebf70af53188cddbe841d9259aafd658267663c4dde0b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp313-cp313t-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.2-cp313-cp313t-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ff5ee0dcbc04748dfcfb98dc4c772dfd8373ea633aee65138dc622641a256bd0
MD5 f27b3d7ab6fcca6133bb6062ec82eb21
BLAKE2b-256 bd9a04aa579bd89e1fd0a5aa7647bf4c9d833d9e48f8fccbdc0b4e7b28a0bb64

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp313-cp313t-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.2-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d2f5f6a250739b6dccfa904f94c6d54f4196e3e7531443ad8c26aef386cbda40
MD5 12b38a864c21543a0deb4b13c3a3da1a
BLAKE2b-256 7c67d51998eff34842dcd994f3077d50ee6cfbfe786ac4c7de40b99bd353c894

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp313-cp313t-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.2-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9c56834131d522d85a33a2ad93331441215adce0cbce28ab6c865f6709fe3bed
MD5 89524c91f9c29306424dbe6d863ea205
BLAKE2b-256 924b4de89edf4deb01338e97f2bbb7d8a1e37c64c75bfd9be580dea5ef92287e

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp313-cp313t-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.2-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5f1cb183ddfa24d0281ff3d188b375b6b1245e5ae98777eb1457e4c3962d221a
MD5 40888f5dd83302a872b91f1fc9214007
BLAKE2b-256 65313954b1183345e042aff1241981bff5ba44a973729cfbd04f772568221ebd

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp313-cp313t-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.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 596226b5663955142961fe4c956291014bba1186a38a51861dd0669d7cf5f4b8
MD5 7d1f7be3d191de3a32e15d49db388d5d
BLAKE2b-256 0240a1b8a8ac272fa2372e3d87f8fc2006280968c6fd25517a43f3e1e5da1558

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_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.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 00c89f00823116a4aeec0e6e5bb9092369b42c1dd334dd1e50fc5884b395a42c
MD5 43be001be000061b5bfd834905f81b62
BLAKE2b-256 06495af3746e9aaaa2d0d9d6588769006753cc71a41145982cc85ee4ba10f217

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_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.2-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cdfc025c32a8d40ba8be9cedcb49a0f71dcf50ff6097ad9c99780e8ce095cff1
MD5 136dd4b4af1ad81daa78efdcc1c13f64
BLAKE2b-256 37de9b65df66e053711582ca47e2af5805941d743429dc24af2ea5dd7e858984

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_i686.manylinux2014_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.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 89e8a13ff70335a07c0571365b59c45b3dd02a62a70a8f564dfc762a211e891e
MD5 d66bce57c390b08e9ee61892ebc92fac
BLAKE2b-256 372454cb53aea6a7fd77930c4c44a9045aade0dd7735b1178ad5af37f3f80270

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_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.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d908e3c4e139b731d38c4633aff811041713e24109749b76ddd23fbc268849c
MD5 877765068dc283b6cc6f7e3c453e1d9f
BLAKE2b-256 a5c3a66f7ddc45e768a3b0656d09b992c3ae7f08e0bae2091a17d94bd047be97

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_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.2-cp312-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b5d3a880bd3df440ef6668aae31943b8e055120a7f8c041e8192ea1c6e9f662
MD5 f977d65bb100c75ea1ef73afaee3cf84
BLAKE2b-256 6363c7fedcd5fc6a7e70fc46caa5a44a1cbe204680bbe99a43b7bd9e52e38f84

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp312-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.2-cp312-abi3-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp312-abi3-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 7b5aa22753d8752d85f6b98a74863ead452049bb07d808b018e622621c4f3a14
MD5 0d3b02b48d854f11591c1d7eee09fabd
BLAKE2b-256 47be6a409f710fa723db5a9c4a257551883acb86ae1fa1e2d206ba8a812dafa8

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp312-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.2-cp312-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp312-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0ecaadd1a055cb14bb06bc5bf5f7046ece8740fead2daa3c3301765d726e8224
MD5 802a4b69e5cf6d305cb3799e924baa6f
BLAKE2b-256 bf22c1d2690c4c7a9e78749b2e38e2e23e9518f0f9e31b44bbd48f5de5fd491e

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp312-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.2-cp312-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp312-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a1ab04167249be8732162a28d38b1accc61a276514dfa39fd497aa560331a053
MD5 ae5e670ea6200b35bafef5f3be4dc18e
BLAKE2b-256 cdcf1c8aa5f80cfa9dfdcb3e66085ca078d7bce01d477b60883be0c3e89cf45d

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp312-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.2-cp312-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 128cebad64378fdaa1de457edecdcec633ffd88b2fe062fcf5e59e8f598e132e
MD5 ad4ccf95105af7471dc69821c7682797
BLAKE2b-256 1e7756af6c878d434af143fb481d2fbe1c64cb822c2f8f284e8d55b350176149

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp312-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.2-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 471ed6b1a444ec493ae94c81728c0bc84f3f9ac3f7a6bd9331b8856f897827b1
MD5 557883c7fffb3fd27897a9f2f11753cd
BLAKE2b-256 48a6ad74aa6d27e68bb0eb6dfbee717284cb58b34abcc240e14d3c71550b219b

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_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.2-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4442a05a24e9a7ff164597bd3937cd6c83cb71ede9005ffe92f139842043a3b5
MD5 f1ee408a72731236ffe136bd84fa2947
BLAKE2b-256 972005c8dabf58e22c38023185a1a4d341521577abd51668beee1be0a4339955

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_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.2-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4395846269210a25d82001543ff7705b0f43a78428b27818e61e112dcbfd9b6c
MD5 bb035f553fe9612a1dff05b4f198d89b
BLAKE2b-256 128948e0437e62e2a96652d2d9347e07e48b98421868358a82d32e25025c8e8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp312-abi3-manylinux_2_17_i686.manylinux2014_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.2-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 281959f4eac0966a597f03de29f7167daef437ab7ab83aa1220797097952545a
MD5 2e7836df1219906c442ebd74b7f54e20
BLAKE2b-256 41f5971617f4e4734c7824580a8a5e96bc209e86c7a7a1619c2efe79457d8e23

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_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.2-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for malwaredb-0.3.2-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 11e986ad5e7d60f018efe65bc05fefa1a11949eb9786edc7592dde547a533f15
MD5 2031b2bf374c5a18143fa04881597c5d
BLAKE2b-256 4667167926d51126fcfb7f702e44e29eff36881257c25e94400b228a2bfca816

See more details on using hashes here.

Provenance

The following attestation bundles were made for malwaredb-0.3.2-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_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.

Supported by

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