Hostname
mail.llpro.net
Last fetched
mail.llpro.net resolves to 2 IPv4 addresses operated by LIQUIDWEB - Liquid Web, L.L.C in US.
Nutrition Label
Resolution chain
mail.llpro.net 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 |
|---|---|---|---|---|
| 50.28.105.28 | 50.28.96.0/19 | AS53824 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 72.10.33.86 | 72.10.32.0/21 | AS398101 | GO-DADDY-COM-LLC - GoDaddy.com, LLC | US |
WHOIS identity
No WHOIS records are currently associated with mail.llpro.net in WhisperGraph.
Subdomains
1 observed subdomain of mail.llpro.net.
| Subdomain |
|---|
| mta-sts.mail.llpro.net |
Threat posture
History
Related pages
Pivot deeper into the graph from mail.llpro.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.llpro.net"})-[: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.