8000 GitHub - ToscanaBR/AXLAP: Autonomous XKeyscore-Like Analysis Platform
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ToscanaBR/AXLAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AXLAP: Autonomous XKeyscore-Like Analysis Platform 🚀

License Version Releases

Welcome to the AXLAP repository! This platform serves as an autonomous tool for conducting advanced network analysis, similar to XKeyscore. With a focus on threat intelligence, AXLAP integrates various technologies to provide a comprehensive analysis of network traffic.

Table of Contents

Introduction

In today's digital landscape, understanding network behavior is crucial for maintaining security. AXLAP offers a user-friendly interface for analyzing network traffic, identifying threats, and generating insights. The platform leverages powerful tools and frameworks to deliver accurate results efficiently.

You can find the latest releases of AXLAP here. Download the necessary files and execute them to get started.

Features

  • Fingerprinting: Identify devices and services on the network.
  • Network Analysis: Gain insights into network traffic patterns.
  • OpenCTI Integration: Collaborate with threat intelligence data.
  • PCAP Analyzer: Analyze packet capture files for detailed insights.
  • Penetration Testing: Assess network vulnerabilities.
  • Social Graph Visualization: Understand relationships between entities.
  • Suricata Integration: Use Suricata for advanced threat detection.
  • Threat Intelligence: Gather and analyze threat data.
  • TUI (Text User Interface): Simple and effective command-line interface.
  • Zeek Integration: Leverage Zeek for enhanced network monitoring.

Technologies Used

AXLAP utilizes a variety of technologies to deliver its features:

  • Elasticsearch: For storing and searching network data.
  • Suricata: An open-source network threat detection engine.
  • Zeek: A powerful network analysis framework.
  • OpenCTI: An open-source threat intelligence platform.
  • Python: The primary programming language for development.
  • Docker: For containerization and easy deployment.

Installation

To install AXLAP, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/ToscanaBR/AXLAP.git
    cd AXLAP
  2. Install Dependencies: Ensure you have Docker installed. Then run:

    docker-compose up -d
  3. Access the Application: Open your web browser and navigate to http://localhost:8000 to access the AXLAP interface.

For the latest releases, visit here. Download the necessary files and execute them as needed.

Usage

Once AXLAP is installed, you can start analyzing network data:

  1. Upload PCAP Files: Use the interface to upload packet capture files.
  2. Run Analysis: Initiate the analysis process to identify threats and gather insights.
  3. View Results: Check the dashboard for visual representations of the data.
  4. Export Data: Download reports for further investigation.

Contributing

We welcome contributions to AXLAP! If you have ideas for improvements or new features, please follow these steps:

  1. Fork the Repository.
  2. Create a New Branch:
    git checkout -b feature/YourFeature
  3. Make Your Changes.
  4. Commit Your Changes:
    git commit -m "Add your message here"
  5. Push to Your Branch:
    git push origin feature/YourFeature
  6. Create a Pull Request.

License

AXLAP is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any questions or feedback, please reach out:

Thank you for your interest in AXLAP! We hope this platform enhances your network analysis capabilities. Don't forget to check the Releases section for updates and new features.

0