====== 2346 - Franke Cyber Resilience Policy Application ====== ===== Aggiornamento Apache 2.4.5x ===== sudo add-apt-repository ppa:ondrej/apache2 -y sudo apt update sudo apt install apache2 -y ===== Microsoft Defender MDFE EDR ===== Installazione Defender: [[https://drive.google.com/file/d/1A1L2zmnMiYLIcHOMSnBPYCZUPQcss-H3/view?usp=share_link|MDFE Installation and Onboarding.zip]] sudo ./mde_installer.sh --install --channel prod --onboard ./MicrosoftDefenderATPOnboardingLinuxServer.py --min_req -y #config. proxy, l'indirizzo del proxy cambia per stabilimento export FKT_PROXY=http://10.100.128.66:8080 export FHU_PROXY=http://10.94.128.68:8080 export FSA_PROXY=http://10.184.128.1:8080 export FFO_PROXY=http://10.205.0.50:8080 export FPX_PROXY=http://10.99.128.68:8080 sudo mdatp config proxy set --value $FXX_PROXY #sostituire con il proxy giusto sudo mdatp config real-time-protection --value enabled sudo mdatp config behavior-monitoring --value enabled sudo mdatp config cloud --value enabled sudo mdatp threat policy set --type potentially_unwanted_application --action block