-
Hi, First of all, thank you for this project! This project looks trustworthy and on first sight I did not detect anything suspicious, nonetheless I went ahead and checked the current release with VirusTotal just to be sure, the report can be found here: https://www.virustotal.com/gui/file/3ea8f34d481c930ed0d08a5c175cd9ce0ea23805949c29f9c407ae41b46d8999 It (currently) has one detection, which is most likely a false positive and you could possibly rectify it by submitting the program to Elastic (if you care). In VT, under "Relations" you can find that it is "connected" to a Chrome Extension (which has 2 detections) and two IP addresses which also have (very few) detections and I think one of those is also contacted by the DiscordChatExporter (which btw also gets flagged 4 times as of now?). Could you possibly shed some light on what the two IP addresses the program connects two are contacted for (maybe even point out the files/lines of code?) and why Elastic could be flagging the program? I also got three firewall notifications (e.g. from node.js) when launching the program, I guess this is for the (local) database communication? It seems to run fine without an internet connection. I am highly confident that this project is not malicious and I just hope you could remove any remaining doubt one could have. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The windows release version zip is exactly the same as the ones built by github actions. Also nginx binary is sourced from the official site. The only thing that I am not 100 % sure that is clean are dlls The problem is that the project uses a lot of dependencies - even builds straight from github actions may suffer from supply chain attack. The project should ONLY contact discord servers. It has no analytics added from my side (but probably other dependencies may have that baked in). Please tell me if you find out any information. It may me useful to fix Windows Defender detection too. |
Beta Was this translation helpful? Give feedback.
The windows release version zip is exactly the same as the ones built by github actions. Also nginx binary is sourced from the official site.
The only thing that I am not 100 % sure that is clean are dlls
msvcp140.dll
andvcruntime140_1.dll
, that I "stole" from my pc :D.The problem is that the project uses a lot of dependencies - even builds straight from github actions may suffer from supply chain attack.
The project should ONLY contact discord servers. It has no analytics added from my side (but probably other dependencies may have that baked in). Please tell me if you find out any information. It may me useful to fix Windows Defender detection too.