cd /news/cybersecurity/announcing-api-for-cloud-intel-atomi… · home topics cybersecurity article
[ARTICLE · art-12954] src=blog.himanshuanand.com ↗ pub= topic=cybersecurity verified=true sentiment=↑ positive

Announcing API for Cloud Intel Atomic Indicators

The article announces the launch of a free API for Cloud Intel Atomic Indicators, which provides daily updated data on malicious IP addresses using Cloudflare infrastructure. The API returns a JSON list of observed malicious IPs and their connection counts for a specified date, and users can request a free API key by email. Future development plans include expanding the API to support malware object detection.

read1 min views27 publishedNov 29, 2023

Announcing API for Cloud Intel Atomic Indicators Table of Contents We are excited to announce the launch of our new API for Cloud Intel Atomic Indicators, a tool designed to provide essential data on malicious IP addresses. This API is a step forward in our commitment to enhancing cybersecurity and is available free of charge. Behind the Scenes: Cloudflare Infrastructure⌗ Our API leverages the robust Cloudflare infrastructure, utilizing Cloudflare Workers for efficient handling of API requests, Cloudflare KV Store for secure key management, and Cloudflare R2 for reliable data storage. This setup ensures that the data is updated and accessible efficiently. Data Availability and API Usage⌗ The API provides data that is updated every 24 hours. While it’s not real-time, it ensures that users receive the most recent information within a 24-hour window. Making an API Request⌗ To access the data, users can make a simple API call as follows: curl -X GET \

'https://cloudintel.himanshuanand.com/v1/maliciousip?date=MM-DD-YYYY' \
-H 'x-api-key: [Your_API_Key]' \
-H 'x-email: [Your_Email]'
Replace [Your_API_Key] and [Your_Email] with your respective API key and email.

###Understanding the Response The API response is a JSON file, listing all observed malicious IP addresses within the specified date. Here’s an example of what the response might look like:

[
{
"IP": "192.0.2.1",
"connections": 45000
},
{
"IP": "203.0.113.5",
"connections": 32000
}
// more data
]

Current Focus and Future Developments⌗ Currently, our API covers malicious IP addresses. We are actively working on extending its capabilities to include malware object detection. Get Your Free API Key⌗ Interested in using our API? Email us at [email protected] to request your free API key. If you have any specific requirements or feature requests, feel free to open an issue on our GitHub page. Join us in this journey towards a more secure digital world!

── more in #cybersecurity 4 stories · sorted by recency
── more on @cloudflare 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/announcing-api-for-c…] indexed:0 read:1min 2023-11-29 ·