Hostname
humanmade.com
Last fetched
humanmade.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
humanmade.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.173.132.52 | 18.173.132.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.132.79 | 18.173.132.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.132.94 | 18.173.132.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.132.98 | 18.173.132.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- j.a. depczyk
- Contact emails
- jac@jacdepczyk.com
- 511a6656-b1cf-460a-8b35-47631fd8d4e3@identity-protect.org
- 6ae1dc4b-5e1e-4b4e-b79a-ee62330d413e@identity-protect.org
- 7de62a6a-2372-4183-b67c-8214883d118c@identity-protect.org
- 8248df9c-94b2-4457-a80d-de4f92cb5e99@identity-protect.org
- a193017a-497c-42c5-af54-83409a796385@identity-protect.org
- fd50c54d-be94-41d2-937f-50c52397c61e@identity-protect.org
- owner-141325@humanmade.com.whoisprivacyservice.org
- owner-1776703@humanmade.com.whoisprivacyservice.org
- owner-3738638@humanmade.com.whoisprivacyservice.org
- owner-5438242@humanmade.com.whoisprivacyservice.org
- owner-6783352@humanmade.com.whoisprivacyservice.org
- owner-9418341@humanmade.com.whoisprivacyservice.org
Subdomains
6 observed subdomains of humanmade.com.
Web-graph footprint
Distinct hostnames that link to or from humanmade.com in the public web crawl.
314 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for humanmade.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | helpscoutemail.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
Related pages
Pivot deeper into the graph from humanmade.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "humanmade.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.