{"slug": "announcing-api-for-cloud-intel-atomic-indicators", "title": "Announcing API for Cloud Intel Atomic Indicators", "summary": "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.", "body_md": "Announcing API for Cloud Intel Atomic Indicators\nTable of Contents\nWe 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.\nBehind the Scenes: Cloudflare Infrastructure⌗\nOur 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.\nData Availability and API Usage⌗\nThe 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.\nMaking an API Request⌗\nTo access the data, users can make a simple API call as follows:\ncurl -X GET \\\n'https://cloudintel.himanshuanand.com/v1/maliciousip?date=MM-DD-YYYY' \\\n-H 'x-api-key: [Your_API_Key]' \\\n-H 'x-email: [Your_Email]'\nReplace [Your_API_Key] and [Your_Email] with your respective API key and email.\n###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:\n[\n{\n\"IP\": \"192.0.2.1\",\n\"connections\": 45000\n},\n{\n\"IP\": \"203.0.113.5\",\n\"connections\": 32000\n}\n// more data\n]\nCurrent Focus and Future Developments⌗\nCurrently, our API covers malicious IP addresses. We are actively working on extending its capabilities to include malware object detection.\nGet Your Free API Key⌗\nInterested 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.\nJoin us in this journey towards a more secure digital world!", "url": "https://wpnews.pro/news/announcing-api-for-cloud-intel-atomic-indicators", "canonical_source": "https://blog.himanshuanand.com/2023/11/announcing-api-for-cloud-intel-atomic-indicators/", "published_at": "2023-11-29 00:00:00+00:00", "updated_at": "2026-05-24 02:39:28.044167+00:00", "lang": "en", "topics": ["cybersecurity", "cloud-computing", "developer-tools", "data"], "entities": ["Cloudflare", "Cloudflare Workers", "Cloudflare KV Store", "Cloudflare R2", "Cloud Intel Atomic Indicators"], "alternates": {"html": "https://wpnews.pro/news/announcing-api-for-cloud-intel-atomic-indicators", "markdown": "https://wpnews.pro/news/announcing-api-for-cloud-intel-atomic-indicators.md", "text": "https://wpnews.pro/news/announcing-api-for-cloud-intel-atomic-indicators.txt", "jsonld": "https://wpnews.pro/news/announcing-api-for-cloud-intel-atomic-indicators.jsonld"}}