> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsiam/detect-investigate-and-respond-to-threats/attack-surface-management/global-lookup.md).

# Global Lookup

Global Lookup allows you to query global internet scan data for certificate hashes, IP addresses, and domains. This internet data is enriched with registration information, geolocation, related certificates, observed services, ASNs, and passive DNS records. Global Lookup is not limited to your own attack surface, offering clear insights into indicator ownership and accelerating the analysis of potentially malicious indicators.

Global Lookup enables you to:

* View and analyze up to 30 days of data, and select up to a 30-day range to search within the last 6 months.
* View the services that have been open on a given IP address over the last 6 months.
* Pivot to Global Lookup directly from IP addresses, domains, and certificates found in attack surface or vulnerability issues.

How to use Global Lookup

1. Navigate to **Modules** → **Attack Surface** → **Global Lookup**.
2. Enter an IP address, domain, or certificate hash (MD5, SHA1, and SHA256) in the Search box.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xsiam/detect-investigate-and-respond-to-threats/attack-surface-management/global-lookup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
