Public Cloud Threat intelligence

무료
분류별 anandhimanshu | 업데이트됨 2 महीने पहले | Cybersecurity
인기

0.1 / 10

지연 시간

44ms

서비스 수준

0%

Health Check

100%

팔로워: 0
자원:
제품 웹사이트
API 생성자 :
A
anandhimanshu
anandhimanshu
Rate API에 로그인
등급: 5 - 투표: 1

README

Welcome to the CloudIntel!

This resource is designed to guide you through the usage of the CloudIntel API, a tool for fetching information about malicious IPs and files. Here, you will find comprehensive documentation to help you get started, understand the API’s functionalities, and integrate it into your systems.

Table of Contents


Getting Started

Getting Started with CloudIntel

This section provides an overview of how to set up and make your first request to the CloudIntel API. Detailed instructions on installation, configuration, and basic usage will be covered.

Subsections:

  • Installation
  • Configuration
  • Making Your First Request

API Reference

API Reference

This section details the available endpoints of the CloudIntel API, including the required parameters, request format, and response structure.

Subsections:

  • Endpoint: Malicious IPs

    • Path: /v1/maliciousip
    • Parameters: date
    • Response Format
    • Example Request and Response
  • Endpoint: Malicious Files

    • This API is currently under dev
    • Path: /v1/maliciousfile
    • Parameters: date
    • Response Format
    • Example Request and Response
      ##Request
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]'

###Response:
Example response:

[
    {
        "IP": "95.38.252.168",
        "connections": 43997
    },
    {
        "IP": "172.31.92.240",
        "connections": 31786
    }
...
]

Authentication

API Authentication

To obtain a free API key, please contact us at me@himanshuanand.com. API keys are necessary for accessing the CloudIntel API and ensure secure usage.


Contact and Support

Contact and Support

For support and queries related to the CloudIntel project, please reach out to me@himanshuanand.com or open an issue on GitHub.