Hostname
gallagher.com
Last fetched
gallagher.com resolves to 4 IPv4 addresses operated by INCAPSULA - Incapsula Inc in JP.
Nutrition Label
Resolution chain
gallagher.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.28.250.208 | 103.28.250.0/24 | AS19551 | INCAPSULA - Incapsula Inc | JP |
| 103.28.251.208 | 103.28.251.0/24 | AS19551 | INCAPSULA - Incapsula Inc | SG |
| 150.171.109.100 | 150.171.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KE |
| 150.171.109.101 | 150.171.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from gallagher.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for gallagher.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.gallagher.co.nz |
| SPF_INCLUDE | _spf.cmail.ondemand.com |
| SPF_INCLUDE | mail.myobpayglobal.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 131.203.54.173 |
| SPF_IP | 131.203.55.1 |
| SPF_MX | gallagher.com |
Related pages
Pivot deeper into the graph from gallagher.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gallagher.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.