Hostname
lms1-alpha.com
Last fetched
lms1-alpha.com resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
lms1-alpha.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.86.211 | 104.21.80.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 157.90.50.178 | 157.90.0.0/16 | AS24940 | — | DE |
| 172.67.136.224 | 172.67.128.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:113
- Organization
- —
- Contact emails
- —
Subdomains
11 observed subdomains of lms1-alpha.com.
Web-graph footprint
Distinct hostnames that link to or from lms1-alpha.com in the public web crawl.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- _dc-mx.9c323a3e2703.lms1-alpha.com
- lms1-alpha.com
SPF policy
5 SPF mechanisms authorising senders for lms1-alpha.com.
| Mechanism | Target |
|---|---|
| SPF_A | lms1-alpha.com |
| SPF_IP | 157.90.50.178 |
| SPF_IP | 5.63.13.212 |
| SPF_IP | 66.70.178.231 |
| SPF_MX | lms1-alpha.com |
Related pages
Pivot deeper into the graph from lms1-alpha.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lms1-alpha.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.