STIG(セキュリティ技術実装ガイド)の自動化

STIG(セキュリティ技術実装ガイド)の自動化

STIG RHEL 6.xのバージョンを自動的に実行する最良の方法を見つけた人はいますか?私が見つけた他の答えは古いか完全なSTIGシステムを持っていません。 RHEL STIGを含む画像も役立ちます。

ベストアンサー1

このプロジェクトはあなたが探しているものと似ています。タイトルは次のとおりです。stig-fix-el6

抜粋

DISA STIGスクリプトは、システムをRHEL 6 STIGに強化するために使用されます。

このスクリプトは、次のプロジェクトで提供された以前に強化された仕様に基づいてシステムを強化します。

DISA RHEL 6 STIG V1 R2 RHEL 5用NIST 800-53(USGCB)コンテンツ Red Hat Enterprise Linux 5 用 NSA SNAC ガイド 水路プロジェクト Tresys認定Linux統合プラットフォーム(CLIP)

プロジェクトコンテンツには、次のスクリプトが含まれます。

apply.sh - master script that runs scripts in cat1-cat4 and misc
toggle_ipv6.sh - toggles IPv6 support, requires reboot (default is off)
toggle_nousb.sh - toggles the 'nousb' kernel flag only
toggle_udf.sh - toggles 'udf' mounting of DVDs (USGCB Blacklists udf) 
toggle_usb.sh - toggles 'nousb' kernel flag and the mass storage kernel 
                module config - Directory with some pre-STIGed 
                configurations (auditd,iptables,system-auth-local,etc.) 
cat1 - CAT I STIG Scripts
cat2 - CAT II STIG Scripts
cat3 - CAT III STIG Scripts
cat4 - CAT IV STIG Scripts
misc - NSA SNAC, GNOME, and Other miscellenous lockdown scripts
manual - Manaully run (There be dragons here)
backups - Backup copy of modified files to compare and restore configurations

おすすめ記事