FAQ and Common Issues
Use this page to quickly diagnose and resolve common AuroraSOC user-facing problems.
Before You Troubleshoot
Check these first:
- Are you logged in with the correct role?
- Is the API reachable at
http://localhost:8000? - Is the dashboard reachable at
http://localhost:3000? - Are required backend services healthy?
Login and Access Issues
Symptom: Login fails with unauthorized error
Possible causes:
- Wrong credentials
- Expired token/session
- Misconfigured environment secret values
What to do:
- Retry login and verify username/password.
- Log out and log in again to refresh token.
- Ask an admin to verify your role and account status.
Symptom: I cannot see pages other users can see
Possible cause: role-based permissions differ.
What to do:
- Check Role-Based Access.
- Request the required role/permission from an admin.
Data and Refresh Issues
Symptom: Dashboard cards do not update
Possible causes:
- API call failure
- WebSocket disconnected
- Upstream service lag
What to do:
- Refresh browser once.
- Confirm API health endpoint responds.
- Confirm alerts stream is receiving events.
Symptom: Alerts appear duplicated
Possible cause: source systems sending near-identical events across channels.
What to do:
- Check dedup hash fields in alert detail.
- Group by source and timestamp to verify true duplicates.
Investigation and Response Issues
Symptom: Investigation stays pending too long
Possible causes:
- Worker queue backlog
- Agent endpoint timeout
- Dependency degradation
What to do:
- Check worker and agent service health.
- Retry investigation once backlog clears.
- Escalate to platform engineer if persistent.
Symptom: Playbook execution blocked
Possible causes:
- Missing permission
- Approval required
- Playbook disabled
What to do:
- Verify your permissions and role.
- Check approvals queue and request status.
- Confirm the selected playbook is enabled.
CPS/IoT-Specific Issues
Symptom: Device shows untrusted attestation
What to do:
- Open device details in CPS/IoT Devices.
- Compare firmware version/hash with expected baseline.
- Escalate and isolate if policy requires.
Symptom: Physical-cyber correlation seems missing
What to do:
- Check correlation view and time window.
- Confirm both cyber and physical signals are present for the same period.
Frequently Asked Questions
Is AuroraSOC safe to use in production exactly as-is?
AuroraSOC includes strong production-oriented controls, but review deployment hardening guidance before full production rollout.
Can I run only part of the platform?
Yes. You can run core API and dashboard flows first, then progressively enable agents and advanced integrations.
Where do I find engineering-level diagnostics?
See Developer Monitoring and Developer Error Handling.
Escalation Matrix
| Severity | Example Condition | Escalate To | Target Response |
|---|---|---|---|
| Low | UI rendering issue without data impact | SOC operator lead | Same business day |
| Medium | Delayed investigation results | Platform engineer on-call | Within 2 hours |
| High | Playbook execution blocked during active case | Security engineering lead | Within 30 minutes |
| Critical | Widespread auth failures or API outage | Incident commander / SRE | Immediate |
Data to Capture Before Escalation
Collect these details before opening an escalation ticket:
- Timestamp and timezone of issue occurrence
- User role and affected page/API endpoint
- Request ID or trace ID (if available)
- Screenshot/error message and reproduction steps
- Whether issue is reproducible or intermittent