Hostname
trans.ncapp02.com
Last fetched
trans.ncapp02.com resolves to 1 IPv4 address operated by CEENTA - Charlotte Eye, Ear, Nose and Throat Associates, P.A. in IN.
Nutrition Label
Resolution chain
trans.ncapp02.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 202.162.242.39 | 202.162.242.0/24 | AS33480 | CEENTA - Charlotte Eye, Ear, Nose and Throat Associates, P.A. | IN |
WHOIS identity
No WHOIS records are currently associated with trans.ncapp02.com in WhisperGraph.
Subdomains
1 observed subdomain of trans.ncapp02.com.
| Subdomain |
|---|
| mx.trans.ncapp02.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for trans.ncapp02.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | ncapp02.com |
| SPF_IP | 104.131.205.189/32 |
| SPF_IP | 162.243.208.38/32 |
| SPF_IP | 162.243.45.184/32 |
| SPF_IP | 165.227.80.60/32 |
| SPF_IP | 208.116.243.11/27 |
| SPF_IP | 67.205.65.51/29 |
Related pages
Pivot deeper into the graph from trans.ncapp02.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "trans.ncapp02.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.