CyberSecurityConsulting icon

CyberSecurityConsulting

ProductionSecurity & Assurance

A comprehensive cybersecurity compliance and risk management platform built with Django REST Framework and React. It provides the frameworks and tracking mechanisms for RMF (Risk Management Framework) and NIST compliance, ideal for consulting engagements and internal audit preparation.

Key Features

  • RMF/NIST Frameworks Library
  • Plan of Action & Milestones (POAM) Management
  • Control Monitoring & Evidence Repository
  • Risk Posture Visualization (Heatmaps)
  • Automated Audit Trail Generation

API Endpoints

MethodPathDescription
GET`/api/frameworks`List supported compliance frameworks
GET`/api/controls`List security controls and their status
POST`/api/poams`Create a new Plan of Action and Milestones
GET`/api/risk/heatmap`Get overall risk posture data

Usage Example

python
import requests
# Example interaction
response = requests.get(
    url="https://api.arcore.internal/api/frameworks",
    headers={"Authorization": "Bearer <token>"}
)
print(response.json())

Tech Stack

DjangoReactPostgreSQL

Authentication

  • **Header:** `Authorization: Bearer <token>`
  • **Scopes:** RBAC is enforced at the object level via `ArcoreCodex` policies.

Compliance & Security

Compliance

  • Role-Based Access Control (RBAC) per engagement
  • Audit logging for all compliance artifact changes

Security

  • Role-Based Access Control (RBAC) per engagement

Related Services