Check for Apple Mobile File Integrity #307

Closed
opened 2026-01-19 18:30:00 +00:00 by michael · 4 comments
Owner

Originally created by @robertgendler on GitHub.

Apple Mobile File Integrity. AMFI is the macOS kernel module that enforces the code-signing validation.

https://eclecticlight.co/2018/12/29/amfi-checking-file-integrity-on-your-mac/

Check would be to check for the existence of "amfi_get_out_of_my_way=1" in the nvram boot-args

Originally created by @robertgendler on GitHub. Apple Mobile File Integrity. AMFI is the macOS kernel module that enforces the code-signing validation. https://eclecticlight.co/2018/12/29/amfi-checking-file-integrity-on-your-mac/ Check would be to check for the existence of "amfi_get_out_of_my_way=1" in the nvram boot-args
Author
Owner

@robertgendler commented on GitHub:

800-53 R5 SI-7(1), SI-3

@robertgendler commented on GitHub: 800-53 R5 SI-7(1), SI-3
Author
Owner

@robertgendler commented on GitHub:

Not really a useful check.

@robertgendler commented on GitHub: Not really a useful check.
Author
Owner

@robertgendler commented on GitHub:

This seems to require disabling SIP

@robertgendler commented on GitHub: This seems to require disabling SIP
Author
Owner

@robertgendler commented on GitHub:

check: nvram -p | grep -c "amfi_get_out_of_my_way=1"
fix: nvram boot-args=""

@robertgendler commented on GitHub: check: `nvram -p | grep -c "amfi_get_out_of_my_way=1"` fix: `nvram boot-args=""`
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: usnistgov/macos_security#307