Skip to content

Hostname

amourtime.com

Last fetched

amourtime.com resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists iana:269 as the registrar.

Nutrition Label

WHISPER CANON · amourtime.comRouting diversity2.4/10Peering density6.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/amourtime.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.131.212.51104.131.192.0/19AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
138.68.208.214138.68.208.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS

WHOIS identity

Registrar
iana:269
Organization
thomas skora
Contact emails

Subdomains

2 observed subdomains of amourtime.com.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for amourtime.com.

MechanismTarget
SPF_INCLUDE_spf.vinilolimited.com
SPF_INCLUDEtogetherspf.smtp.com
SPF_MXamourtime.com

Related pages

Pivot deeper into the graph from amourtime.com.

Cypher and MCP

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

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