Το IRMA είναι ένα ασύγχρονο και προσαρμόσιμο system ανάλυσης για ύποπτα αρχεία. Το αποθετήριο είναι ένα project του IRMA και περιέχει τον πηγαίο κώδικα για το IRend Frontend, το οποίο είναι μια εφαρμογή που βασίζεται σε Python και παρέχει έναν τρόπο αποθήκευσης της ανάλυσης που πραγματοποιείται από ανιχνευτές, σε μια βάση δεδομένων και τα εμφανίζει είτε μέσω ενός web client ή ενός CLI-client.
IRMA is an open source platform designed to help detect and analyze malicious files.
Once you install IRMA on your network, your data remains on it.
Each submitted file is analyzed in different ways. He is currently working with many anti-virus machines, but will add other "detectors".
File analysis process
- An analysis starts when a user uploads files to Frontend.
- Controls it frontend for existing SQL files and results. Save new files and scan calls to Brain .
- The program sends secondary tasks to Test (s) when needed.
- The researchers process their work and send the results to Brain .
- Brain sends results to Frontend .
Installation
$ git clone https://github.com/quarkslab/irma $ cd irma $ vagrant up
Διεπαφή γραμμής orders
Web interface
Information on installing and using the program, you will find here.
