Hostname
mailauth.totalweb.net.uk
Last fetched
mailauth.totalweb.net.uk resolves to 2 IPv4 addresses operated by AS8669 in GB.
Nutrition Label
Resolution chain
mailauth.totalweb.net.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 |
|---|---|---|---|---|
| 195.206.161.40 | 195.206.161.0/24 | AS8669 | — | GB |
| 195.206.161.42 | 195.206.161.0/24 | AS8669 | — | GB |
WHOIS identity
No WHOIS records are currently associated with mailauth.totalweb.net.uk in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for mailauth.totalweb.net.uk.
| Mechanism | Target |
|---|---|
| SPF_A | mailauth.totalweb.net.uk |
| SPF_INCLUDE | totalweb.net.uk |
Related pages
Pivot deeper into the graph from mailauth.totalweb.net.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mailauth.totalweb.net.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.