Hostname
mcgit.com.au
Last fetched
mcgit.com.au resolves to 1 IPv4 address operated by AS-26496-GO-DADDY-COM-LLC - GoDaddy.com, LLC in SG.
Nutrition Label
Resolution chain
mcgit.com.au resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.168.104.243 | 184.168.96.0/19 | AS26496 | AS-26496-GO-DADDY-COM-LLC - GoDaddy.com, LLC | SG |
WHOIS identity
No WHOIS records are currently associated with mcgit.com.au in WhisperGraph.
Subdomains
3 observed subdomains of mcgit.com.au.
Web-graph footprint
Distinct hostnames that link to or from mcgit.com.au in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for mcgit.com.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | customer.mailguard.com.au |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | transmail.net |
| SPF_INCLUDE | zoho.com |
| SPF_IP | 103.169.141.61 |
| SPF_IP | 108.168.255.216/32 |
| SPF_IP | 108.168.255.217/32 |
| SPF_IP | 148.72.217.169 |
| SPF_IP | 203.21.125.32/32 |
| SPF_IP | 203.21.125.33/32 |
| SPF_IP | 50.23.246.238/32 |
| SPF_IP | 50.23.252.166/32 |
| SPF_IP | 59.100.13.230 |
Related pages
Pivot deeper into the graph from mcgit.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mcgit.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.