Hostname
bca.gov.sg
Last fetched
bca.gov.sg resolves to 3 IPv4 addresses operated by DOSARREST - Dosarrest Internet Security LTD in US. WHOIS lists iana:954 as the registrar.
Nutrition Label
Resolution chain
bca.gov.sg resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 199.184.145.208 | 199.184.145.0/24 | AS19324 | DOSARREST - Dosarrest Internet Security LTD | US |
| 45.60.116.209 | 45.60.116.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.60.77.209 | 45.60.77.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
WHOIS identity
- Registrar
- iana:954
- Organization
- building and construction authority (sgnic-orgbu124228)
- Contact emails
- —
Subdomains
36 observed subdomains of bca.gov.sg.
Showing 25 of 36. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bca.gov.sg in the public web crawl.
541 sites link to this hostname.
20 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for bca.gov.sg.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | support.gov.sg |
| SPF_IP | 132.147.97.200 |
| SPF_IP | 160.96.214.113 |
| SPF_IP | 160.96.214.116 |
| SPF_IP | 202.73.46.170/32 |
| SPF_IP | 23.251.233.28/32 |
| SPF_IP | 54.240.102.94 |
| SPF_IP | 54.240.102.95 |
Related pages
Pivot deeper into the graph from bca.gov.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bca.gov.sg"})-[: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.