Since today, my Malwarebytes doesn't let me connect to appwrite cloud anymore. I try to connect from my own (WIP) website and the connections seem to all be fine. Just Malwarebytes doesn't like them. Has anyone encountered this problem before? How can this be prevented going forward?
Whaaat π€£
So weird. Let me check
Hmmm aparently some antivirus are flagging Appwrite cloud as a virus: https://www.virustotal.com/gui/url/9e4a41873af23f1cc8313071f7c6da29e71eddb7350e5f184573381fc64e922d?nocache=1
hmm, that's bad. Since Appwrite is multi-tennant, can this rating be reversed?
You should report it to the vendor. Using a custom domain should override it too I think
I mean, to malwarebytes
I'm doing it right now
But I suspect this and the DDoS is a campaign against Appwrite for some unknown reason
yes, but I have some friends testing the site for me and we wanted to open it up to more people from our community. Having to manually unblock Appwrite is a no-go
The only idea I have is to re-wire the API so it hits my hoster first (Vercel) and then functions from there call Appwrite.
I already have issued emails or tickets to all the providers blocking appwrite.
Now there is one less AV blocking it. Hope the rest ones make the same π
@maru Do I can publish your screenshots in the malwarebytes forum?
Yes, it doesn't contain any personal information. Please do π
fyi The one with the green border is from my Windows service, the other one is from the Firefox browser extension
Submitted
Hope they unblock it soon
Recommended threads
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...