Giter VIP home page Giter VIP logo

malware's Introduction

Malware found in the wild

  • EICAR test file - A text file you can test your antivirus with, that doesn't do anything malicious.
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

Downloading can be done with proxychains and tor. Downloading multiple files can be done like this:

  • on MacOS:
#!/bin/bash
#collect IPs from logs and put them in a matrix
virusMatrix=(
  1.94.127.91:51527/Mozi.a
  42.224.2.177:56263/Mozi.a
  42.230.87.202:33296/Mozi.m
  58.249.22.48:46809/Mozi.m
  59.94.195.181:46026/Mozi.a
  61.3.155.131:43576/Mozi.a
)
for url in "${virusMatrix[@]}"
  do
    :
    proxychains4 wget $url
done

Some resources

  • Aurora - Malware similarity platform with modularity in mind.
  • DetectionLab - Automate the creation of a lab environment complete with security tooling and logging best practices.
  • DomainClassifier - DomainClassifier is a Python (2/3) library to extract and classify Internet domains/hostnames/IP addresses from raw unstructured text files following their DNS existence, localization or attributes.
  • Findmal - A tool to find/download malware samples from various public repositories.
  • MalwareClassifier - Malware Classifier From Network Captures.
  • Malware-analysis-and-Reverse-engineering - "Some of my publicly available Malware analysis and Reverse engineering."
  • MWDB Feeds - A Modular MWDB Utility to Collect Fresh Malware Samples.
  • Snake - Snake is a malware storage zoo that was built out of the need for a centralised and unified storage solution for malicious samples that could seamlessly integrate into the investigation pipeline.
  • Unit42's Playbook
  • WMIPersistence.vbs

Malware resources

MacOS

Windows

  • moneta - Moneta is a live usermode memory analysis tool for Windows with the capability to detect malware IOCs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.