Skip to content

Hostname

amedia.tech

Last fetched

amedia.tech has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:463 as the registrar.

Nutrition Label

WHISPER CANON · amedia.techRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/amedia.tech

Resolution chain

amedia.tech has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
iana:463
Organization
'action-digital'
Contact emails

Subdomains

41 observed subdomains of amedia.tech.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for amedia.tech.

MechanismTarget
SPF_Aamedia.tech
SPF_INCLUDEofsys.com
SPF_INCLUDEspf.mandrillapp.com
SPF_IP95.214.56.25
SPF_IP95.214.56.70
SPF_MXamedia.tech
SPF_MXtechmail.amedia.tech

Related pages

Pivot deeper into the graph from amedia.tech.

Cypher and MCP

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

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