Hostname
aston.ac.uk
Last fetched
aston.ac.uk resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
aston.ac.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 |
|---|---|---|---|---|
| 3.8.109.248 | 3.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 35.177.28.138 | 35.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
- Registrar
- —
- Organization
- —
- Contact emails
Subdomains
3,010 observed subdomains of aston.ac.uk.
Showing 25 of 3,010. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from aston.ac.uk in the public web crawl.
2,591 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for aston.ac.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 25514240.spf01.hubspotemail.net |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | marketing.dynamics.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_INCLUDE | spf1.aston.ac.uk |
| SPF_INCLUDE | spf2.aston.ac.uk |
Related pages
Pivot deeper into the graph from aston.ac.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aston.ac.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.