Hostname
helmexpress.com
Last fetched
helmexpress.com resolves to 2 IPv4 addresses operated by TTM in DE. WHOIS lists iana:1476 as the registrar.
Nutrition Label
Resolution chain
helmexpress.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 |
|---|---|---|---|---|
| 109.71.73.73 | 109.71.72.0/22 | AS47447 | TTM | DE |
| 116.203.173.35 | 116.203.0.0/16 | AS24940 | HETZNER-AS | DE |
WHOIS identity
- Registrar
- iana:1476
- Organization
- bernd loitz
- Contact emails
Subdomains
13 observed subdomains of helmexpress.com.
Showing 12 of 13. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from helmexpress.com in the public web crawl.
69 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for helmexpress.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.colo1.de |
| SPF_INCLUDE | spf.crsend.com |
| SPF_IP | 185.71.167.226 |
| SPF_MX | helmexpress.com |
Related pages
Pivot deeper into the graph from helmexpress.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "helmexpress.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.