Hostname
nisp.id
Last fetched
nisp.id resolves to 1 IPv4 address operated by AS132644 in ID. WHOIS lists iana:1 as the registrar.
Nutrition Label
Resolution chain
nisp.id 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 |
|---|---|---|---|---|
| 116.204.249.140 | 116.204.248.0/23 | AS132644 | — | ID |
WHOIS identity
- Registrar
- iana:1
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of nisp.id.
| Subdomain |
|---|
| ruangmenyala.nisp.id |
| sig.nisp.id |
Threat posture
History
Mail and authentication
MX records
- nisp.id
- ruangmenyala.nisp.id
SPF policy
3 SPF mechanisms authorising senders for nisp.id.
| Mechanism | Target |
|---|---|
| SPF_A | nisp.id |
| SPF_IP | 116.204.249.140 |
| SPF_MX | nisp.id |
Related pages
Pivot deeper into the graph from nisp.id.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nisp.id"})-[: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.