List URLs By Category
Return a list of URLs according to a category.
External Documentation
To learn more, visit the IBM X Force documentation.
Basic Parameters
Parameter | Description |
---|---|
Category | The category of the URLs to retrieve. Can be retrieved from the List URLs Categories action. |
End Date | Retrieve URLs created before this date. |
Limit | The number of returned URLs, valid range is 1 - 10000. |
Offset | Number of the results to initially skip. |
Start Date | Retrieve URLs created after this date. |
Advanced Parameters
Parameter | Description |
---|---|
Descending | Choose to return the results in a descending order. |
Example Output
{
"category": "Malware",
"rows": [
{
"url": "hottycams.com",
"created": "2017-07-14T10:17:00.390Z"
},
{
"url": "ionios-sa.gr/counter",
"created": "2017-07-14T10:12:00.477Z"
},
{
"url": "support4u.pl/counter",
"created": "2017-07-14T10:12:00.477Z"
},
{
"url": "sneakystreams.com/freeyouporndownloader.html",
"created": "2017-07-14T02:02:00.890Z"
},
{
"url": "hgssyouth.com/hgf65g/hgf65g",
"created": "2017-07-13T17:47:00.817Z"
},
{
"url": "0x00000000000000000000FFFFB211AAD3/panel/lib/bs.dll.c",
"created": "2017-07-13T16:07:01.017Z"
},
{
"url": "login.e.cantonfair.com.login.login.cf.locale.en.us.returnurl.xtrapolate.com/trade.htm",
"created": "2017-07-13T14:07:00.137Z"
},
]
}
Workflow Library Example
List Urls by Category with Ibm X Force and Send Results Via Email
Preview this Workflow on desktop