Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Relevant, accurate and fast classification of Domains. Blacklist control for aggressive IPs.
Ponarize - Relevant, accurate and fast classification of Domains. Blacklist control for aggressive IPs.
Ponarize API comes with 2 different endpoints, domain categorisation and ip blacklist control. Please note that depending on your subscription plan, certain API endpoints may or may not be available.
Domain Categorization API
IP Check API
For comprehensive details regarding API endpoints, usage, and integration guidelines, please refer to our API Documentation.
Begin leveraging Ponariz today to domain categorisation and IP checks! Visit Ponarize.com and easily integrate it instantly!
Start using Ponariz today for your domain categorisation and ip controls!
You can install Ponarize Python SDK with pip.
pip install ponarize-api
The Ponarize Python SDK is a wrapper around the requests library. Ponarize supports only one POST request.
Sign-up to Ponarize to get your API key and 100 credits to get started.
>>> from ponarize_api import PonarizeApiClient
>>> client = PonarizeApiClient(api_key='YOUR-API-KEY')
>>> response = client.categorize_domain("domain")
or
>>> from ponarize_api import PonarizeApiClient
>>> client = PonarizeApiClient(api_key='YOUR-API-KEY')
>>> response = client.check_ip("ip")
>>> from ponarize_api import PonarizeApiClient
>>> client = PonarizeApiClient(api_key='YOUR-API-KEY')
>>> response = client.categorize_domain("plesk.com")
or
>>> from ponarize_api import PonarizeApiClient
>>> client = PonarizeApiClient(api_key='YOUR-API-KEY')
>>> response = client.check_ip("35.236.146.166")
{
"status": "success",
"message": [
{
"domain": "plesk.com",
"category": "Business",
"category2": "Online Shopping",
"category3": "Software/Hardware",
"category4": "Internet Services",
"category5": "-",
"risk": "Minimal Risk",
"domain_age": "1999-06-13T00",
"domain_nameserver": ["gene.ns.cloudflare.com","jeff.ns.cloudflare.com"],
"socialLinks": {
"linkedin": "https://www.linkedin.com/company/plesk",
"facebook": "https://www.facebook.com/Plesk",
"twitter": "https://twitter.com/Plesk",
"instagram": "null",
"youtube": "https://www.youtube.com/channel/UCeU-_6YHGQFcVSHLbEXLNlA"
}
}
]
}
or
{
"status": "success",
"message": [
{
"ip": "35.236.146.166",
"range": "35.208.0.0\/12",
"country": "United States",
"countryCode": "US",
"city": "Mountain View",
"timezone": "America\/Los_Angeles",
"reverse": "-",
"lat": "37.42240",
"lon": "-122.08421",
"isp": "Google LLC",
"org": "Google LLC",
"asn": "396982",
"asnName": "Google LLC",
"netName": "-",
"descr": "GOOGLE-CLOUD",
"openPorts": ["-"],
"risk": "100",
"attacks": {
"ports": {"21":"376"},
"hours": {"00:00":"25","01:00":"14"}
}
}
]
}
>>> categorize_domain(domain: str)
>>> check_ip(ip: str)
FAQs
Relevant, accurate and fast classification of Domains. Blacklist control for aggressive IPs.
We found that ponarize-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.