Hostname
lps.nexusalpha.com
Last fetched
lps.nexusalpha.com resolves to 2 IPv4 addresses operated by NTL - Virgin Media Limited in GB.
Nutrition Label
Resolution chain
lps.nexusalpha.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 |
|---|---|---|---|---|
| 213.48.13.35 | 213.48.0.0/18 | AS5089 | NTL - Virgin Media Limited | GB |
| 213.48.28.100 | 213.48.0.0/18 | AS5089 | NTL - Virgin Media Limited | GB |
WHOIS identity
No WHOIS records are currently associated with lps.nexusalpha.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for lps.nexusalpha.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.239.97.85 |
| SPF_IP | 141.170.109.47 |
| SPF_IP | 141.170.109.48 |
| SPF_IP | 213.48.13.32/28 |
| SPF_IP | 213.48.13.48/29 |
| SPF_IP | 213.48.28.96/29 |
| SPF_IP | 84.45.58.45 |
| SPF_IP | 84.45.58.46 |
| SPF_IP | 84.45.58.47 |
| SPF_MX | lps.nexusalpha.com |
Related pages
Pivot deeper into the graph from lps.nexusalpha.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lps.nexusalpha.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.