> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Host

Retrieve a specific host by its IP address.

<Note>
  External Documentation

  To learn more, visit the [Censys ASM documentation](https://app.censys.io/api-docs).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter           | Description                                         |
  | ------------------- | --------------------------------------------------- |
  | IP Address          | The IP address of the host to retrieve.             |
  | Skip Comment Counts | Select to exclude comment counts from the response. |
</div>

## Example Output

```json theme={"dark"}
{
	"associatedAt": "2026-02-20T14:32:10Z",
	"source": "CENSYS_SCAN",
	"risks": [
		{
			"type": "HOST_RISK",
			"port": 443,
			"transportProtocol": "TCP",
			"name": "TLS Certificate Expiring Soon",
			"categories": [
				"TLS",
				"Certificate"
			],
			"title": "TLS Certificate Expiration Warning",
			"severity": "MEDIUM"
		}
	],
	"data": {
		"ipAddress": "192.0.2.10",
		"names": {
			"forwardDns": [
				{
					"name": "example.com",
					"resolvedAt": "2026-02-20T13:00:00Z"
				}
			],
			"reverseDns": [
				{
					"name": "host.example.com",
					"resolvedAt": "2026-02-20T13:05:00Z"
				}
			]
		},
		"protocols": [
			{
				"transportProtocol": "TCP",
				"port": 443,
				"protocol": "HTTPS",
				"software": [
					{
						"name": "nginx",
						"version": "1.25.3",
						"uri": "cpe:2.3:a:nginx:nginx:1.25.3",
						"part": "a",
						"vendor": "nginx",
						"product": "nginx",
						"vendorName": "NGINX Inc.",
						"productName": "NGINX",
						"isEol": false
					}
				],
				"base64EncodedBanner": "SFRUUC8xLjEgMjAwIE9L",
				"certificates": [
					{
						"sha256": "a3f5c2d4e6b7890f1234567890abcdef1234567890abcdef1234567890abcdef",
						"refUrl": "https://example.com/cert/a3f5c2"
					}
				]
			}
		],
		"asn": 64500,
		"cloud": "AWS",
		"location": {
			"countryCode": "US",
			"province": "California",
			"latitude": 37.7749,
			"longitude": -122.4194
		},
		"cdn": [
			"CloudFront"
		],
		"classifications": [
			"production",
			"external-facing"
		]
	},
	"comments": {
		"totalComments": 2,
		"refUrl": "https://example.com/assets/asset-123/comments"
	},
	"type": "HOST",
	"assetId": "asset-123",
	"isSeed": true,
	"tags": [
		{
			"name": "critical",
			"color": "#FF0000"
		}
	],
	"discoveryTrail": [
		{
			"type": "IP_ADDRESS",
			"assetId": "asset-123",
			"isSeed": true,
			"refUrl": "https://example.com/discovery/ip/192.0.2.10"
		},
		{
			"type": "ASN",
			"assetId": "asset-456",
			"isSeed": false,
			"refUrl": null
		}
	]
}
```

## Workflow Library Example

[Get Host with Censys Asm and Send Results Via Email](https://library.blinkops.com/workflows/get-host-with-censys-asm-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-host-with-censys-asm-and-send-results-via-email/canvas" />
</div>
