All Projects → jamf → Cis For Macos Sierra

jamf / Cis For Macos Sierra

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Cis For Macos Sierra

Envkey App
Secure, human-friendly, cross-platform secrets and config.
Stars: ✭ 83 (-20.19%)
Mutual labels:  mac
Logcatch
android adb logcat viewer for Linux/Mac/Windows
Stars: ✭ 95 (-8.65%)
Mutual labels:  mac
Esteem Surfer
Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
Stars: ✭ 100 (-3.85%)
Mutual labels:  mac
Dev
The only truly universal productive development platform with Docker on macOS, Linux and Windows! http://blog.teracy.com/2016/12/20/teracy-dev-the-only-truly-universal-productive-development-platform-with-docker-on-macos-linux-and-windows/ http://slides.teracy.net/hoatle/productive-dev-workflow-with-teracy-dev/latest/
Stars: ✭ 84 (-19.23%)
Mutual labels:  mac
Ytmdesktop
A Desktop App for YouTube Music
Stars: ✭ 1,297 (+1147.12%)
Mutual labels:  mac
Keylogger
🔐 Open Source Python Keylogger Collection
Stars: ✭ 97 (-6.73%)
Mutual labels:  mac
Go Alone
A simple to use, high-performance, Go (golang) MAC signer.
Stars: ✭ 82 (-21.15%)
Mutual labels:  mac
Menutube
Catch YouTube into your macOS menu bar! 🦄
Stars: ✭ 102 (-1.92%)
Mutual labels:  mac
Plug
macOS app for Hype Machine
Stars: ✭ 93 (-10.58%)
Mutual labels:  mac
Iglance
Free system monitor for OSX and macOS. See all system information at a glance in the menu bar.
Stars: ✭ 1,358 (+1205.77%)
Mutual labels:  mac
500days Of Github
⭐ 瞎JB折腾Mac/Linux/Windows过程中遇到的所有问题和解决方式 ⭐
Stars: ✭ 86 (-17.31%)
Mutual labels:  mac
Wechatdemo
macOS WeChat 仿微信MAC端 QQ NSCollectionView,NSSplitView,ect..
Stars: ✭ 87 (-16.35%)
Mutual labels:  mac
Clean Me
A macOS system analyser and cleaner
Stars: ✭ 1,346 (+1194.23%)
Mutual labels:  mac
Hueify
💡Simple controller for your Philips Hue lights, based on web technologies.
Stars: ✭ 84 (-19.23%)
Mutual labels:  mac
Webmidikit
Simplest MIDI Swift library
Stars: ✭ 100 (-3.85%)
Mutual labels:  mac
Amethyst
Automatic tiling window manager for macOS à la xmonad.
Stars: ✭ 10,023 (+9537.5%)
Mutual labels:  mac
Carol Xamarin
A minimal and beautiful lyrics app for macOS built with Xamarin and C#
Stars: ✭ 97 (-6.73%)
Mutual labels:  mac
Tensorflow Gpu Macosx
Unoffcial NVIDIA CUDA GPU support version of Google Tensorflow for MAC OSX
Stars: ✭ 103 (-0.96%)
Mutual labels:  mac
Bilibili Client
📺 可以摸鱼的 Bilibili Mini-Client # 支持Mac/Win
Stars: ✭ 102 (-1.92%)
Mutual labels:  mac
Neptunes
simple and reliable Last.fm scrobbler for iTunes and Spotify for macOS
Stars: ✭ 98 (-5.77%)
Mutual labels:  mac

INFO:

Refers to document CIS_Apple_OSX_10.12_Benchmark_v1.0.0.pdf, available at https://benchmarks.cisecurity.org

USAGE:

1_Set_Organization_Priorities

Policy: Generally "Once per computer" unless organizational values change.

Admins set organizational compliance for each listed item, which gets written to plist. The values default to "true," meaning if an organization wishes to disregard a given item they must set the value to false by changing the associated comment:

OrgScore1_1="true" or OrgScore1_1="false"

The script writes to /Library/Application Support/SecurityScoring/org_security_score.plist by default.

NOTES:

Item "1.1 Verify all Apple provided software is current" is disabled by default. Item "5.6 Enable OCSP and CRL certificate checking" is disabled by default.

2_Security_Audit_Compliance

Policy: Some recurring trigger to track compliance over time.

Reads the plist at /Library/Application Support/SecurityScoring/org_security_score.plist. For items prioritized (listed as "true,") the script queries against the current computer/user environment to determine compliance against each item.

Non-compliant items are recorded at /Library/Application Support/SecurityScoring/org_audit

2.5_Audit_List Extension Attribute

Set as Data Type "String."

Reads contents of /Library/Application Support/SecurityScoring/org_audit file and records to Jamf Pro inventory record.

2.6_Audit_Count Extension Attribute

Set as Data Type "Integer."

Reads contents of /Library/Application Support/SecurityScoring/org_audit file and records count of items to Jamf Pro inventory record. Usable with smart group logic (2.6_Audit_Count greater than 0) to immediately determine computers not in compliance.

3_Security_Remediation

Policy: Some recurring trigger to enforce compliance over time.

Reads the plist at /Library/Application Support/SecurityScoring/org_security_score.plist. For items prioritized (listed as "true,") the script applies recommended remediation actions for the client/user.

SCORED CIS EXCEPTIONS:

  • Does not implement pwpolicy commands (5.2.1 - 5.2.8)
  • Audits but does not actively remediate (due to alternate profile/policy functionality within Jamf Pro):
  • 2.4.4 Disable Printer Sharing
  • 2.6.1 Enable FileVault
  • 2.7.4 iCloud Drive Document sync
  • 2.7.5 iCloud Drive Desktop sync
  • 2.11 Java 6 is not the default Java runtime
  • 5.12 Create a custom message for the Login Screen
  • 5.13 Create a Login window banner
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].