profiles

Created by Will Huang (@In0de_16)

Description

Profiles on macOS are responsible for managing different types of profiles including configuration, provisioning, bootstraptoken, or enrollment. However, starting from macOS 11.0, this tool cannot be used for installing configuration profiles.

CreatedTacticsTags
2023-05-16Discovery Impactoneliner

Paths

  • /usr/bin/profiles

Use Cases

Collect system DEP information.

The following command determines whether device is DEP(Device Enrolment Program) enabled and output the DEP information.

sudo profiles show -type enrollment

Remove configuration profiles.

The following command deletes the specified profiles. An optional password used when removing a configuration profile which requires the password removal option.

profiles remove -identifier com.profile.identifier -password <password>

Detections

  • No detections at time of publishing.

Resources