Hostname
uwboeking.com
Last fetched
uwboeking.com resolves to 1 IPv4 address operated by AS20847 in NL. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
uwboeking.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 |
|---|---|---|---|---|
| 31.7.4.78 | 31.7.4.0/22 | AS20847 | — | NL |
WHOIS identity
- Registrar
- iana:269
- Organization
- edward endeman
- Contact emails
Subdomains
24 observed subdomains of uwboeking.com.
Showing 23 of 24. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from uwboeking.com in the public web crawl.
216 sites link to this hostname.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for uwboeking.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 194.150.209.101 |
| SPF_IP | 194.150.209.155 |
| SPF_IP | 194.150.209.156 |
| SPF_IP | 194.150.209.17 |
| SPF_IP | 194.150.209.180/31 |
| SPF_IP | 194.150.209.182 |
| SPF_IP | 194.150.209.80 |
| SPF_IP | 194.247.30.44 |
| SPF_IP | 2a00:f10:10a:e:0:0:0:25 |
| SPF_IP | 2a03:9700:8000:0:0:0:0:7c |
| SPF_IP | 31.7.4.78 |
| SPF_IP | 34.250.19.189 |
| SPF_IP | 79.99.129.91/32 |
| SPF_IP | 84.241.175.194 |
Related pages
Pivot deeper into the graph from uwboeking.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uwboeking.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.