Skip to content

Commit

Permalink
Merge pull request #184 from DefenderDaniel/LOOBinsUpdates
Browse files Browse the repository at this point in the history
Updated YAML file for nscurl
  • Loading branch information
infosecB authored Apr 6, 2024
2 parents b2639ec + c37524b commit b953a50
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions LOOBins/nscurl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ example_use_cases:
code: nscurl -k https://google.com -o /private/tmp/google
tactics:
- Defense Evasion
- Command and Control
- name: Download file
description: Download file to the Downloads directory using -dl
code: nscurl https://google.com -dl
tactics:
- Defense Evasion
- Command and Control
- name: Download file
description: Download file to a designated directory using -dir
code: nscurl https://google.com -dir /private/tmp/google
tactics:
- Defense Evasion
- Command and Control
paths:
- /usr/bin/nscurl
detections:
Expand All @@ -17,3 +30,5 @@ detections:
resources:
- name: "How to Diagnose App Transport Security Issues using nscurl and OpenSSL"
url: https://www.agnosticdev.com/content/how-diagnose-app-transport-security-issues-using-nscurl-and-openssl
- name: "Living-off-the-Land: Exploring macOS LOOBins and Crafting Detection Rules - nscurl"
url: https://danielcortez.substack.com/p/living-off-the-land-exploring-macos

0 comments on commit b953a50

Please sign in to comment.