Skip to main content

Get Asset Service

Returns the service running a port and protocol on the asset.

External Documentation

To learn more, visit the Rapid7 documentation.

Parameters

ParameterDescription
Asset IDThe ID of the asset.
Disable SSLEnable this option to skip SSL verification of the server's certificate
chain and host name. This may increase security vulnerabilities, but can be useful
for testing or when custom verification is employed.
PortThe port of the service.
ProtocolThe protocol of the service.

Example Output

{
"configurations": [
{
"name": "\u003cname\u003e",
"value": "\u003cvalue\u003e"
}
],
"databases": [
{
"description": "Microsoft SQL Server",
"id": 13,
"name": "MSSQL"
}
],
"family": "",
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
],
"name": "CIFS Name Service",
"port": 139,
"product": "Samba",
"protocol": "tcp",
"userGroups": [
{
"id": 972,
"name": "Administrators"
}
],
"users": [
{
"fullName": "Smith, John",
"id": 8952,
"name": "john_smith"
}
],
"vendor": "",
"version": "3.5.11",
"webApplications": [
{
"id": 30712,
"pages": [
{
"linkType": "html-ref",
"path": "/docs/config/index.html",
"response": 200
}
],
"root": "/",
"virtualHost": "102.89.22.253"
}
]
}

Workflow Library Example

Get Asset Service with Rapid7 and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop