Skip to main content

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

ParameterDescription
CategoryThe category of the URLs to retrieve. Can be retrieved from the List URLs Categories action.
End DateRetrieve URLs created before this date.
LimitThe number of returned URLs, valid range is 1 - 10000.
OffsetNumber of the results to initially skip.
Start DateRetrieve URLs created after this date.

Advanced Parameters

ParameterDescription
DescendingChoose 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

Workflow LibraryPreview this Workflow on desktop