Hostname
login.ubuntu.com
Last fetched
login.ubuntu.com resolves to 4 IPv4 addresses operated by AS41231 in GB.
Nutrition Label
Resolution chain
login.ubuntu.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.125.188.167 | 185.125.188.0/23 | AS41231 | — | GB |
| 185.125.188.168 | 185.125.188.0/23 | AS41231 | — | GB |
| 185.125.189.127 | 185.125.188.0/23 | AS41231 | — | GB |
| 185.125.189.128 | 185.125.188.0/23 | AS41231 | — | GB |
WHOIS identity
No WHOIS records are currently associated with login.ubuntu.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from login.ubuntu.com in the public web crawl.
186 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for login.ubuntu.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 162.213.34.33 |
| SPF_IP | 185.125.188.250 |
| SPF_IP | 185.125.188.251 |
| SPF_IP | 185.125.188.72 |
| SPF_IP | 185.125.188.73 |
Related pages
Pivot deeper into the graph from login.ubuntu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "login.ubuntu.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.