Skip to content
/ amico Public
forked from perdisci/amico

AMICO - Accurate Behavior-Based Detection of Malware Downloads

License

Unknown, Unknown licenses found

Licenses found

Unknown
COPYING
Unknown
COPYING.md
Notifications You must be signed in to change notification settings

tph5595/amico

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

AMICO is a malware download classification tool that can be deployed in large networks. It reconstructs Windows PE files from the network traffic and determines if they are malicious or not based on their provenance information.

To classify a PE file download event, AMICO looks at who is downloading what and from where, rather than analyzing the content of the downloaded files.

For more technical information, please refer to this ESORICS 2013 research paper

For more information on how to use and deploy AMICO, please go through the Wiki pages. This is an initial release of the system and we will keep refining the code and documentation. Please open a new Issue if you experience any problems.

If you are deploying AMICO in a large university-like campus network and would like to share your experience, report problems, or know more about our own deployment, please contact us at (perdisci [-at-] cs.uga.edu).

You can also visit our AMICO-Security Blog.

SETUP AND DEPLOYMENT

Please refer to our project's Wiki for detailed information about system requirements, setup, and deployment guidelines.

LICENSING

The code under the "master" branch is released under BSD license. Please refer to the COPYING file under the master branch for details.

Notice that code in other directories, such as "tags/amico-1.0" and "branches/experimental", is currently released under GNU GPL.

News

  • [04/29/2015] Improved experimental branch code, and tested capture and classification of APKs and JARs in a large network.
  • [03/27/2015] All code in the master branch has been released under BSD license.
  • [03/27/2015] Moved all project files from GoogleCode to GitHub.
  • [01/14/2015] Added some documentation about syslog reports format.
  • [11/20/2014] Added experimental code for supporting file formats other than Windows PE (see svn/branches/experimental). We can currently extract most JAR, APK, DMG, ZIP, RAR, PDF files, and even some Microsoft Office documents. Limitations: the feature extraction and provenance classifier currently treat all file types the same way; we are performing more research to see if the behavior-based detection approach used by AMICO can still work well even with non-executable files.
  • [11/08/2014] We have created the AMICO-Security Blog, where we discuss malware campaign discoveries and other related topics.
  • [10/09/2014] Quick steps for tuning packet capture and drastically reduce packet loss.
  • [10/03/2014] Added a brief example of how AMICO can be deployed in a network.
  • [09/15/2014] We recently fixed a number of rarely-triggered bugs and improved general code quality and stability.
  • [09/13/2014] In the Wiki, you can now find more information about the pe_dump component of AMICO.
  • [08/26/2014] We successfully built a PF_RING-aware version of AMICO (see how we did it)

About

AMICO - Accurate Behavior-Based Detection of Malware Downloads

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
COPYING
Unknown
COPYING.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 52.7%
  • C 46.1%
  • Shell 1.1%
  • Makefile 0.1%