Hostname
nttab.com.au
Last fetched
nttab.com.au resolves to 2 IPv4 addresses operated by AS149847 in AU. WHOIS lists registrar:corporation service company (aust) pty ltd as the registrar.
Nutrition Label
Resolution chain
nttab.com.au 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 |
|---|---|---|---|---|
| 203.14.204.23 | 203.14.204.0/24 | AS149847 | — | AU |
| 203.14.205.145 | 203.14.205.0/24 | AS32787 | PROLEXIC-TECHNOLOGIES-DDOS-MITIGATION-NETWORK - Akamai Technologies, Inc. | AU |
WHOIS identity
- Registrar
- registrar:corporation service company (aust) pty ltd
- Organization
- webmaster wagering
- Contact emails
- —
Subdomains
6 observed subdomains of nttab.com.au.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for nttab.com.au.
| Mechanism | Target |
|---|---|
| SPF_A | nttab.com.au |
| SPF_INCLUDE | spf-00262501.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 203.2.125.8/30 |
| SPF_IP | 203.47.147.8/30 |
| SPF_MX | nttab.com.au |
Related pages
Pivot deeper into the graph from nttab.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nttab.com.au"})-[: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.