Hostname
lastpass.com
Last fetched
lastpass.com resolves to 4 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in ES. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
lastpass.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 |
|---|---|---|---|---|
| 2.22.210.42 | 2.22.208.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | ES |
| 2.23.9.237 | 2.23.8.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | CZ |
| 23.222.73.188 | 23.222.72.0/22 | AS9269 | HKBN-AS-AP Hong Kong Broadband Network Ltd. | HK |
| 23.52.182.42 | 23.52.180.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
WHOIS identity
- Registrar
- iana:625
- Organization
- logmein, inc. administrator
- Contact emails
Subdomains
804 observed subdomains of lastpass.com.
Showing 25 of 804. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from lastpass.com in the public web crawl.
14,190 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for lastpass.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | lastpass.com.hosted.spf-report.com |
Related pages
Pivot deeper into the graph from lastpass.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lastpass.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.