All Projects → W3ndige → aurora

W3ndige / aurora

Licence: other
Malware similarity platform with modularity in mind.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Mako
254 projects
Dockerfile
14818 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to aurora

Malware-Zoo
Hashes of infamous malware
Stars: ✭ 18 (-74.29%)
Mutual labels:  malware, cybersecurity, malware-research
Owlyshield
Owlyshield is an EDR framework designed to safeguard vulnerable applications from potential exploitation (C&C, exfiltration and impact))..
Stars: ✭ 281 (+301.43%)
Mutual labels:  malware, cybersecurity, malware-research
Malware Feed
Bringing you the best of the worst files on the Internet.
Stars: ✭ 69 (-1.43%)
Mutual labels:  malware, cybersecurity, malware-research
awesome-executable-packing
A curated list of awesome resources related to executable packing
Stars: ✭ 720 (+928.57%)
Mutual labels:  malware, cybersecurity, malware-research
Malware-Sample-Sources
Malware Sample Sources
Stars: ✭ 214 (+205.71%)
Mutual labels:  malware, cybersecurity, malware-research
Malware-Machine-Learning
Malware Machine Learning
Stars: ✭ 26 (-62.86%)
Mutual labels:  malware, cybersecurity, malware-research
Malice
VirusTotal Wanna Be - Now with 100% more Hipster
Stars: ✭ 1,253 (+1690%)
Mutual labels:  malware, cybersecurity, malware-research
ioc-fanger
Fang and defang indicators of compromise. You can test this project in a GUI here: http://ioc-fanger.hightower.space .
Stars: ✭ 47 (-32.86%)
Mutual labels:  malware, malware-research
VX-API
Collection of various malicious functionality to aid in malware development
Stars: ✭ 904 (+1191.43%)
Mutual labels:  malware, malware-research
ThePhish
ThePhish: an automated phishing email analysis tool
Stars: ✭ 676 (+865.71%)
Mutual labels:  malware, cybersecurity
bluepill
BluePill: Neutralizing Anti-Analysis Behavior in Malware Dissection (Black Hat Europe 2019, IEEE TIFS 2020)
Stars: ✭ 94 (+34.29%)
Mutual labels:  malware, malware-research
Abused-Legitimate-Services
Cloud, CDN, and marketing services leveraged by cybercriminals and APT groups
Stars: ✭ 42 (-40%)
Mutual labels:  malware, cybersecurity
Threat Hunting
Personal compilation of APT malware from whitepaper releases, documents and own research
Stars: ✭ 219 (+212.86%)
Mutual labels:  malware, malware-research
who and what to follow
Who and what to follow in the world of cyber security
Stars: ✭ 124 (+77.14%)
Mutual labels:  malware, cybersecurity
binlex
A Binary Genetic Traits Lexer Framework
Stars: ✭ 303 (+332.86%)
Mutual labels:  malware, malware-research
fame modules
Community modules for FAME
Stars: ✭ 55 (-21.43%)
Mutual labels:  malware, malware-research
yara
Malice Yara Plugin
Stars: ✭ 27 (-61.43%)
Mutual labels:  malware, malware-research
memscrimper
Code for the DIMVA 2018 paper: "MemScrimper: Time- and Space-Efficient Storage of Malware Sandbox Memory Dumps"
Stars: ✭ 25 (-64.29%)
Mutual labels:  malware, malware-research
Reverse-Engineering
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.
Stars: ✭ 7,234 (+10234.29%)
Mutual labels:  malware, cybersecurity
Pafish
Pafish is a testing tool that uses different techniques to detect virtual machines and malware analysis environments in the same way that malware families do
Stars: ✭ 2,026 (+2794.29%)
Mutual labels:  malware, malware-research

Aurora

Linting Testing

Automated malware similarity platform with modularity in mind.

Aurora preview

Usage

Essential services

Remember, that aurora uses a number of services running under a hood.

In order to set up Karton, please see the Karton documentation, which gives a great head start into how Karton ecosystem works and how you can easily write new karton for different similarity tasks.

Configuration

Rename the .env.template file to .env and fill the blank values.

Manual installation

Make sure that libmagic and libfuzzy libraries are installed.

For Ubuntu:

apt-get install -y libmagic-dev libfuzzy-dev libfuzzy2

For Arch Linux:

pacman -S ssdeep

Install aurora package.

pip install .

Start the server.

uvicorn aurora.app

Docker installation

In addition, you can use both Docker image and Docker Compose to quickly setup full environment.

docker-compose -f docker-compose.yml build
docker-compose -f docker-compose.yml up

License

This software is licensed under This software is licensed under GNU Affero General Public License version 3 except for kartons.

For more information, read LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].