Skip to content

Hostname

codelaw.com

Last fetched

codelaw.com resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:48 as the registrar.

Nutrition Label

WHISPER CANON · codelaw.comRouting diversity4.5/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint5.2/10canon.whisper.security/host/codelaw.com

Resolution chain

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

IPPrefixASNOperatorCountry
100.49.65.191100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
100.51.81.105100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
13.217.124.6313.216.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
184.73.190.166184.73.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
3.228.31.1883.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.173.66.22035.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.21.155.10152.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
98.91.8.4198.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:48
Organization
dotcom capital
Contact emails

Subdomains

4 observed subdomains of codelaw.com.

Web-graph footprint

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

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for codelaw.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEsendgrid.net

Related pages

Pivot deeper into the graph from codelaw.com.

Cypher and MCP

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

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