Hostname
lammin.org
Last fetched
lammin.org resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:1362 as the registrar.
Nutrition Label
Resolution chain
lammin.org 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 |
|---|---|---|---|---|
| 144.76.222.214 | 144.76.0.0/16 | AS24940 | — | DE |
| 185.151.242.201 | 185.151.242.0/23 | AS49505 | — | RU |
WHOIS identity
- Registrar
- iana:1362
- Organization
- irina erastova
- Contact emails
Subdomains
4 observed subdomains of lammin.org.
Web-graph footprint
Distinct hostnames that link to or from lammin.org in the public web crawl.
34 sites link to this hostname.
22 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for lammin.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.yandex.net |
| SPF_IP | 185.151.242.201 |
Related pages
Pivot deeper into the graph from lammin.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lammin.org"})-[: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.