Hostname
webmail.bobheilig.com
Last fetched
webmail.bobheilig.com resolves to 1 IPv4 address operated by ORACLE-BMC-31898 - Oracle Corporation in US.
Nutrition Label
Resolution chain
webmail.bobheilig.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 |
|---|---|---|---|---|
| 192.254.187.105 | 192.254.184.0/21 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
WHOIS identity
No WHOIS records are currently associated with webmail.bobheilig.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
23 SPF mechanisms authorising senders for webmail.bobheilig.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf1.bobheilig.com |
| SPF_IP | 100.42.48.0/20 |
| SPF_IP | 104.152.64.0/21 |
| SPF_IP | 104.21.26.29 |
| SPF_IP | 108.167.128.0/18 |
| SPF_IP | 108.179.192.0/18 |
| SPF_IP | 142.250.153.26/32 |
| SPF_IP | 142.250.27.26/32 |
| SPF_IP | 172.253.63.27 |
| SPF_IP | 172.67.168.54 |
| SPF_IP | 192.185.0.0/16 |
| SPF_IP | 209.85.202.26/32 |
| SPF_IP | 216.172.160.0/19 |
| SPF_IP | 2607:f8b0:4004:c08:0:0:0:1b |
| SPF_IP | 2a00:1450:400b:c00:0:0:0:1a |
| SPF_IP | 2a00:1450:400c:c0b:0:0:0:1b |
| SPF_IP | 2a00:1450:4013:c16:0:0:0:1a |
| SPF_IP | 2a00:1450:4025:401:0:0:0:1b |
| SPF_IP | 35.89.44.32/29 |
| SPF_IP | 44.202.169.32/29 |
| SPF_IP | 50.116.64.0/18 |
| SPF_IP | 50.87.152.0/21 |
| SPF_IP | 64.233.184.26/32 |
Related pages
Pivot deeper into the graph from webmail.bobheilig.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webmail.bobheilig.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.