Skip to content

Hostname

mcaa.org

Last fetched

mcaa.org resolves to 3 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · mcaa.orgRouting diversity3.0/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/mcaa.org

Resolution chain

mcaa.org resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
44.221.2.6544.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.1.169.12352.0.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.147.103.12754.147.64.0/18AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:2
Organization
mechanical contractors association of america
Contact emails

Subdomains

11 observed subdomains of mcaa.org.

Web-graph footprint

Distinct hostnames that link to or from mcaa.org in the public web crawl.

682 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

13 SPF mechanisms authorising senders for mcaa.org.

MechanismTarget
SPF_Adispatch-us.ppe-hosted.com
SPF_INCLUDE_spf-us.ppe-hosted.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf.constantcontact.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP208.185.105.151
SPF_IP208.75.123.0/24
SPF_IP34.232.205.154
SPF_IP52.1.169.123
SPF_IP54.235.79.245
SPF_IP64.124.100.100
SPF_MXmcaa.org

Related pages

Pivot deeper into the graph from mcaa.org.

Cypher and MCP

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

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