Hostname
e-odczyty.com
Last fetched
e-odczyty.com resolves to 1 IPv4 address operated by AS12824 in PL. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
e-odczyty.com 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.242.242.239 | 46.242.192.0/18 | AS12824 | — | PL |
WHOIS identity
- Registrar
- iana:269
- Organization
- it util sp. z o.o.
- Contact emails
- michal.buk@itutil.com
- info@domain-contact.org
- 50b3131406eaf39604c8f829b3123e758692b38483d8946ec6c7fd4fd4f33e41@e-odczyty.com.whoisproxy.org
- 81c95e9d8ca5072309c1b57707634457a1ce5f554aafbbb3cc56982fdbcd0ffa@e-odczyty.com.whoisproxy.org
- b73028320463fddc8ada2c0e71f27d6e0b35ba93d06535156be6ee83ebda28a1@e-odczyty.com.whoisproxy.org
Threat posture
History
Mail and authentication
MX records
- e-odczyty.com
SPF policy
2 SPF mechanisms authorising senders for e-odczyty.com.
| Mechanism | Target |
|---|---|
| SPF_A | e-odczyty.com |
| SPF_MX | e-odczyty.com |
Related pages
Pivot deeper into the graph from e-odczyty.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e-odczyty.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.