Skip to main content

Search Pulses

List and search pulses.

External Documentation

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": 322402,
"next": "https://otx.alienvault.com/api/v1/search/pulses?page=2",
"previous": null,
"results": [
{
"TLP": "green",
"adversary": null,
"attack_ids": [],
"author": {
"avatar_url": "/otxapi/users/avatar_image/media/avatars/user_2/resized/80/avatar_dacfad0ca8.png",
"id": "2",
"is_following": false,
"is_subscribed": true,
"username": "AlienVault"
},
"cloned_from": "",
"comment_count": 0,
"created": "2014-11-19T19:00:59.709000",
"description": "",
"downvotes_count": 1,
"export_count": 208,
"follower_count": 0,
"groups": [],
"id": "546ce8eb11d40838dc6e43f1",
"in_group": false,
"indicator_count": 28,
"indicator_type_counts": {
"FileHash-MD5": 8,
"URL": 10,
"YARA": 2,
"domain": 6,
"hostname": 2
},
"industries": [],
"is_author": false,
"is_modified": true,
"is_subscribing": null,
"locked": false,
"malware_families": [],
"modified": "2017-10-31T23:40:15.891000",
"modified_text": "2345 days ago ",
"name": "PoS Scammers Toolbox",
"public": 1,
"pulse_source": "web",
"references": [
"https://blog.trendmicro.com/trendlabs-security-intelligence/a-peek-inside-a-pos-scammers-toolbox/"
],
"subscriber_count": 269845,
"tags": [],
"targeted_countries": [],
"threat_hunter_has_agents": 1,
"threat_hunter_scannable": true,
"upvotes_count": 2,
"validator_count": 0,
"vote": 0,
"votes_count": 1
}
]
}

Workflow Library Example

Search Pulses with Alienvault Otx and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop