Skip to content

Hostname

mail.rednet.ge

Last fetched

mail.rednet.ge resolves to 2 IPv4 addresses operated by PREDATOR-AS - Connect Ltd. in GE.

Nutrition Label

WHISPER CANON · mail.rednet.geRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/mail.rednet.ge

Resolution chain

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

IPPrefixASNOperatorCountry
212.72.155.125212.72.155.0/24AS197229PREDATOR-AS - Connect Ltd.GE
212.72.155.7212.72.155.0/24AS197229PREDATOR-AS - Connect Ltd.GE

WHOIS identity

No WHOIS records are currently associated with mail.rednet.ge in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for mail.rednet.ge.

MechanismTarget
SPF_Amail.rednet.ge
SPF_IP212.72.155.20
SPF_IP80.241.246.3
SPF_MXmail.rednet.ge

Related pages

Pivot deeper into the graph from mail.rednet.ge.

Cypher and MCP

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

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