Hostname
exsertus.com
Last fetched
exsertus.com resolves to 1 IPv4 address operated by AS6908 in GB. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
exsertus.com 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 |
|---|---|---|---|---|
| 80.79.131.254 | 80.79.128.0/21 | AS6908 | — | GB |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of exsertus.com owner
- Contact emails
- steve@exsertus.com
- 1fba3f3a-94e2-48de-8d6f-912ebc629e46@identity-protect.org
- 47ad7cb2-e311-4f21-95bc-e262514e4869@identity-protect.org
- 589fa1d8-0b6c-4dd3-b6f2-b7c4538d0fc6@identity-protect.org
- b65727a2-5635-4c11-90ca-2a0d86018ba1@identity-protect.org
- d1069890-8830-4052-9069-f26a4eaf1fa9@identity-protect.org
- e3964078-2e38-427b-b721-5ec37c472e77@identity-protect.org
- e66e337b-023f-4cfd-b748-8117dc2c7047@identity-protect.org
- owner-287413@exsertus.com.whoisprivacyservice.org
- owner-8976336@exsertus.com.whoisprivacyservice.org
Subdomains
14 observed subdomains of exsertus.com.
Web-graph footprint
Distinct hostnames that link to or from exsertus.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for exsertus.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from exsertus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "exsertus.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.