Hostname
biskom.web.id
Last fetched
biskom.web.id resolves to 2 IPv4 addresses operated by AS137331 in ID. WHOIS lists iana:1 as the registrar.
Nutrition Label
Resolution chain
biskom.web.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.186.208.130 | 103.186.208.0/24 | AS137331 | — | ID |
| 103.28.12.226 | 103.28.12.0/24 | AS58404 | — | ID |
WHOIS identity
- Registrar
- iana:1
- Organization
- biskom
- Contact emails
Subdomains
2 observed subdomains of biskom.web.id.
| Subdomain |
|---|
| mail.biskom.web.id |
| www.biskom.web.id |
Web-graph footprint
Distinct hostnames that link to or from biskom.web.id in the public web crawl.
74 sites link to this hostname.
359 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for biskom.web.id.
| Mechanism | Target |
|---|---|
| SPF_A | spf.qwords.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.rapidwhm.com |
| SPF_INCLUDE | spf.spamdisinfect.com |
| SPF_IP | 103.186.208.130 |
| SPF_IP | 103.28.12.226 |
Related pages
Pivot deeper into the graph from biskom.web.id.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "biskom.web.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.