Hostname
www.getintent.com
Last fetched
www.getintent.com resolves to 2 IPv4 addresses operated by UMA-TECH-AS in RU.
Nutrition Label
Resolution chain
www.getintent.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 |
|---|---|---|---|---|
| 193.232.150.62 | 193.232.148.0/22 | AS48061 | UMA-TECH-AS | RU |
| 194.190.76.36 | 194.190.76.0/23 | AS48061 | UMA-TECH-AS | RU |
WHOIS identity
No WHOIS records are currently associated with www.getintent.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for www.getintent.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 138.201.19.2 |
| SPF_IP | 138.201.53.13/32 |
| SPF_IP | 144.76.39.0/24 |
| SPF_IP | 148.251.246.204 |
| SPF_IP | 188.42.188.180 |
| SPF_IP | 188.42.198.148 |
| SPF_IP | 193.232.148.138 |
| SPF_IP | 193.232.150.0/24 |
| SPF_IP | 91.207.59.210 |
| SPF_IP | 94.130.52.30 |
Related pages
Pivot deeper into the graph from www.getintent.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.getintent.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.