Hostname
dsa.cc
Last fetched
dsa.cc resolves to 2 IPv4 addresses operated by OCN NTT DOCOMO BUSINESS,Inc. in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
dsa.cc resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 122.18.254.80 | 122.16.0.0/12 | AS4713 | OCN NTT DOCOMO BUSINESS,Inc. | JP |
| 64.176.57.161 | 64.176.32.0/19 | AS20473 | AS-VULTR - The Constant Company, LLC | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- whois privacy protection service by muumuudomain
- Contact emails
Subdomains
3 observed subdomains of dsa.cc.
| Subdomain |
|---|
| ami.dsa.cc |
| www.dsa.cc |
| mta-sts.dsa.cc |
Web-graph footprint
Distinct hostnames that link to or from dsa.cc in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- dsa.cc
SPF policy
3 SPF mechanisms authorising senders for dsa.cc.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.nifty.com |
| SPF_IP | 122.18.254.80 |
Related pages
Pivot deeper into the graph from dsa.cc.
- IP · 122.18.254.80
- ASN · AS4713OCN NTT DOCOMO BUSINESS,Inc.
- Registrar · iana:49
- Country · JP
- Email · privacy@whoisprivacyprotection.info
- TLD · .cc
- Browse hostnames · ds…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dsa.cc"})-[: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.