Hostname
nonsuchprimary.sutton.sch.uk
Last fetched
nonsuchprimary.sutton.sch.uk resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
nonsuchprimary.sutton.sch.uk 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 |
|---|---|---|---|---|
| 34.242.139.191 | 34.240.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.247.127.138 | 54.247.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with nonsuchprimary.sutton.sch.uk in WhisperGraph.
Subdomains
1 observed subdomain of nonsuchprimary.sutton.sch.uk.
| Subdomain |
|---|
| www.nonsuchprimary.sutton.sch.uk |
Web-graph footprint
Distinct hostnames that link to or from nonsuchprimary.sutton.sch.uk in the public web crawl.
9 sites link to this hostname.
27 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for nonsuchprimary.sutton.sch.uk.
| Mechanism | Target |
|---|---|
| SPF_A | mailrelay.lgfl.org.uk |
| SPF_A | out.mailprotect.org.uk |
Related pages
Pivot deeper into the graph from nonsuchprimary.sutton.sch.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nonsuchprimary.sutton.sch.uk"})-[: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.