List and search pulses.
External DocumentationTo 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": 714142,
	"results": [
		{
			"id": "<string>",
			"name": "<string>",
			"description": "<string>",
			"modified": "<string>",
			"created": "<string>",
			"tags": [],
			"references": [
				"<string>"
			],
			"public": 2,
			"adversary": null,
			"targeted_countries": [],
			"malware_families": [],
			"attack_ids": [],
			"industries": [],
			"TLP": "<string>",
			"cloned_from": "<string>",
			"export_count": 300,
			"upvotes_count": 2,
			"downvotes_count": 0,
			"votes_count": 1,
			"locked": false,
			"pulse_source": "<string>",
			"validator_count": 1,
			"comment_count": 1,
			"follower_count": 2,
			"vote": 2,
			"author": {
				"username": "<string>",
				"id": "<string>",
				"avatar_url": "<string>",
				"is_subscribed": true,
				"is_following": false
			},
			"indicator_type_counts": {
				"domain": 0,
				"URL": 4,
				"hostname": 2,
				"FileHash-MD5": 9,
				"YARA": 3
			},
			"indicator_count": 48,
			"is_author": false,
			"is_subscribing": null,
			"subscriber_count": 404390,
			"modified_text": "<string>",
			"is_modified": true,
			"groups": [],
			"in_group": false,
			"threat_hunter_scannable": true,
			"threat_hunter_has_agents": 2
		},
		{
			"id": "<string>",
			"name": "<string>",
			"description": "<string>",
			"modified": "<string>",
			"created": "<string>",
			"tags": [],
			"references": [
				"<string>"
			],
			"public": 2,
			"adversary": null,
			"targeted_countries": [],
			"malware_families": [],
			"attack_ids": [],
			"industries": [],
			"TLP": "<string>",
			"cloned_from": "<string>",
			"export_count": 113,
			"upvotes_count": 1,
			"downvotes_count": 1,
			"votes_count": 1,
			"locked": false,
			"pulse_source": "<string>",
			"validator_count": 1,
			"comment_count": 0,
			"follower_count": 0,
			"vote": 2,
			"author": {
				"username": "<string>",
				"id": "<string>",
				"avatar_url": "<string>",
				"is_subscribed": true,
				"is_following": false
			},
			"indicator_type_counts": {
				"hostname": 22
			},
			"indicator_count": 2,
			"is_author": false,
			"is_subscribing": null,
			"subscriber_count": 554612,
			"modified_text": "<string>",
			"is_modified": true,
			"groups": [],
			"in_group": false,
			"threat_hunter_scannable": false,
			"threat_hunter_has_agents": 1
		}
	],
	"previous": null,
	"next": "<string>"
}

Workflow Library Example

Search Pulses with Alienvault Otx and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop