Skip to content

Hostname

getintent.com

Last fetched

getintent.com resolves to 2 IPv4 addresses operated by UMA-TECH-AS in RU. WHOIS lists iana:1606 as the registrar.

Nutrition Label

WHISPER CANON · getintent.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/getintent.com

Resolution chain

getintent.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
193.232.150.62193.232.148.0/22AS48061UMA-TECH-ASRU
194.190.76.36194.190.76.0/23AS48061UMA-TECH-ASRU

WHOIS identity

Registrar
iana:1606
Organization
george levin
Contact emails

Subdomains

19 observed subdomains of getintent.com.

Web-graph footprint

Distinct hostnames that link to or from getintent.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for getintent.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_IP138.201.19.2
SPF_IP138.201.53.13/32
SPF_IP144.76.39.0/24
SPF_IP148.251.246.204
SPF_IP188.42.188.180
SPF_IP188.42.198.148
SPF_IP193.232.148.138
SPF_IP193.232.150.0/24
SPF_IP91.207.59.210
SPF_IP94.130.52.30

Related pages

Pivot deeper into the graph from getintent.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.