Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] - PulseDive Analyzer Enhancement - /api/explore.php #1141

Open
jonathanbrooke opened this issue Feb 18, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@jonathanbrooke
Copy link

Request
Please could you consider enhancing the PulseDive analyzer to support their "Explore" API.

  • /api/explore.php
  • https://pulsedive.com/api/explore
  • It is similar to other analyzers (Shodan/Censys) in that it can use the PulseDive Query Language to return IOCs.
  • It is simply a URI encoded version of the query from their website.

Example GET Request:

{
  "q": "ioc=pulsedive.com or threat=ryuk",
  "limit": "1",
  "pretty": "1",
  "key": "[API_KEY]"
}

Example Response

{
    "results": [
        {
            "iid": 53929,
            "indicator": "pulsedive.com",
            "type": "domain",
            "risk": "none",
            "stamp_added": "2017-10-04 01:20:55",
            "stamp_updated": "2025-02-17 17:00:56",
            "stamp_seen": "2025-02-17 17:00:56",
            "summary": {
                "properties": {
                    "http": {
                        "++content-type": "text\/html",
                        "++code": "200"
                    },
                    "geo": {
                        "countrycode": "US",
                        "city": "REDACTED FOR PRIVACY",
                        "region": "NJ",
                        "country": "United States of America"
                    },
                    "whois": {
                        "++gdpr": "1"
                    }
                }
            }
        }
    ],
    "query": "ioc=pulsedive.com or threat=ryuk"
}

Explore Query Language: https://pulsedive.com/explore/

They also have a "Scan" API which could be a good contender for a Mihari Enricher.
- /api/analyze.php
- https://pulsedive.com/api/scan

Thankyou

@jonathanbrooke jonathanbrooke added the enhancement New feature or request label Feb 18, 2025
@ninoseki
Copy link
Owner

Please consider using Feed analyzer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants