Replace overengineered dashboard (2025 lines) with focused security intelligence view (847 lines). Drop hero banner, risk gauge, device zoning, nDPId correlation engine. Keep firewall stats, mitmproxy threats, CrowdSec blocking. Add mesh intelligence section with P2P threat-intel sharing (IOC counts, peer contributors, publish/apply). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
32 lines
635 B
JSON
32 lines
635 B
JSON
{
|
|
"luci-app-secubox-security-threats": {
|
|
"description": "Grant access to SecuBox Security Intelligence Dashboard",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.secubox-security-threats": [
|
|
"status",
|
|
"get_active_threats",
|
|
"get_blocked_ips",
|
|
"get_security_stats",
|
|
"get_threat_intel",
|
|
"get_mesh_iocs",
|
|
"get_mesh_peers"
|
|
]
|
|
},
|
|
"uci": ["secubox_security_threats"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.secubox-security-threats": [
|
|
"block_threat",
|
|
"whitelist_host",
|
|
"remove_whitelist",
|
|
"publish_intel",
|
|
"apply_intel"
|
|
]
|
|
},
|
|
"uci": ["secubox_security_threats"]
|
|
}
|
|
}
|
|
}
|