External DocumentationTo learn more, visit the IBM X Force documentation.
Actions
List Domains
Returns the list of domains in early warning feed.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
{
"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"
}
]
}
Was this page helpful?