Hostname
blog.lamitec.sk
Last fetched
blog.lamitec.sk resolves to 1 IPv4 address operated by DIGMIA-AS1JBDI-RIPE - Digmia s.r.o. in SK.
Nutrition Label
Resolution chain
blog.lamitec.sk resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 46.231.96.11 | 46.231.96.0/21 | AS48304 | DIGMIA-AS1JBDI-RIPE - Digmia s.r.o. | SK |
WHOIS identity
No WHOIS records are currently associated with blog.lamitec.sk in WhisperGraph.
Subdomains
1 observed subdomain of blog.lamitec.sk.
| Subdomain |
|---|
| www.blog.lamitec.sk |
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for blog.lamitec.sk.
| Mechanism | Target |
|---|---|
| SPF_A | blog.lamitec.sk |
| SPF_A | mail.buroprofi.cz |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 217.16.184.154 |
| SPF_IP | 68.232.151.241/8 |
| SPF_IP | 68.232.159.96/8 |
| SPF_IP | 85.248.10.48/28 |
| SPF_IP | 85.248.9.16/29 |
| SPF_MX | blog.lamitec.sk |
Related pages
Pivot deeper into the graph from blog.lamitec.sk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "blog.lamitec.sk"})-[: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.