Skip to content

Hostname

orders.tortitea.com

Last fetched

orders.tortitea.com resolves to 2 IPv4 addresses operated by SUPERHOSTING_AS - SuperHosting.BG Ltd. in BG.

Nutrition Label

WHISPER CANON · orders.tortitea.comRouting diversity2.4/10Peering density8.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/orders.tortitea.com

Resolution chain

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

IPPrefixASNOperatorCountry
164.138.218.177164.138.218.0/23AS201200SUPERHOSTING_AS - SuperHosting.BG Ltd.BG
176.9.77.10176.9.0.0/16AS24940HETZNER-AS - Hetzner Online GmbHDE

WHOIS identity

No WHOIS records are currently associated with orders.tortitea.com in WhisperGraph.

Subdomains

1 observed subdomain of orders.tortitea.com.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for orders.tortitea.com.

MechanismTarget
SPF_Aorders.tortitea.com
SPF_INCLUDEneva.spf.superhosting.bg
SPF_INCLUDEsmtp-out.spf.superhosting.bg
SPF_IP164.138.218.15
SPF_IP164.138.219.15
SPF_MXorders.tortitea.com

Related pages

Pivot deeper into the graph from orders.tortitea.com.

Cypher and MCP

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

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