Hostname
lakkapaa.com
Last fetched
lakkapaa.com resolves to 2 IPv4 addresses operated by AS42122 in FI. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
lakkapaa.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 |
|---|---|---|---|---|
| 91.90.50.101 | 91.90.48.0/21 | AS42122 | — | FI |
| 93.90.51.139 | 93.90.48.0/20 | AS45010 | — | FI |
WHOIS identity
- Registrar
- iana:113
- Organization
- j&j lakkapaa oy
- Contact emails
Subdomains
8 observed subdomains of lakkapaa.com.
Web-graph footprint
Distinct hostnames that link to or from lakkapaa.com in the public web crawl.
44 sites link to this hostname.
27 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for lakkapaa.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.welcomnet.fi |
| SPF_INCLUDE | spf.lianamailer.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.11.208.37 |
| SPF_IP | 217.77.192.9/32 |
| SPF_IP | 217.77.193.9/32 |
Related pages
Pivot deeper into the graph from lakkapaa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lakkapaa.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.