Skip to content

Hostname

exectech1.com

Last fetched

exectech1.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1647 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.222.6.3618.220.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
44.233.92.8344.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:1647
Organization
chris weinold
Contact emails

Subdomains

1 observed subdomain of exectech1.com.

Web-graph footprint

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

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for exectech1.com.

MechanismTarget
SPF_INCLUDEspf.prxy.com
SPF_IP44.233.92.83

Related pages

Pivot deeper into the graph from exectech1.com.

Cypher and MCP

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

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