---
title: Domains
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/typescript)

[Intel](https://developers.cloudflare.com/api/typescript/resources/intel)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Domains

##### [Get Domain Details](https://developers.cloudflare.com/api/typescript/resources/intel/subresources/domains/methods/get)

client.intel.domains.get(DomainGetParams { account\_id, domain, skip\_dns, skip\_ranking } params, RequestOptionsoptions?): [Domain](https://developers.cloudflare.com/api/typescript/resources/intel#%28resource%29%20intel.domains%20%3E%20%28model%29%20domain%20%3E%20%28schema%29) { additional\_information, application, content\_categories, 8 more } 

GET/accounts/{account\_id}/intel/domain

##### ModelsExpand Collapse 

Domain { additional\_information, application, content\_categories, 8 more } 

additional\_information?: AdditionalInformation { suspected\_malware\_family } 

Additional information related to the host name.

suspected\_malware\_family?: string

Suspected DGA malware family.

application?: Application { id, name } 

Application that the hostname belongs to.

id?: number

name?: string

content\_categories?: Array<ContentCategory\>

id?: number

name?: string

super\_category\_id?: number

domain?: string

inherited\_content\_categories?: Array<InheritedContentCategory\>

id?: number

name?: string

super\_category\_id?: number

inherited\_from?: string

Domain from which `inherited_content_categories` and `inherited_risk_types` are inherited, if applicable.

inherited\_risk\_types?: Array<InheritedRiskType\>

id?: number

name?: string

super\_category\_id?: number

popularity\_rank?: number

Global Cloudflare 100k ranking for the last 30 days, if available for the hostname. The top ranked domain is 1, the lowest ranked domain is 100,000.

resolves\_to\_refs?: Array<ResolvesToRef\>

Specifies a list of references to one or more IP addresses or domain names that the domain name currently resolves to.

id?: string

STIX 2.1 identifier: <https://docs.oasis-open.org/cti/stix/v2.1/cs02/stix-v2.1-cs02.html#%5F64yvzeku5a5c>.

value?: string

IP address or domain name.

risk\_score?: number

Hostname risk score, which is a value between 0 (lowest risk) to 1 (highest risk).

risk\_types?: Array<RiskType\>

id?: number

name?: string

super\_category\_id?: number

#### DomainsBulks

##### [Get Multiple Domain Details](https://developers.cloudflare.com/api/typescript/resources/intel/subresources/domains/subresources/bulks/methods/get)

client.intel.domains.bulks.get(BulkGetParams { account\_id, domain, include\_ranking, skip\_ranking } params, RequestOptionsoptions?): [BulkGetResponse](https://developers.cloudflare.com/api/typescript/resources/intel#%28resource%29%20intel.domains.bulks%20%3E%20%28model%29%20bulk%5Fget%5Fresponse%20%3E%20%28schema%29) | null

GET/accounts/{account\_id}/intel/domain/bulk

##### ModelsExpand Collapse 

BulkGetResponse \= Array<BulkGetResponseItem\> | null

additional\_information?: AdditionalInformation { suspected\_malware\_family } 

Additional information related to the host name.

suspected\_malware\_family?: string

Suspected DGA malware family.

application?: Application { id, name } 

Application that the hostname belongs to.

id?: number

name?: string

content\_categories?: Array<ContentCategory\>

id?: number

name?: string

super\_category\_id?: number

domain?: string

inherited\_content\_categories?: Array<InheritedContentCategory\>

id?: number

name?: string

super\_category\_id?: number

inherited\_from?: string

Domain from which `inherited_content_categories` and `inherited_risk_types` are inherited, if applicable.

inherited\_risk\_types?: Array<InheritedRiskType\>

id?: number

name?: string

super\_category\_id?: number

popularity\_rank?: number

Global Cloudflare 100k ranking for the last 30 days, if available for the hostname. The top ranked domain is 1, the lowest ranked domain is 100,000.

risk\_score?: number

Hostname risk score, which is a value between 0 (lowest risk) to 1 (highest risk).

risk\_types?: Array<RiskType\>

id?: number

name?: string

super\_category\_id?: number