To learn more, visit the AlienVault OTX documentation.

Basic Parameters

ParameterDescription
QueryQuery string to search results with.
SortSort results by given field.

Advanced Parameters

ParameterDescription
LimitLimit the number of elements on the response.
PageThe page number to be returned.

Example Output

{    "count": 1,    "next": "null",    "previous": null,    "results": [        {            "username": "AlienVault",            "pulse_count": 178,            "user_id": 16976,            "subscriber_count": 7,            "member_since": "1343 days ago ",            "award_count": 0,            "avatar_url": "https://otx.alienvault.com/assets/images/default-avatar.png",            "follower_count": 4,            "indicator_count": 62545        }    ]}

Workflow Library Example

Search Users with Alienvault Otx and Send Results Via Email

Preview this Workflow on desktop