Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Milano v1.0.1 Available on GitHub (Score 2) 62

Thank you for your comments!

In order to ensure full transparency and growth to the Milano tool we are releasing the source code on GitHub (link below). Our intentions are to give people a way to protect themselves. The executable was created with the lowest technical user in mind and now we want to make sure we are completely transparent with how our tool operates. In lieu of executing the binary the .py script on GitHub can be leveraged. We have learned a lot during our releases to include, leaving '.DS_Store' within the zip, consistent folder/file names, etc.

This is the first time we have released tools to the public for free. We will continue to develop, improve, and grow our processes as these opportunities are identified. We truly appreciate the feedback and suggestions and will continue to take them into account with every release.

GitHub Repo: https://github.com/RookLabs/mi...
Blog Post: https://www.rooksecurity.com/w...

Comment Re:I ran it (Score 1) 62

Depending on the directory you choose will drive the amount of time the tool will take to execute. Using the Deep Scan, which I recommend, Milano is creating MD5 hashes of every file on your system and comparing against our list of bad files. The process of hashing each file will take quite a few cycles. I think your recommendation of running during downtime is best.

Comment Re:It's a virus (Score 1) 62

I completely understand executing caution when opening or using new files, especially when they're an executable, from a not so known company, and AV software is recommending you do so. Below are the VirusTotal results for both the Package1_1.zip and HT_Malware_Observations.pdf. The PDF contained within the zip is what is causing the AV to trigger. We believe this is due to string detection. The PDF contains file names like dropper.dll, _d9jaoFG.fXR, etc. It's very likely the AV is searching for these types of files/libraries being packaged within a malicious payload.

Scan results:
Package1_1.zip
VT Results: https://www.virustotal.com/en/...

HT_Malware_Observations.pdf
Under the File detail tab and Contained files the PDF is flagged by 2 vendors.
VT results for the PDF https://www.virustotal.com/en/...
  • 1. This PDF document has 8 pages, please note that most malicious PDFs have only one page.
  • 2. This PDF document has 74 object start declarations and 74 object end declarations.
  • 3. This PDF document has 29 stream object start declarations and 20 stream object end declarations.
  • 4. This PDF document has a cross reference table (xref).
  • 5. This PDF document has a pointer to the cross reference table (startxref).
  • 6. This PDF document has a trailer dictionary containing entries allowing the cross reference table, and thus the file objects, to be read.

Comment Re:Not sure I can trust them... (Score 1) 62

Absolutely, I have a prepared a blog post (excerpt pasted below) touching on this issue, and others, directly. As JJ said, we are releasing the source code on GitHub. Our developers are working to ensure our README is fully up-to-date.

"In order to ensure full transparency and growth to the Milano tool we are releasing the source code on GitHub (link below). Our intentions are to give people a way to protect themselves. The executable was created with the lowest technical user in mind and now we want to make sure we are completely transparent with how our tool operates. In lieu of executing the binary the .py script on GitHub can be leveraged. We have learned a lot during our releases to include, leaving '.DS_Store' within the zip, consistent folder/file names, etc.

This is the first time we have released tools to the public for free. We will continue to develop, improve, and grow our processes as these opportunities are identified. We truly appreciate the feedback and suggestions and will continue to take them into account with every release."

Slashdot Top Deals

Save energy: Drive a smaller shell.

Working...