SovereignEdgeEU-COGNIT / use-case-4

Moving computation and data processing services to the edge, far from secured data centers, leaves systems exposed to new threats. Edge Computing requires a new generation of intelligent security mechanisms to be deployed along with edge applications, implementing advanced authentication and authorisation policies.
Apache License 2.0
1 stars 0 forks source link

PoC - Initial foothold in the CEM #1

Open banzo opened 1 year ago

banzo commented 1 year ago

In this first iteration the CEM will be installed on a local workstation.

ambouhou commented 1 year ago

CEM : MiniONE ( https://github.com/OpenNebula/minione) Victim : Ubuntu Server 22.04 (https://ubuntu.com/download/server) Attack : Linux Kali (https://www.kali.org/get-kali/#kali-platforms) (-> At least nmap)

ambouhou commented 1 year ago

Scenario :

banzo commented 11 months ago

Create serverless Runtime: in progress, getting errors (with ipv6 stuff?)

python examples/minimal_offload_sync.py

[2023-12-08 14:58:21,851] [WARNING] [_prov_engine_client.py::54] {'SERVERLESS_RUNTIME': {'NAME': 'Example Serverless Runtime', 'FAAS': {'CPU': 1, 'MEMORY': 768, 'DISK_SIZE': 3072, 'FLAVOUR': 'nature', 'ENDPOINT': ''}, 'SCHEDULING': {}, 'DEVICE_INFO': {}}}
[2023-12-08 14:58:21,851] [WARNING] [_prov_engine_client.py::56] Create [POST] URL: http://cognit-lab.sovereignedge.eu:1337/serverless-runtimes
[2023-12-08 14:58:24,603] [ERROR] [_prov_engine_client.py::65] Provisioning engine returned 500 on create
[2023-12-08 14:58:24,604] [ERROR] [serverless_runtime_context.py::138] Serverless Runtime creation request failed
[2023-12-08 14:58:24,604] [ERROR] [serverless_runtime_context.py::180] Serverless Runtime instance has not been requested yet
[2023-12-08 14:58:25,605] [ERROR] [serverless_runtime_context.py::180] Serverless Runtime instance has not been requested yet
[2023-12-08 14:58:26,606] [ERROR] [serverless_runtime_context.py::180] Serverless Runtime instance has not been requested yet
ambouhou commented 11 months ago
python3.10 examples/minimal_offload_sync.py

[2023-12-12 16:15:47,972] [WARNING] [_prov_engine_client.py::54] {'SERVERLESS_RUNTIME': {'NAME': 'Example Serverless Runtime', 'FAAS': {'CPU': 1, 'MEMORY': 768, 'DISK_SIZE': 3072, 'FLAVOUR': 'nature', 'ENDPOINT': ''}, 'SCHEDULING': {}, 'DEVICE_INFO': {}}}
[2023-12-12 16:15:47,972] [WARNING] [_prov_engine_client.py::56] Create [POST] URL: http://cognit-lab.sovereignedge.eu:1337/serverless-runtimes
Error in config file content: HTTPConnectionPool(host='cognit-lab.sovereignedge.eu', port=1337): Max retries exceeded with url: /serverless-runtimes (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x1040411e0>, 'Connection to cognit-lab.sovereignedge.eu timed out. (connect timeout=60)'))