Skip to content

Hostname

mycs.com

Last fetched

mycs.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · mycs.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mycs.com

Resolution chain

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

IPPrefixASNOperatorCountry
108.138.106.23108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.41108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.87108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.96108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.214.1013.171.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.171.214.1043.171.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.171.214.173.171.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.171.214.623.171.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
iana:81
Organization
mycs sp. z o.o.
Contact emails

Subdomains

19 observed subdomains of mycs.com.

Web-graph footprint

Distinct hostnames that link to or from mycs.com in the public web crawl.

25 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for mycs.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEspf.mandrillapp.com

Related pages

Pivot deeper into the graph from mycs.com.

Cypher and MCP

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

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