Python client for MalwareDB
Project description
Malware DB Python Client
This is a Python module for interacting with an instance of Malware DB.
Installation
Assuming you already have Malware DB checked out:
python3 -m venv mdb-venvsource mdb-venv/bin/activatepip install maturincd client-pymaturin develop(ormaturin buildto 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
- Import the module:
from malwaredb import MalwareDBClient - Create a client object from one of three ways:
MalwareDBClient.from_file()to use a configuration fileMalwareDBClient()to have the client library find a configuration fileMalwareDBClient.connect(url, api_key, [cert_path])to provide the URL, API key, and optional path for a certificate for encrypted communicationMalwareDBClient.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 communicationMalwareDBCLient.discover()to find local servers via multicast DNS
- 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 hashhash_type=: specify the type of the partial hash, options aremd5,sha1,sha256, orsha512, default issha256file_name=: specify all or part of a file namelabels=: specify a list of labelsfile_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 fileresponse_hash=: specify the hash type to be returned, options aremd5,sha1,sha256, orsha512, default issha256limit=: 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
- CaRT functionality:
malwaredb.cart.create_cart()encodes bytes into aCaRTbytesmalwaredb.cart.decode_cart()decodesCaRTbytes back into the original binary long with header and footer data. Seeclient-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
CaRTmodule which is probably more feature-rich.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
466de81de957b75d636448945936aa8606af7deb2a63fad08c54bf9901712f53
|
|
| MD5 |
661e5cb116fc4fe408c28008d5a3144a
|
|
| BLAKE2b-256 |
a22cea2709f04553bc0ce49899f2516511cf303f38f87399fe22aceb2918486f
|
Provenance
The following attestation bundles were made for malwaredb-0.3.2.tar.gz:
Publisher:
release.yml on malwaredb/malwaredb-rs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2.tar.gz -
Subject digest:
466de81de957b75d636448945936aa8606af7deb2a63fad08c54bf9901712f53 - Sigstore transparency entry: 1005538855
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
251d9a865b846ed24a45b48f8e6c86e74f2796c5e5327f14547e5989c4a45210
|
|
| MD5 |
73d6e45494f06c857e31c4e0eaff61f3
|
|
| BLAKE2b-256 |
6915024c3041c58d1199ba141436578413984e9b0ccefbe7c77d0207472843d8
|
Provenance
The following attestation bundles were made for malwaredb-0.3.2-cp314-abi3-win_arm64.whl:
Publisher:
release.yml on malwaredb/malwaredb-rs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp314-abi3-win_arm64.whl -
Subject digest:
251d9a865b846ed24a45b48f8e6c86e74f2796c5e5327f14547e5989c4a45210 - Sigstore transparency entry: 1005538871
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd7d51da4ed496795557e894f5e85d6ef682965781c5b3faad066cfadf017bfb
|
|
| MD5 |
94d4b5a36c9f478dd0647479e5f5c690
|
|
| BLAKE2b-256 |
d9703c7d2272e5de65c33b842ce72dcb6bd141a64b8fd42b2cc001715ae37964
|
Provenance
The following attestation bundles were made for malwaredb-0.3.2-cp314-abi3-win_amd64.whl:
Publisher:
release.yml on malwaredb/malwaredb-rs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp314-abi3-win_amd64.whl -
Subject digest:
cd7d51da4ed496795557e894f5e85d6ef682965781c5b3faad066cfadf017bfb - Sigstore transparency entry: 1005538865
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec4020c1de72e01eb8afabfa02cafd485606b99ef35a1a78171fae240e7345a8
|
|
| MD5 |
30c2bf6715a619ad3e397cc1ca58eb75
|
|
| BLAKE2b-256 |
4df0776b697ff05bdfb212a8e4f9efe055189c4d56c03b8bd9322048ce84179f
|
Provenance
The following attestation bundles were made for malwaredb-0.3.2-cp314-abi3-win32.whl:
Publisher:
release.yml on malwaredb/malwaredb-rs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp314-abi3-win32.whl -
Subject digest:
ec4020c1de72e01eb8afabfa02cafd485606b99ef35a1a78171fae240e7345a8 - Sigstore transparency entry: 1005538869
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp314-abi3-macosx_11_0_arm64.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp314-abi3-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.14+, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70e6a95a8c98bf4475b40d91b934e63a4123bb10b928cb0dc83107ee96736baa
|
|
| MD5 |
fa99f4146871d97ed8de040e4daf78dc
|
|
| BLAKE2b-256 |
98bb6d5bb3ec7059fe690858b61bbee4a0f36428983b203985d96a925f0db70c
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp314-abi3-macosx_11_0_arm64.whl -
Subject digest:
70e6a95a8c98bf4475b40d91b934e63a4123bb10b928cb0dc83107ee96736baa - Sigstore transparency entry: 1005538884
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp314-abi3-macosx_10_12_x86_64.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp314-abi3-macosx_10_12_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.14+, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
899789151db1e3a707a761ad57c8783479bc192fb5cdc3b800a640e1bcd27510
|
|
| MD5 |
734df94a258f050bbb192bb62fd12fa3
|
|
| BLAKE2b-256 |
ffddc615292c6a543b6152a72d862bf1c8d48710601929c6ad8dab3263dbbcec
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp314-abi3-macosx_10_12_x86_64.whl -
Subject digest:
899789151db1e3a707a761ad57c8783479bc192fb5cdc3b800a640e1bcd27510 - Sigstore transparency entry: 1005538867
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16f77d91c1249359845e42f1db3e145e14c7275c6955e4d7cfc1dc462c9a0751
|
|
| MD5 |
f899b2ece866a191880c03f9604c346f
|
|
| BLAKE2b-256 |
71e5f96c0a23c6161bebf70af53188cddbe841d9259aafd658267663c4dde0b5
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_x86_64.whl -
Subject digest:
16f77d91c1249359845e42f1db3e145e14c7275c6955e4d7cfc1dc462c9a0751 - Sigstore transparency entry: 1005538879
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff5ee0dcbc04748dfcfb98dc4c772dfd8373ea633aee65138dc622641a256bd0
|
|
| MD5 |
f27b3d7ab6fcca6133bb6062ec82eb21
|
|
| BLAKE2b-256 |
bd9a04aa579bd89e1fd0a5aa7647bf4c9d833d9e48f8fccbdc0b4e7b28a0bb64
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_ppc64le.whl -
Subject digest:
ff5ee0dcbc04748dfcfb98dc4c772dfd8373ea633aee65138dc622641a256bd0 - Sigstore transparency entry: 1005538892
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2f5f6a250739b6dccfa904f94c6d54f4196e3e7531443ad8c26aef386cbda40
|
|
| MD5 |
12b38a864c21543a0deb4b13c3a3da1a
|
|
| BLAKE2b-256 |
7c67d51998eff34842dcd994f3077d50ee6cfbfe786ac4c7de40b99bd353c894
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_i686.whl -
Subject digest:
d2f5f6a250739b6dccfa904f94c6d54f4196e3e7531443ad8c26aef386cbda40 - Sigstore transparency entry: 1005538881
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c56834131d522d85a33a2ad93331441215adce0cbce28ab6c865f6709fe3bed
|
|
| MD5 |
89524c91f9c29306424dbe6d863ea205
|
|
| BLAKE2b-256 |
924b4de89edf4deb01338e97f2bbb7d8a1e37c64c75bfd9be580dea5ef92287e
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_armv7l.whl -
Subject digest:
9c56834131d522d85a33a2ad93331441215adce0cbce28ab6c865f6709fe3bed - Sigstore transparency entry: 1005538882
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f1cb183ddfa24d0281ff3d188b375b6b1245e5ae98777eb1457e4c3962d221a
|
|
| MD5 |
40888f5dd83302a872b91f1fc9214007
|
|
| BLAKE2b-256 |
65313954b1183345e042aff1241981bff5ba44a973729cfbd04f772568221ebd
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp313-cp313t-musllinux_1_2_aarch64.whl -
Subject digest:
5f1cb183ddfa24d0281ff3d188b375b6b1245e5ae98777eb1457e4c3962d221a - Sigstore transparency entry: 1005538860
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
596226b5663955142961fe4c956291014bba1186a38a51861dd0669d7cf5f4b8
|
|
| MD5 |
7d1f7be3d191de3a32e15d49db388d5d
|
|
| BLAKE2b-256 |
0240a1b8a8ac272fa2372e3d87f8fc2006280968c6fd25517a43f3e1e5da1558
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
596226b5663955142961fe4c956291014bba1186a38a51861dd0669d7cf5f4b8 - Sigstore transparency entry: 1005538864
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00c89f00823116a4aeec0e6e5bb9092369b42c1dd334dd1e50fc5884b395a42c
|
|
| MD5 |
43be001be000061b5bfd834905f81b62
|
|
| BLAKE2b-256 |
06495af3746e9aaaa2d0d9d6588769006753cc71a41145982cc85ee4ba10f217
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl -
Subject digest:
00c89f00823116a4aeec0e6e5bb9092369b42c1dd334dd1e50fc5884b395a42c - Sigstore transparency entry: 1005538889
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdfc025c32a8d40ba8be9cedcb49a0f71dcf50ff6097ad9c99780e8ce095cff1
|
|
| MD5 |
136dd4b4af1ad81daa78efdcc1c13f64
|
|
| BLAKE2b-256 |
37de9b65df66e053711582ca47e2af5805941d743429dc24af2ea5dd7e858984
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
cdfc025c32a8d40ba8be9cedcb49a0f71dcf50ff6097ad9c99780e8ce095cff1 - Sigstore transparency entry: 1005538862
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89e8a13ff70335a07c0571365b59c45b3dd02a62a70a8f564dfc762a211e891e
|
|
| MD5 |
d66bce57c390b08e9ee61892ebc92fac
|
|
| BLAKE2b-256 |
372454cb53aea6a7fd77930c4c44a9045aade0dd7735b1178ad5af37f3f80270
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl -
Subject digest:
89e8a13ff70335a07c0571365b59c45b3dd02a62a70a8f564dfc762a211e891e - Sigstore transparency entry: 1005538859
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d908e3c4e139b731d38c4633aff811041713e24109749b76ddd23fbc268849c
|
|
| MD5 |
877765068dc283b6cc6f7e3c453e1d9f
|
|
| BLAKE2b-256 |
a5c3a66f7ddc45e768a3b0656d09b992c3ae7f08e0bae2091a17d94bd047be97
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
9d908e3c4e139b731d38c4633aff811041713e24109749b76ddd23fbc268849c - Sigstore transparency entry: 1005538886
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp312-abi3-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp312-abi3-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.12+, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b5d3a880bd3df440ef6668aae31943b8e055120a7f8c041e8192ea1c6e9f662
|
|
| MD5 |
f977d65bb100c75ea1ef73afaee3cf84
|
|
| BLAKE2b-256 |
6363c7fedcd5fc6a7e70fc46caa5a44a1cbe204680bbe99a43b7bd9e52e38f84
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp312-abi3-musllinux_1_2_x86_64.whl -
Subject digest:
6b5d3a880bd3df440ef6668aae31943b8e055120a7f8c041e8192ea1c6e9f662 - Sigstore transparency entry: 1005538876
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp312-abi3-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp312-abi3-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.12+, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b5aa22753d8752d85f6b98a74863ead452049bb07d808b018e622621c4f3a14
|
|
| MD5 |
0d3b02b48d854f11591c1d7eee09fabd
|
|
| BLAKE2b-256 |
47be6a409f710fa723db5a9c4a257551883acb86ae1fa1e2d206ba8a812dafa8
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp312-abi3-musllinux_1_2_ppc64le.whl -
Subject digest:
7b5aa22753d8752d85f6b98a74863ead452049bb07d808b018e622621c4f3a14 - Sigstore transparency entry: 1005538894
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp312-abi3-musllinux_1_2_i686.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp312-abi3-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.12+, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ecaadd1a055cb14bb06bc5bf5f7046ece8740fead2daa3c3301765d726e8224
|
|
| MD5 |
802a4b69e5cf6d305cb3799e924baa6f
|
|
| BLAKE2b-256 |
bf22c1d2690c4c7a9e78749b2e38e2e23e9518f0f9e31b44bbd48f5de5fd491e
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp312-abi3-musllinux_1_2_i686.whl -
Subject digest:
0ecaadd1a055cb14bb06bc5bf5f7046ece8740fead2daa3c3301765d726e8224 - Sigstore transparency entry: 1005538872
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp312-abi3-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp312-abi3-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.12+, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1ab04167249be8732162a28d38b1accc61a276514dfa39fd497aa560331a053
|
|
| MD5 |
ae5e670ea6200b35bafef5f3be4dc18e
|
|
| BLAKE2b-256 |
cdcf1c8aa5f80cfa9dfdcb3e66085ca078d7bce01d477b60883be0c3e89cf45d
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp312-abi3-musllinux_1_2_armv7l.whl -
Subject digest:
a1ab04167249be8732162a28d38b1accc61a276514dfa39fd497aa560331a053 - Sigstore transparency entry: 1005538858
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp312-abi3-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp312-abi3-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.12+, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
128cebad64378fdaa1de457edecdcec633ffd88b2fe062fcf5e59e8f598e132e
|
|
| MD5 |
ad4ccf95105af7471dc69821c7682797
|
|
| BLAKE2b-256 |
1e7756af6c878d434af143fb481d2fbe1c64cb822c2f8f284e8d55b350176149
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp312-abi3-musllinux_1_2_aarch64.whl -
Subject digest:
128cebad64378fdaa1de457edecdcec633ffd88b2fe062fcf5e59e8f598e132e - Sigstore transparency entry: 1005538877
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.12+, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
471ed6b1a444ec493ae94c81728c0bc84f3f9ac3f7a6bd9331b8856f897827b1
|
|
| MD5 |
557883c7fffb3fd27897a9f2f11753cd
|
|
| BLAKE2b-256 |
48a6ad74aa6d27e68bb0eb6dfbee717284cb58b34abcc240e14d3c71550b219b
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
471ed6b1a444ec493ae94c81728c0bc84f3f9ac3f7a6bd9331b8856f897827b1 - Sigstore transparency entry: 1005538880
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.12+, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4442a05a24e9a7ff164597bd3937cd6c83cb71ede9005ffe92f139842043a3b5
|
|
| MD5 |
f1ee408a72731236ffe136bd84fa2947
|
|
| BLAKE2b-256 |
972005c8dabf58e22c38023185a1a4d341521577abd51668beee1be0a4339955
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl -
Subject digest:
4442a05a24e9a7ff164597bd3937cd6c83cb71ede9005ffe92f139842043a3b5 - Sigstore transparency entry: 1005538888
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.12+, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4395846269210a25d82001543ff7705b0f43a78428b27818e61e112dcbfd9b6c
|
|
| MD5 |
bb035f553fe9612a1dff05b4f198d89b
|
|
| BLAKE2b-256 |
128948e0437e62e2a96652d2d9347e07e48b98421868358a82d32e25025c8e8c
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
4395846269210a25d82001543ff7705b0f43a78428b27818e61e112dcbfd9b6c - Sigstore transparency entry: 1005538897
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.12+, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
281959f4eac0966a597f03de29f7167daef437ab7ab83aa1220797097952545a
|
|
| MD5 |
2e7836df1219906c442ebd74b7f54e20
|
|
| BLAKE2b-256 |
41f5971617f4e4734c7824580a8a5e96bc209e86c7a7a1619c2efe79457d8e23
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp312-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl -
Subject digest:
281959f4eac0966a597f03de29f7167daef437ab7ab83aa1220797097952545a - Sigstore transparency entry: 1005538896
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type:
File details
Details for the file malwaredb-0.3.2-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: malwaredb-0.3.2-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.12+, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11e986ad5e7d60f018efe65bc05fefa1a11949eb9786edc7592dde547a533f15
|
|
| MD5 |
2031b2bf374c5a18143fa04881597c5d
|
|
| BLAKE2b-256 |
4667167926d51126fcfb7f702e44e29eff36881257c25e94400b228a2bfca816
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
malwaredb-0.3.2-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
11e986ad5e7d60f018efe65bc05fefa1a11949eb9786edc7592dde547a533f15 - Sigstore transparency entry: 1005538899
- Sigstore integration time:
-
Permalink:
malwaredb/malwaredb-rs@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Branch / Tag:
refs/tags/v0.3.2 - Owner: https://github.com/malwaredb
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4af9e512a0195460dffdb721e847f5e7cd38ea3e -
Trigger Event:
push
-
Statement type: