Hiryu is a visualization tool for threat analysis that organizes APT campaign information and visualizes relations of IOC. It can store mostly schemaless node and relation on local DB, and can use Neo4j GraphDB as backend. Quick Start: Requirements: Redis Neo4j (Optional): confirmed version 3.4.7 works Set up virtualenv and install python packages. Create Django Project and Install Hiryu: 1) Add 'Hiryu' to INSTALLED_APPS as follows: INSTALLED_APPS = [ ... 'Hiryu', ] 2) Edit DATABASES (e.g. postgresql) DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': '<DB name>', 'USER': '<DB user>', 'PASSWORD': '<DB password>', } }
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
CRITs is an open source malware and threat repository for collaborative threat defense and analysis.
Search engine for Windows executable files and hashes, providing insights into file prevalence, behavior, and security information.
A comprehensive Threat Intelligence Program Management Solution for managing the entire CTI lifecycle.
In-depth threat intelligence reports and services providing insights into real-world intrusions, malware analysis, and threat briefs.
A collection of companies that disclose adversary TTPs after being breached, useful for analysis of intrusions.
ZoomEye is an advanced cyberspace search engine that provides detailed information on cyberspace assets, including server software and version information, for cybersecurity experts, researchers, and enterprises.
A community-driven public malware repository providing access to malware samples, tools, and resources for the cybersecurity community.
A tracker that detects and logs SYN packets with a specific signature generated by the Mirai malware, providing real-time information on Mirai-based campaigns.
A project sharing malicious URLs used for malware distribution to help protect networks.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.