Hostname
actf.com.au
Last fetched
actf.com.au resolves to 2 IPv4 addresses operated by INT-5GN-AS-AP 5G NETWORK OPERATIONS PTY LTD in AU. WHOIS lists registrar:melbourne it as the registrar.
Nutrition Label
Resolution chain
actf.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 |
|---|---|---|---|---|
| 111.223.232.155 | 111.223.232.0/21 | AS38880 | INT-5GN-AS-AP 5G NETWORK OPERATIONS PTY LTD | AU |
| 27.131.66.187 | 27.131.64.0/19 | AS38880 | INT-5GN-AS-AP 5G NETWORK OPERATIONS PTY LTD | AU |
WHOIS identity
- Registrar
- registrar:melbourne it
- Organization
- australian children's television foundation
- Contact emails
- —
Subdomains
21 observed subdomains of actf.com.au.
Web-graph footprint
Distinct hostnames that link to or from actf.com.au in the public web crawl.
135 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for actf.com.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | autotask.net |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfa.cpmails.com |
| SPF_IP | 111.223.232.154 |
| SPF_IP | 203.219.205.10 |
| SPF_IP | 203.22.215.136/32 |
Related pages
Pivot deeper into the graph from actf.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "actf.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.