Hostname
leighton.com
Last fetched
leighton.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:470 as the registrar.
Nutrition Label
Resolution chain
leighton.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:470
- Organization
- domain admin
- Contact emails
Subdomains
22 observed subdomains of leighton.com.
Web-graph footprint
Distinct hostnames that link to or from leighton.com in the public web crawl.
59 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for leighton.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 7190764.spf01.hubspotemail.net |
| SPF_INCLUDE | _netblocks.google.com |
| SPF_INCLUDE | _netblocks2.google.com |
| SPF_INCLUDE | _netblocks3.google.com |
| SPF_INCLUDE | _spf.eu.mailgun.org |
| SPF_INCLUDE | _spf1.mailgun.org |
| SPF_INCLUDE | _spf2.mailgun.org |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.uk.exclaimer.net |
| SPF_IP | 103.151.192.0/23 |
| SPF_IP | 148.253.178.66 |
| SPF_IP | 148.253.178.70 |
| SPF_IP | 185.12.80.0/22 |
| SPF_IP | 188.172.128.0/20 |
| SPF_IP | 192.161.144.0/20 |
| SPF_IP | 216.198.0.0/18 |
| SPF_IP | 3.11.169.224 |
Related pages
Pivot deeper into the graph from leighton.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "leighton.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.