Skip to content

Hostname

sendit.gr

Last fetched

sendit.gr resolves to 1 IPv4 address operated by AS60597 in GR.

Nutrition Label

WHISPER CANON · sendit.grRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/sendit.gr

Resolution chain

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

IPPrefixASNOperatorCountry
185.14.200.68185.14.200.0/24AS60597GR

WHOIS identity

No WHOIS records are currently associated with sendit.gr in WhisperGraph.

Subdomains

8 observed subdomains of sendit.gr.

Web-graph footprint

Distinct hostnames that link to or from sendit.gr in the public web crawl.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for sendit.gr.

MechanismTarget
SPF_Asendit.gr
SPF_IP185.14.200.64/27
SPF_MXsendit.gr

Related pages

Pivot deeper into the graph from sendit.gr.

Cypher and MCP

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

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