Hostname
northgate.es
Last fetched
northgate.es resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
northgate.es resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.66.41.43 | 172.66.40.0/21 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.42.213 | 172.66.40.0/21 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with northgate.es in WhisperGraph.
Subdomains
22 observed subdomains of northgate.es.
Showing 13 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from northgate.es in the public web crawl.
126 sites link to this hostname.
43 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for northgate.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | r17.p68.neolane.net |
| SPF_INCLUDE | spf.hes.trendmicro.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_IP | 130.248.153.17 |
| SPF_IP | 130.248.153.18 |
| SPF_IP | 130.248.153.19 |
| SPF_IP | 130.248.153.20 |
| SPF_IP | 40.89.151.187 |
| SPF_IP | 40.89.151.196 |
| SPF_IP | 40.89.151.199 |
| SPF_IP | 40.89.177.13 |
| SPF_IP | 40.89.177.34 |
| SPF_IP | 46.105.128.97 |
Related pages
Pivot deeper into the graph from northgate.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "northgate.es"})-[: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.