Hostname
barracuda.connectedlocal.cloud
Last fetched
barracuda.connectedlocal.cloud resolves to 4 IPv4 addresses operated by AS55720 in MY.
Nutrition Label
Resolution chain
barracuda.connectedlocal.cloud resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 118.107.222.44 | 118.107.222.0/24 | AS55720 | — | MY |
| 118.107.222.45 | 118.107.222.0/24 | AS55720 | — | MY |
| 118.107.222.54 | 118.107.222.0/24 | AS55720 | — | MY |
| 118.107.223.5 | 118.107.223.0/24 | AS55720 | — | MY |
WHOIS identity
No WHOIS records are currently associated with barracuda.connectedlocal.cloud in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
30 SPF mechanisms authorising senders for barracuda.connectedlocal.cloud.
| Mechanism | Target |
|---|---|
| SPF_A | barracuda.connectedlocal.cloud |
| SPF_A | barracuda.vprot.com.my |
| SPF_IP | 103.228.55.132/27 |
| SPF_IP | 103.228.55.140 |
| SPF_IP | 103.82.228.0/24 |
| SPF_IP | 103.82.229.0/24 |
| SPF_IP | 103.82.229.5/24 |
| SPF_IP | 118.107.222.32/27 |
| SPF_IP | 118.107.222.44 |
| SPF_IP | 118.107.222.45 |
| SPF_IP | 118.107.222.54 |
| SPF_IP | 118.107.222.56 |
| SPF_IP | 118.107.223.253 |
| SPF_IP | 118.107.223.254 |
| SPF_IP | 118.107.223.4 |
| SPF_IP | 118.107.223.5 |
| SPF_IP | 150.107.78.228/27 |
| SPF_IP | 150.107.78.231 |
| SPF_IP | 150.107.78.232 |
| SPF_IP | 150.107.78.27 |
| SPF_IP | 150.107.78.28 |
| SPF_IP | 150.107.78.29 |
| SPF_IP | 202.73.14.20 |
| SPF_IP | 202.73.14.21 |
| SPF_IP | 209.222.80.0/21 |
| SPF_IP | 2402:9500:e000:1005::0/64 |
| SPF_IP | 52.230.126.46 |
| SPF_IP | 61.4.101.225/27 |
| SPF_IP | 61.4.101.254 |
| SPF_MX | barracuda.connectedlocal.cloud |
Related pages
Pivot deeper into the graph from barracuda.connectedlocal.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "barracuda.connectedlocal.cloud"})-[: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.