Skip to main content

List Assets

List all assets.

Basic Parameters

ParameterDescription
Asset TypeQuery by asset type.
DomainQuery by domain.
Workspace IDThe ID of the workspace.

Advanced Parameters

ParameterDescription
Account IDQuery by account ID.
AgeQuery by age.
Asset CriticalityQuery by asset criticality.
Group NameQuery by group name.
LimitThe amount of the records returned.
OffsetThe starting index of the returning assets.
Scan StatusQuery by scan Status.

Example Output

{
"accountName": "securin.io",
"reconnaissanceAssets": [
{
"id": "1b798b7ceac0194a3f23c58e663152fad839698e287dd5c4f9a051d2456120e2",
"assetAggrId": "80e293006c33244727eeb68805695182303c4afa5ec57fb52ab9fe5ad6b7ec99",
"asset": "blinkops.com",
"assetType": "Domain",
"ipAddress": "",
"location": "",
"scanStatus": "Scheduled",
"isRedirect": false,
"isCloud": false,
"cloudProvider": "",
"firstSeen": "2023-12-14 16:20:37",
"lastSeen": "2023-12-14",
"assetCriticality": "Neutral",
"age": 1,
"assetSource": "Client",
"findings": 6,
"protocol": "",
"servicePort": "",
"tags": [],
"aliasName": "",
"groups": [
{
"group_id": "f09be3c7b1a2b384adece3a6f0c04b82bf324a2d8f5e1b00051af72b9366fd98",
"group_name": "Blink"
}
],
"refreshAllowed": false,
"verificationLastActive": "",
"assetState": "Enabled",
"isShared": false,
"isOwnedShared": false,
"isOwned": true,
"workspaceId": 10870
}
],
"draw": 1,
"cloudAssets": 0,
"recordsFiltered": 1,
"recordsTotal": 1,
"assetCount": 23,
"planLimit": 100000,
"assetsWithExposure": 0,
"findingUpdate": false,
"componentUpdate": false
}

Workflow Library Example

List Assets with Securin and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop