SharpGmailC2

渗透技巧 1年前 (2022) admin
588 0 0

SharpGmailC2

Our Friendly Gmail will act as Server and implant will exfiltrate data via smtp and will read commands from C2 (Gmail) via imap protocol


? [Disclaimer]: Use of this project is for Educational/ Testing purposes only. Using it on unauthorised machines is strictly forbidden. If somebody is found to use it for illegal/ malicious intent, author of the repo will not be held responsible.


Used:

  1. EAGetMail library from Nuget Package Manager.
  2. Costura and Costura Fody from Nuget Package Manager, in order to bundle up all the dlls altogether. This actually bulked up my implant, but for this case, I don’t think that will matter much as this implant is FUD till now :).

Precausions to be taken by Operator before Using Gmail as C2:

  1. Make sure the Command sent via Gmail, is in Unread Mode (if not, mark as Unread) as the implant scans the Last/latest Unread mail and checks whether it starts with “in:” or not. If it does start with “in:“, it understands that, that particular textbody is a legit command, and marks that particular mail as Read and this continues till the end.

Here is the snippet:

SharpGmailC2

C2 In-Action:

GmailC2.mp4

Quick Scan:

  1. Using @matterpreter‘s DefenderCheck:

SharpGmailC2

  1. Using Antiscan.me:

SharpGmailC2

  1. Capa Scan:

SharpGmailC2

It seems like capa is not able to detect the capabilties of my Client implant at all. But definitely creates suspicion, forcing the Malware Analyst to give the binary a second look.

  1. WireShark Packet Capture:

SharpGmailC2

We can see that the sent commands via Operator via Gmail and the informations that are exfiltrated/ sent out are all encrypted by Gmail’s TLS encryption. On top of that, the ip address (marked) isn’t suspicious at all, or in other words are OPSEC safe.

SharpGmailC2

Credits:

  1. Inspired by NamedPipes from malcomvetter.
  2. Much much much thanks to @SoumyadeepBas12 for helping me out with the proper code structure of this project!

 

 

原文始发于Github: SharpGmailC2

版权声明:admin 发表于 2022年11月18日 下午11:41。
转载请注明:SharpGmailC2 | CTF导航

相关文章

暂无评论

您必须登录才能参与评论!
立即登录
暂无评论...