Hostname
podnimai.com
Last fetched
podnimai.com resolves to 2 IPv4 addresses operated by AS57043 in DE. WHOIS lists iana:1111 as the registrar.
Nutrition Label
Resolution chain
podnimai.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 |
|---|---|---|---|---|
| 103.73.35.19 | 103.73.103.0/24 | AS57043 | — | DE |
| 5.253.61.104 | 5.253.65.0/24 | AS211642 | — | RU |
WHOIS identity
- Registrar
- iana:1111
- Organization
- oleg mamedov
- Contact emails
Subdomains
3 observed subdomains of podnimai.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for podnimai.com.
| Mechanism | Target |
|---|---|
| SPF_A | podnimai.com |
| SPF_IP | 103.73.35.19 |
| SPF_IP | 5.253.61.99 |
| SPF_MX | podnimai.com |
Related pages
Pivot deeper into the graph from podnimai.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "podnimai.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.