Hostname
abbotts-events.com
Last fetched
abbotts-events.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:83 as the registrar.
Nutrition Label
Resolution chain
abbotts-events.com 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 |
|---|---|---|---|---|
| 116.202.49.86 | 116.202.0.0/16 | AS24940 | — | DE |
| 65.21.83.238 | 65.21.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- iana:83
- Organization
- —
- Contact emails
- —
Subdomains
11 observed subdomains of abbotts-events.com.
Web-graph footprint
Distinct hostnames that link to or from abbotts-events.com in the public web crawl.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- abbotts-events.com
- smtp.google.com
SPF policy
12 SPF mechanisms authorising senders for abbotts-events.com.
| Mechanism | Target |
|---|---|
| SPF_A | abbotts-events.com |
| SPF_A | secureserver.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | secureserver.net |
| SPF_IP | 116.202.49.86 |
| SPF_IP | 136.243.68.219 |
| SPF_IP | 5.9.67.172 |
| SPF_IP | 65.21.83.238 |
| SPF_IP | 92.204.71.1/32 |
| SPF_IP | 92.205.183.254 |
| SPF_MX | abbotts-events.com |
| SPF_MX | n1smtpout.europe.secureserver.net |
Related pages
Pivot deeper into the graph from abbotts-events.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abbotts-events.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.