Hostname
globalmicro.com.au
Last fetched
globalmicro.com.au resolves to 2 IPv4 addresses operated by AS200484 in FR. WHOIS lists registrar:melbourne it as the registrar.
Nutrition Label
Resolution chain
globalmicro.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 |
|---|---|---|---|---|
| 212.146.211.52 | 212.146.192.0/18 | AS200484 | — | FR |
| 68.218.37.237 | 68.218.0.0/15 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | AU |
WHOIS identity
- Registrar
- registrar:melbourne it
- Organization
- global microchip registry pty
- Contact emails
- —
Subdomains
11 observed subdomains of globalmicro.com.au.
Web-graph footprint
Distinct hostnames that link to or from globalmicro.com.au in the public web crawl.
38 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- globalmicro-com-au.mail.protection.outlook.com
- globalmicro.com.au
SPF policy
6 SPF mechanisms authorising senders for globalmicro.com.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | em6913.customerfields.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 149.72.80.79 |
| SPF_IP | 212.146.211.52 |
| SPF_MX | globalmicro.com.au |
Related pages
Pivot deeper into the graph from globalmicro.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "globalmicro.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.