Hostname
loom.codes
Last fetched
loom.codes resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in NL. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
loom.codes resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.239.83.17 | 18.239.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.83.40 | 18.239.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.83.63 | 18.239.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.83.79 | 18.239.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 3.168.178.101 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.121 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.42 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.63 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
- Registrar
- iana:292
- Organization
- atlassian pty
- Contact emails
- —
Subdomains
3 observed subdomains of loom.codes.
Threat posture
History
Related pages
Pivot deeper into the graph from loom.codes.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "loom.codes"})-[: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.