Skip to content

Hostname

captreefinance.in

Last fetched

captreefinance.in resolves to 2 IPv4 addresses operated by AS134465 in IN.

Nutrition Label

WHISPER CANON · captreefinance.inRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/captreefinance.in

Resolution chain

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

IPPrefixASNOperatorCountry
166.0.244.85166.0.244.0/24AS134465IN
65.1.2.14765.0.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

No WHOIS records are currently associated with captreefinance.in in WhisperGraph.

Subdomains

10 observed subdomains of captreefinance.in.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for captreefinance.in.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEspf.stackmail.com

Related pages

Pivot deeper into the graph from captreefinance.in.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "captreefinance.in"})-[: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.