SDK for Huawei Public Security Intelligence
Project description
Huawei Intel SDK
A Python SDK for Huawei's Public Threat Intelligence.
Installation
pip install huawei-intel-sdk
Usage
Python API
from huawei_intel import HuaweiIntelClient
client = HuaweiIntelClient()
# Check IP
print(client.get_ip_intel("1.1.1.1"))
# Check URL (Automatically cleans to domain)
print(client.get_domain_intel("https://bad-site.com/path"))
# Check file hash (MD5, SHA1, SHA256, etc.)
print(client.get_file_intel("a665a45920422f9d417e4867efdc4fb8a04a1f3fff1fa07e998e86f7f7a27ae3"))
# Check Local File (Auto-hashes)
print(client.check_file("suspicious.exe"))
Command Line Interface
# Check IP address
huawei-intel check 1.1.1.1
# Check domain
huawei-intel check bad-site.com
# Check file hash
huawei-intel check a665a45920422f9d417e4867efdc4fb8a04a1f3fff1fa07e998e86f7f7a27ae3
# Check local file
huawei-intel check-file suspicious.exe
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
huawei_intel_sdk-1.0.tar.gz
(9.5 kB
view details)
Built Distribution
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 huawei_intel_sdk-1.0.tar.gz.
File metadata
- Download URL: huawei_intel_sdk-1.0.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60b23995027ad2995489dc6cb00dbfd4df1d619a6f48c9e5bbb8575263c65c5d
|
|
| MD5 |
6a825e137c7daa00b025727fb348b624
|
|
| BLAKE2b-256 |
6a4ec018ec6fbb60faee1bf346954a1f329c49dd6098aac6acb5a7b9b86330b5
|
File details
Details for the file huawei_intel_sdk-1.0-py3-none-any.whl.
File metadata
- Download URL: huawei_intel_sdk-1.0-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3865a4c3e864efc003f1d5b0fad4f200f8e2d15563d661e5368a5343bfac0496
|
|
| MD5 |
ebd0ff635caeba741c6981a0b77ed191
|
|
| BLAKE2b-256 |
54146177efe1144d872db29208d5e440204d1bf128acd20e3adf2a4c45c7346b
|