Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynnian/infoxi
An ethical, self-hosted information management system for analyzing and visualizing relational data, tailored for cybersecurity and organizational experts. WIP.
https://github.com/dynnian/infoxi
asp-net-core blazor blazor-webassembly csharp data-engineering data-visualization social-engeneering-toolkit social-engineering
Last synced: about 19 hours ago
JSON representation
An ethical, self-hosted information management system for analyzing and visualizing relational data, tailored for cybersecurity and organizational experts. WIP.
- Host: GitHub
- URL: https://github.com/dynnian/infoxi
- Owner: dynnian
- License: gpl-3.0
- Created: 2025-02-12T17:41:22.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2025-02-12T17:44:22.000Z (3 days ago)
- Last Synced: 2025-02-12T18:42:20.652Z (3 days ago)
- Topics: asp-net-core, blazor, blazor-webassembly, csharp, data-engineering, data-visualization, social-engeneering-toolkit, social-engineering
- Language: C#
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Infoxi (WIP)
**Infoxi** is a simple social engineering platform tailored for whitehat and bluehat cybersecurity experts, organizational analysts, and professionals in intelligence or governance. Designed to collect, manage, and analyze information about individuals and their interactions, Infoxi provides insights into social, professional, and organizational dynamics.
## Features
Infoxi has the following features:### Core Features
1. **Authentication and User Management**
- Leverages Microsoft Identity for secure user authentication.
- Role-based access control with two roles:
- **Normal User**: Standard user role with access to core features of the platform.
- **Administrator**: Management role with elevated permissions for site administration tasks.2. **Data Management**
- CRUD (Create, Read, Update, Delete) operations for storing and managing person-specific information.
- Relational data support to map connections between individuals, including organizational hierarchies and interpersonal relationships.3. **Data Security**
- HTTPS ensures data in transit is secure.
- Activity logging for audit trails to ensure transparency and accountability.4. **Self-Hosting**
- Designed to be self-hosted, giving organizations full control over their data and deployment environment.5. **Containerized Deployment**
- Docker and docker-compose are used to simplify deployment and ensure consistency across environments.## Tech Stack
- **Programming Language**: C#
- **Framework**: ASP.NET Core MVC with Razor Pages
- **Authentication**: Microsoft Identity
- **Database**: PostgreSQL
- **Front-End**: Razor Pages
- **Hosting**: Dockerized environment with docker-compose
- **Runtime**: .NET 8## License
Infoxi is free and open-source software licensed under the GPLv3 License. See the [LICENSE](LICENSE) file for details.## Roadmap
Future iterations of Infoxi aim to include:
- Advanced relational mapping and visualizations.
- Data import from external sources (e.g., OSINT).
- AI-driven insights for threat detection and organizational analysis.
- Support for additional authentication methods.