Hostname
lamode.info
Last fetched
lamode.info resolves to 3 IPv4 addresses operated by AS12824 in PL. WHOIS lists iana:411 as the registrar.
Nutrition Label
Resolution chain
lamode.info 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 |
|---|---|---|---|---|
| 188.128.234.60 | 188.128.192.0/18 | AS12824 | — | PL |
| 91.228.199.231 | 91.228.196.0/22 | AS198414 | — | PL |
| 185.25.148.69 | 185.25.148.0/22 | AS198414 | — | PL |
WHOIS identity
- Registrar
- iana:411
- Organization
- lamode sp. z o.o.
- Contact emails
Subdomains
4 observed subdomains of lamode.info.
Web-graph footprint
Distinct hostnames that link to or from lamode.info in the public web crawl.
120 sites link to this hostname.
362 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- lamode.info
- mail.lamode.info
SPF policy
3 SPF mechanisms authorising senders for lamode.info.
| Mechanism | Target |
|---|---|
| SPF_A | lamode.info |
| SPF_INCLUDE | _spf.cyberfolks.pl |
| SPF_MX | lamode.info |
Related pages
Pivot deeper into the graph from lamode.info.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lamode.info"})-[: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.