Hostname
attspace.com
Last fetched
attspace.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
attspace.com 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 |
|---|---|---|---|---|
| 3.168.167.51 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.7 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.74 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.75 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 54.230.228.39 | 54.230.228.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.230.228.69 | 54.230.228.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.230.228.71 | 54.230.228.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.230.228.74 | 54.230.228.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
49 observed subdomains of attspace.com.
Showing 25 of 49. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for attspace.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.attspace.com |
| SPF_INCLUDE | mc1310.mschosting.cloud |
| SPF_INCLUDE | se.mschosting.com |
| SPF_IP | 110.4.45.38 |
Related pages
Pivot deeper into the graph from attspace.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "attspace.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.