Scarlet Shark REST API Python client
Project description
scarlet-shark-python
Scarlet Shark REST API Python client.
Installation
pip install scarlet-shark-client
Usage example
from scarlet_shark_client.client import ClientFactory
client = ClientFactory.get_client('<your API key>', api_version='v0.4', print_json=True)
result = client.search_domain(domain='scarletshark.com')
prints
{
"age": 4043,
"associated_urls": [],
"classification": "security",
"disclosure_email": "unknown",
"domain": "scarletshark.com",
"domain_description": "",
"ip": "40.[redacted]",
"reference_url": "",
"registered": "2012-04-02",
"service": {
"service_email": "",
"service_id": 0,
"service_name": "unknown",
"service_trust": "unknown",
"service_type": "unknown",
"service_url": ""
},
"tags": [
"security"
],
"threat_actor_aliases": [],
"threat_actor_id": 0,
"threat_classification": "safe",
"threat_explanation": "The domain is considered to be safe and it hosts no known malicious content.",
"tracking_domain": false
}
Supported actions
API version 0.4
- search_dns
- search_domain
- search_email
- search_hash
- search_ip
- search_network
- search_threat_actors
- search_threat_tools
- search_url
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 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 scarlet_shark_client-1.0.6.tar.gz.
File metadata
- Download URL: scarlet_shark_client-1.0.6.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9082f8501d84711246927c88e3b4ff38f36de56fa3653f0b960ba44e6225dfc
|
|
| MD5 |
2d6b0adfb3fbc4fa522b7d0cdc491d2d
|
|
| BLAKE2b-256 |
4478730ee94a3801789b2075c753b71097438263400df7afee1a2892747c9116
|
File details
Details for the file scarlet_shark_client-1.0.6-py3-none-any.whl.
File metadata
- Download URL: scarlet_shark_client-1.0.6-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6afadfaad531374449750b21480c6294b701752a24b777a96390ae0189abea90
|
|
| MD5 |
66454af2c02e11b87a12a90313a72ab3
|
|
| BLAKE2b-256 |
b6d552f613bfaefcefdacdceb204c118d69dc0937ee4ab6a5e9aca5646739c4e
|