List Domains
Returns the list of domains in early warning feed.
External Documentation
To learn more, visit the IBM X Force documentation.
Parameters
Parameter | Description |
---|---|
End Date | Retrieve domains created before this date. |
Limit | The number of returned domains, valid range is 1 - 200. |
Offset | Number of the results to initially skip. |
Start Date | Retrieve 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