Hostname
humanizationoftechnology.com
Last fetched
humanizationoftechnology.com resolves to 1 IPv4 address operated by AS36454 in US. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
humanizationoftechnology.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.181.254.99 | 185.181.254.0/24 | AS36454 | — | US |
WHOIS identity
- Registrar
- iana:303
- Organization
- gustavo reimondo
- Contact emails
Subdomains
12 observed subdomains of humanizationoftechnology.com.
Showing 10 of 12. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from humanizationoftechnology.com in the public web crawl.
16 sites link to this hostname.
138 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for humanizationoftechnology.com.
| Mechanism | Target |
|---|---|
| SPF_A | 5817.submission.antispamcloud.com |
| SPF_A | humanizationoftechnology.com |
| SPF_A | release.antispamcloud.com |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 104.237.136.127/32 |
| SPF_IP | 185.181.254.95 |
| SPF_IP | 69.164.192.62 |
| SPF_IP | 72.14.188.71 |
| SPF_MX | humanizationoftechnology.com |
Related pages
Pivot deeper into the graph from humanizationoftechnology.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "humanizationoftechnology.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.