Show pageOld revisionsBacklinksExport to PDFODT exportBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 2346 - Franke Cyber Resilience Policy Application ====== ===== Aggiornamento Apache 2.4.5x ===== <code bash> sudo add-apt-repository ppa:ondrej/apache2 -y sudo apt update sudo apt install apache2 -y </code> ===== Microsoft Defender MDFE EDR ===== Installazione Defender: [[https://drive.google.com/file/d/1A1L2zmnMiYLIcHOMSnBPYCZUPQcss-H3/view?usp=share_link|MDFE Installation and Onboarding.zip]] <code bash> 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 </code> cli/franke/2346-franke_cyber_resilie.txt Last modified: 2023/03/03 08:15by f.strappini