Skip to content

Instantly share code, notes, and snippets.

View 0ntu's full-sized avatar

Ontu 0ntu

  • United States
  • 23:30 (UTC -12:00)
View GitHub Profile
import "pe"
rule sample2_exe_infostealer {
meta:
malware = "sample2.exe: Raccoon Infostealer"
author = "Nathan Padriga"
creation_date = "2025-03-28"
version = "1.0"
strings:
from twisted.internet import reactor
from quarry.net.proxy import DownstreamFactory, Bridge
def truncate(data, length=30):
return data[:length] + "..." if len(data) > length else data
ignore = []
class HackProxy(Bridge):
def packet_unhandled(self, buff, direction, name):