List Assets
List all assets.
Basic Parameters
Parameter | Description |
---|---|
Asset Type | Query by asset type. |
Domain | Query by domain. |
Workspace ID | The ID of the workspace. |
Advanced Parameters
Parameter | Description |
---|---|
Account ID | Query by account ID. |
Age | Query by age. |
Asset Criticality | Query by asset criticality. |
Group Name | Query by group name. |
Limit | The amount of the records returned. |
Offset | The starting index of the returning assets. |
Scan Status | Query 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
Preview this Workflow on desktop