Hostname
bcconstruct.com.au
Last fetched
bcconstruct.com.au resolves to 2 IPv4 addresses operated by TECL1-AS in AU.
Nutrition Label
Resolution chain
bcconstruct.com.au 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 |
|---|---|---|---|---|
| 202.37.74.252 | 202.37.74.0/24 | AS136557 | TECL1-AS | AU |
| 203.98.95.61 | 203.98.95.0/24 | AS55803 | ISSP-AS-AP Internet Solution & Service Provider Co., Ltd. | AU |
WHOIS identity
No WHOIS records are currently associated with bcconstruct.com.au in WhisperGraph.
Subdomains
12 observed subdomains of bcconstruct.com.au.
Web-graph footprint
Distinct hostnames that link to or from bcconstruct.com.au in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- backup-mx.hosting-cloud.net
- bcconstruct.com.au
- mail.bcconstruct.com.au
SPF policy
4 SPF mechanisms authorising senders for bcconstruct.com.au.
| Mechanism | Target |
|---|---|
| SPF_A | bcconstruct.com.au |
| SPF_INCLUDE | relay.hosting-cloud.net |
| SPF_INCLUDE | spf.mailcluster.com.au |
| SPF_MX | bcconstruct.com.au |
Related pages
Pivot deeper into the graph from bcconstruct.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bcconstruct.com.au"})-[: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.