Hostname
basarnas.go.id
Last fetched
basarnas.go.id resolves to 2 IPv4 addresses operated by IDNIC-BASARNAS-AS-ID - Badan SAR Nasional in ID.
Nutrition Label
Resolution chain
basarnas.go.id 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 |
|---|---|---|---|---|
| 103.40.94.2 | 103.40.94.0/24 | AS63506 | IDNIC-BASARNAS-AS-ID - Badan SAR Nasional | ID |
| 103.40.94.40 | 103.40.94.0/24 | AS63506 | IDNIC-BASARNAS-AS-ID - Badan SAR Nasional | — |
WHOIS identity
- Registrar
- —
- Organization
- basarnas
- Contact emails
Subdomains
69 observed subdomains of basarnas.go.id.
Showing 25 of 69. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from basarnas.go.id in the public web crawl.
270 sites link to this hostname.
39 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for basarnas.go.id.
| Mechanism | Target |
|---|---|
| SPF_A | basarnas.go.id |
| SPF_INCLUDE | _tfs-relay.taffeta.co.id |
| SPF_IP | 103.40.94.166 |
| SPF_IP | 103.40.94.247 |
| SPF_IP | 103.40.94.32 |
| SPF_IP | 103.40.94.99 |
| SPF_MX | basarnas.go.id |
Related pages
Pivot deeper into the graph from basarnas.go.id.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "basarnas.go.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.