-
Notifications
You must be signed in to change notification settings - Fork 10
Cyberdefense Strategies Extended
Elias Christopher Griffin edited this page Apr 23, 2024
·
2 revisions
-
https://downfall.page/
- Skylake and Kaby Lakes are also now tested as vulnerable
- Computing devices based on Intel Core processors from the 6th Skylake to (including) the 11th Tiger Lake generation are affected.
- Vulnerability Checker
- Mitigation: Intel Microcode Update Expected
- Set the correct paths to jailed confs in
harden-freebsd.pylines 32-38 and run for each jail. - Copy software to
/rootand have jail start this script at reboot and all settings will be updated upon next reboot. To update all jails simply copysettings.iniwith your own copy script to all appropriate locations for uptake.
crontab -e
@reboot /path/to/harden-freebsd.py
- Have all jails pointing to the same rc script via
exec.startand set paths in the script pointing to the same location modified by the script paths. - Add new jail specific entires to
settings.ini [SYSTEM]section for sysctl.conf updatesecurity.jail.* = 0
- Use multiple copies of the script and settings.ini for each jail
- Put it in your template