Hostname
linuxhelp.com
Last fetched
linuxhelp.com resolves to 2 IPv4 addresses operated by SOFTLAYER - IBM Cloud in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
linuxhelp.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 |
|---|---|---|---|---|
| 169.44.187.153 | 169.44.128.0/17 | AS36351 | SOFTLAYER - IBM Cloud | US |
| 52.57.221.121 | 52.57.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- curtis dinkel
- Contact emails
Subdomains
17 observed subdomains of linuxhelp.com.
Showing 15 of 17. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from linuxhelp.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- ezmail.linuxhelp.com
- linuxhelp.com
SPF policy
4 SPF mechanisms authorising senders for linuxhelp.com.
| Mechanism | Target |
|---|---|
| SPF_A | linuxhelp.com |
| SPF_A | server5.cdn-azhost.com |
| SPF_IP | 169.44.187.153 |
| SPF_MX | linuxhelp.com |
Related pages
Pivot deeper into the graph from linuxhelp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "linuxhelp.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.