Hostname
nttdata.com
Last fetched
nttdata.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:78 as the registrar.
Nutrition Label
Resolution chain
nttdata.com 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 |
|---|---|---|---|---|
| 15.197.144.111 | 15.197.144.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.33.142.69 | 3.33.128.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- iana:78
- Organization
- naoki, aita
- Contact emails
Subdomains
136 observed subdomains of nttdata.com.
Showing 25 of 136. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nttdata.com in the public web crawl.
4,158 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
42 SPF mechanisms authorising senders for nttdata.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.jobdiva.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.51.48.30 |
| SPF_IP | 107.20.210.250/32 |
| SPF_IP | 130.214.193.78/32 |
| SPF_IP | 130.214.193.83/32 |
| SPF_IP | 130.214.193.85/32 |
| SPF_IP | 130.214.193.93/32 |
| SPF_IP | 141.77.1.126 |
| SPF_IP | 141.77.1.127 |
| SPF_IP | 141.77.1.128 |
| SPF_IP | 163.135.156.0/25 |
| SPF_IP | 163.135.157.0/25 |
| SPF_IP | 163.135.193.192/26 |
| SPF_IP | 167.247.216.0/22 |
| SPF_IP | 185.132.183.31/32 |
| SPF_IP | 185.132.183.33 |
| SPF_IP | 185.183.30.89/32 |
| SPF_IP | 185.183.30.93 |
| SPF_IP | 189.125.136.227 |
| SPF_IP | 192.131.85.3 |
| SPF_IP | 205.220.162.213 |
| SPF_IP | 206.180.193.143 |
| SPF_IP | 206.180.193.144 |
| SPF_IP | 206.180.193.145 |
| SPF_IP | 206.180.193.80 |
| SPF_IP | 206.180.193.81 |
| SPF_IP | 206.180.193.82 |
| SPF_IP | 208.86.201.112/32 |
| SPF_IP | 217.56.29.13 |
| SPF_IP | 3.113.157.113 |
| SPF_IP | 52.1.14.157/32 |
| SPF_IP | 59.167.68.40 |
| SPF_IP | 66.159.244.22 |
| SPF_IP | 66.159.246.138 |
| SPF_IP | 67.231.144.107/32 |
| SPF_IP | 89.96.244.55 |
| SPF_IP | 98.142.93.195 |
Related pages
Pivot deeper into the graph from nttdata.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nttdata.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.