232d5eea29
* Added Disabling_Security_Tools under Mac Defense Evasion and added to Matrix * Added existing GateKeeper Bypass page to Matrix
16 lines
452 B
Markdown
16 lines
452 B
Markdown
# Disabling Security Tools
|
|
|
|
MITRE ATT&CK Technique: [T1089](https://attack.mitre.org/wiki/Technique/T1089)
|
|
|
|
|
|
## Disabling By Tool:
|
|
|
|
### Carbon Black Response
|
|
sudo launchctl unload /Library/LaunchDaemons/com.carbonblack.daemon.plist
|
|
|
|
### LittleSnitch
|
|
sudo launchctl unload /Library/LaunchDaemons/at.obdev.littlesnitchd.plist
|
|
|
|
### OpenDNS Umbrella
|
|
sudo launchctl unload /Library/LaunchDaemons/com.opendns.osx.RoamingClientConfigUpdater.plist
|