Skip to content

Hostname

truica.com

Last fetched

truica.com resolves to 2 IPv4 addresses operated by RTD - Orange Romania S.A. in RO. WHOIS lists iana:48 as the registrar.

Nutrition Label

WHISPER CANON · truica.comRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/truica.com

Resolution chain

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

IPPrefixASNOperatorCountry
109.98.28.228109.98.0.0/16AS9050RTD - Orange Romania S.A.RO
89.149.34.21089.149.0.0/18AS12310iNES - iNES GROUP SRLRO

WHOIS identity

Registrar
iana:48
Organization
remus truica
Contact emails

Subdomains

6 observed subdomains of truica.com.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for truica.com.

MechanismTarget
SPF_IP109.98.28.228
SPF_IP86.126.7.157
SPF_IP89.149.34.210

Related pages

Pivot deeper into the graph from truica.com.

Cypher and MCP

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

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