Hostname
eg.sparkcomputing.co.uk
Last fetched
eg.sparkcomputing.co.uk resolves to 1 IPv4 address operated by AS50292 in GB.
Nutrition Label
Resolution chain
eg.sparkcomputing.co.uk resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 109.233.55.75 | 109.233.52.0/22 | AS50292 | — | GB |
WHOIS identity
No WHOIS records are currently associated with eg.sparkcomputing.co.uk in WhisperGraph.
Subdomains
1 observed subdomain of eg.sparkcomputing.co.uk.
| Subdomain |
|---|
| www.eg.sparkcomputing.co.uk |
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for eg.sparkcomputing.co.uk.
| Mechanism | Target |
|---|---|
| SPF_A | eg.sparkcomputing.co.uk |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 109.233.55.75 |
| SPF_IP | 212.54.128.16 |
| SPF_IP | 212.54.128.58 |
| SPF_IP | 212.54.128.63 |
| SPF_IP | 213.175.196.156 |
| SPF_IP | 5.44.234.35 |
| SPF_IP | 91.186.31.16 |
| SPF_MX | eg.sparkcomputing.co.uk |
Related pages
Pivot deeper into the graph from eg.sparkcomputing.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eg.sparkcomputing.co.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.