Hostname
casualdininggroup.com
Last fetched
casualdininggroup.com resolves to 1 IPv4 address operated by AS8607 in GB. WHOIS lists iana:1515 as the registrar.
Nutrition Label
Resolution chain
casualdininggroup.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 |
|---|---|---|---|---|
| 62.105.162.36 | 62.105.160.0/19 | AS8607 | — | GB |
WHOIS identity
- Registrar
- iana:1515
- Organization
- casual dining group
- Contact emails
Subdomains
15 observed subdomains of casualdininggroup.com.
Web-graph footprint
Distinct hostnames that link to or from casualdininggroup.com in the public web crawl.
11 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for casualdininggroup.com.
| Mechanism | Target |
|---|---|
| SPF_A | spf.txdlimited.co.uk |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | spf.myconnectwise.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.41.212.26/32 |
| SPF_IP | 137.116.240.142/32 |
| SPF_IP | 137.116.251.229/32 |
| SPF_IP | 138.91.61.93/32 |
| SPF_IP | 178.251.170.101/32 |
| SPF_IP | 52.169.87.229/32 |
| SPF_IP | 81.3.69.108/32 |
Related pages
Pivot deeper into the graph from casualdininggroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "casualdininggroup.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.