Hostname
itsprendimas.com
Last fetched
itsprendimas.com resolves to 2 IPv4 addresses operated by AS41436 in NL. WHOIS lists iana:638 as the registrar.
Nutrition Label
Resolution chain
itsprendimas.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 |
|---|---|---|---|---|
| 63.250.56.145 | 63.250.60.0/24 | AS41436 | — | NL |
| 79.98.26.15 | 79.98.49.0/24 | AS212531 | — | LT |
WHOIS identity
- Registrar
- iana:638
- Organization
- protected protected
- Contact emails
Subdomains
1 observed subdomain of itsprendimas.com.
| Subdomain |
|---|
| cloud.itsprendimas.com |
Threat posture
History
Mail and authentication
MX records
- itsprendimas.com
SPF policy
3 SPF mechanisms authorising senders for itsprendimas.com.
| Mechanism | Target |
|---|---|
| SPF_A | itsprendimas.com |
| SPF_INCLUDE | spf.serveriai.lt |
| SPF_MX | itsprendimas.com |
Related pages
Pivot deeper into the graph from itsprendimas.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "itsprendimas.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.