Hostname
ns3.csnet.coop
Last fetched
ns3.csnet.coop resolves to 1 IPv4 address operated by AS-ENECOM - Enecom,Inc. in JP.
Nutrition Label
Resolution chain
ns3.csnet.coop 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 |
|---|---|---|---|---|
| 219.118.233.226 | 219.118.224.0/19 | AS18144 | AS-ENECOM - Enecom,Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with ns3.csnet.coop in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for ns3.csnet.coop.
| Mechanism | Target |
|---|---|
| SPF_IP | 113.38.203.224/28 |
| SPF_IP | 124.155.60.139/32 |
| SPF_IP | 219.118.233.224/28 |
| SPF_IP | 219.118.238.136/32 |
Related pages
Pivot deeper into the graph from ns3.csnet.coop.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ns3.csnet.coop"})-[: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.