Developer Tools
AlienVault logo

AlienVault API

alienvault.com

AlienVault OTX threat intelligence - indicator lookup, pulses, and related IOC data.

Actions
12
Category
Developer Tools
Login
Not required
Output
JSON

Call the AlienVault API

Submit a task, then poll the job until it settles. This example runs act_alienvault_indicator_correlation_analysis.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_alienvault_indicator_correlation_analysis",
    "params": {
      "indicator": "mountalbertdental.org"
    }
  }'

12 actions on alienvault.com

Read

  • Indicator Correlation Analysis

    act_alienvault_indicator_correlation_analysisread2 credits / call

    Returns cross-indicator correlation statistics and related indicator graph data for a domain IOC.

    indicator
    string · required
  • Indicator Detail Overview

    act_alienvault_indicator_detail_overviewread2 credits / call

    Returns overview metadata for a single IOC including pulse counts, sections, and reputation context.

    indicator
    string · required
  • Indicator Listing

    act_alienvault_indicator_listingread2 credits / call

    Returns paginated global threat indicators with their types and values.

    page
    string
    search_query
    string
  • Industry Listing

    act_alienvault_industry_listingread2 credits / call

    Returns industry and category taxonomy entries with titles and icons for browse-by-sector navigation.

    page
    string
    industry_title
    string
  • Jurisdiction List

    act_alienvault_jurisdiction_listread1 credit / call

    Returns country and jurisdiction metadata for the country picker including country codes and GDPR flags.

  • Pulse Comments

    act_alienvault_pulse_commentsread2 credits / call

    Returns user comments on a pulse record with comment text and pagination metadata.

    pulse_id
    string · required
    page
    string
  • Pulse Details

    act_alienvault_pulse_detailread2 credits / call

    Returns complete metadata for a single pulse including name, TLP, author, description, and timestamps.

    pulse_id
    string · required
  • Pulse Edit History

    act_alienvault_pulse_editsread2 credits / call

    Returns revision and edit audit trail entries for a pulse record with timestamps and changed fields.

    pulse_id
    string · required
  • Pulse IOC Listing

    act_alienvault_pulse_ioc_listingread2 credits / call

    Returns paginated indicators of compromise belonging to a pulse with indicator values and types.

    pulse_id
    string · required
    page
    string
  • Pulse Related Records

    act_alienvault_pulse_relatedread2 credits / call

    Returns related pulses and network intelligence linked to the given pulse record.

    pulse_id
    string · required
  • Pulse Threat Summary

    act_alienvault_pulse_threat_summaryread2 credits / call

    Returns threat summary narrative and structured summary fields for a pulse record.

    pulse_id
    string · required
  • User Listing

    act_alienvault_user_listingread2 credits / call

    Returns paginated contributor profiles with usernames, pulse counts, and follower statistics.

    page
    string
    search_query
    string

AlienVault API questions

Is there an API for AlienVault?
AlienVault does not offer a public data API for this, but Anakin Wire provides 12 maintained endpoints for alienvault.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape AlienVault data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when alienvault.com changes its markup, Anakin updates the action.
Do I need a AlienVault account?
No. Every AlienVault action listed here runs anonymously — no account and no credentials required.
What does the AlienVault API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Developer Tools APIs

All Developer Tools sites