Skip to content

dixcart/cryptowatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#CryptoWatcher

An application that creates "honeypot" documents and watches them for changes. If the files are modified, then the LanmanServer service is stopped and no more corruption of shares can take place.

##Instructions

  • Compile and copy exe to server you want to protect.
  • Run program once to generate a sample XML file.
  • Modify XML file to point to the local paths of your share(s). Multiple folder nodes are allowed.
  • Create a scheduled task to run application at startup, make sure "start in" is set to same directory as exe is located. Also make sure the user you run the task as has rights to the local folders and can start/stop services.

The application inserts a reference Word doc in each listed folder and creates a FileSystemWatcher on each one. As soon as a modification of any type is detected, the application stops the LanmanServer service, which stops all file sharing on that server, and emails the specified address that this has happened.

##License

Creative Commons Licence
CryptoWatcher by Dixcart Technical Solutions Limited is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

Simple implementation of FileWatcher to help slow down CryptoLocker by shutting down Server service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages