secubox-openwrt/package/secubox/luci-app-secubox-p2p/root/usr/share/luci/menu.d/luci-app-secubox-p2p.json
CyberMind-FR 1652b39137 feat(p2p): Add decentralized threat intelligence sharing via mesh
Share CrowdSec bans and mitmproxy detections between mesh nodes using
the existing blockchain chain + gossip sync. Received IOCs from trusted
peers are auto-applied as CrowdSec decisions based on a three-tier trust
model (direct/transitive/unknown).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 11:13:51 +01:00

86 lines
1.5 KiB
JSON

{
"admin/secubox/mirrorbox": {
"title": "MirrorBox",
"order": 15,
"action": {
"type": "view",
"path": "secubox-p2p/overview"
},
"depends": {
"acl": ["luci-app-secubox-p2p"]
}
},
"admin/secubox/mirrorbox/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "secubox-p2p/overview"
}
},
"admin/secubox/mirrorbox/hub": {
"title": "P2P Hub",
"order": 20,
"action": {
"type": "view",
"path": "secubox-p2p/hub"
}
},
"admin/secubox/mirrorbox/peers": {
"title": "Peers",
"order": 30,
"action": {
"type": "view",
"path": "secubox-p2p/peers"
}
},
"admin/secubox/mirrorbox/services": {
"title": "Services",
"order": 40,
"action": {
"type": "view",
"path": "secubox-p2p/services"
}
},
"admin/secubox/mirrorbox/profiles": {
"title": "Profiles",
"order": 50,
"action": {
"type": "view",
"path": "secubox-p2p/profiles"
}
},
"admin/secubox/mirrorbox/mesh": {
"title": "Mesh Network",
"order": 60,
"action": {
"type": "view",
"path": "secubox-p2p/mesh"
}
},
"admin/secubox/mirrorbox/factory": {
"title": "Factory",
"order": 70,
"action": {
"type": "view",
"path": "secubox-p2p/factory"
}
},
"admin/secubox/mirrorbox/p2p-hub": {
"title": "Threat Intel",
"order": 25,
"action": {
"type": "view",
"path": "secubox-p2p/threat-hub"
}
},
"admin/secubox/mirrorbox/settings": {
"title": "Settings",
"order": 90,
"action": {
"type": "view",
"path": "secubox-p2p/settings"
}
}
}