Hostname
log4think.com
Last fetched
log4think.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
log4think.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.5.77.177 | 3.5.88.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.77.55 | 3.5.88.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.80.31 | 3.5.91.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.81.163 | 3.5.92.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.83.15 | 3.5.93.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.83.33 | 3.5.93.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.86.66 | 3.5.96.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.234.74 | 52.218.254.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.152.51 | 52.94.15.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.161.179 | 52.94.16.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.181.59 | 52.94.18.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.202.147 | 52.94.22.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.204.91 | 52.94.22.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.227.251 | 52.94.28.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.240.11 | 52.94.39.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.243.187 | 52.94.39.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of log4think.com owner
- Contact emails
Subdomains
3 observed subdomains of log4think.com.
Web-graph footprint
Distinct hostnames that link to or from log4think.com in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for log4think.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | icloud.com |
Related pages
Pivot deeper into the graph from log4think.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "log4think.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.