cobaltstrike – Telegram
cobaltstrike
2.25K subscribers
28 photos
1 video
18 files
569 links
All about Cobalt Strike. New versions, articles and more.
Download Telegram
if youre CS instances under attack, block public atttackers:
curl -X POST -d "tag=COBALT_STRIKE_SCANNER_HIGH" https://api.greynoise.io/v1/query/tag  | python -m json.tool | grep "ip" | cut -d ":" -f 2 | cut -d '"' -f 2 | sort -u | grep -e '^\([0-9]\{1,3\}\.\)\{3\}[0-9]\{1,3\}$' | sed -e 's/^/sudo iptables -I INPUT -s /g' | sed -e 's/$/\/32 -j DROP/g'
smbexec_psh.cna
1.4 KB
Had some problems with Cobalt Strike's psexec & mimikatz functions today, so was able to cobble together a solution to achieve psexec from one domain to another with Invoke-SMBExec.ps1