Skip to content

Hostname

test.geetech.mc

Last fetched

test.geetech.mc resolves to 1 IPv4 address operated by AS44043 in RO.

Nutrition Label

WHISPER CANON · test.geetech.mcRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/test.geetech.mc

Resolution chain

test.geetech.mc resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
89.44.139.15489.44.139.0/24AS44043RO

WHOIS identity

No WHOIS records are currently associated with test.geetech.mc in WhisperGraph.

Subdomains

1 observed subdomain of test.geetech.mc.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for test.geetech.mc.

MechanismTarget
SPF_Atest.geetech.mc
SPF_IP188.215.251.180
SPF_IP89.44.139.147
SPF_MXtest.geetech.mc

Related pages

Pivot deeper into the graph from test.geetech.mc.

Cypher and MCP

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

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