Hostname
ftp.tisystems.com.au
Last fetched
ftp.tisystems.com.au resolves to 1 IPv4 address operated by TISYSTEMS-AS-AP - TI SYSTEMS AUSTRALIA PTY LTD in AU.
Nutrition Label
Resolution chain
ftp.tisystems.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 |
|---|---|---|---|---|
| 103.156.80.81 | 103.156.80.0/23 | AS141204 | TISYSTEMS-AS-AP - TI SYSTEMS AUSTRALIA PTY LTD | AU |
WHOIS identity
No WHOIS records are currently associated with ftp.tisystems.com.au in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for ftp.tisystems.com.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.scanscope.net |
| SPF_INCLUDE | spf.synergywholesale.com |
| SPF_INCLUDE | spf1.emailsecurity.app |
| SPF_IP | 103.156.80.80 |
| SPF_IP | 103.156.80.82 |
| SPF_IP | 103.156.80.85 |
| SPF_IP | 104.40.229.156/32 |
| SPF_IP | 112.140.180.146/32 |
| SPF_MX | ftp.tisystems.com.au |
Related pages
Pivot deeper into the graph from ftp.tisystems.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ftp.tisystems.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.