Returns the list of domains in early warning feed.

External Documentation

To learn more, visit the IBM X Force documentation.

Parameters

ParameterDescription
End DateRetrieve domains created before this date.
LimitThe number of returned domains, valid range is 1 - 200.
OffsetNumber of the results to initially skip.
Start DateRetrieve domains created after this date.

Example Output

{
	"rows": [
		{
			"host": "modt13d4dah975n-ryb7dsrzik.stream",
			"type": "SUSPICIOUS",
			"update": "2018-09-05T12:27:00.193Z"
		},
		{
			"host": "emxfructugey.com",
			"type": "SUSPICIOUS",
			"update": "2018-07-16T17:52:00.280Z"
		}
	]
}

Workflow Library Example

List Domains with Ibm X Force and Send Results Via Email

Preview this Workflow on desktop