Malc0de Database -

Historically, malc0de provided one of the first real-time RSS feeds for malware URLs. Security professionals could subscribe to http://malc0de.com/rss/ to automatically update their firewalls, proxies, or SIEM solutions.

Using PowerShell or Python, you can download the RSS feed and parse the XML. malc0de database

The Malc0de Database is a long-running, community-driven repository that aggregates and indexes URLs, IPs, and samples associated with malicious software (malware), drive-by downloads, phishing pages, and other web-based threats. It was widely referenced by security analysts, incident responders, and researchers for historical lookup of malicious domains and campaigns. The database collected indicators of compromise (IOCs) such as malicious URLs, download links, and associated metadata (timestamps, referrers, payload hashes) to help detect and analyze web-borne threats. Historically, malc0de provided one of the first real-time

: Tracking URLs used for phishing, command-and-control (C2), or malware delivery. : Tracking URLs used for phishing, command-and-control (C2),

11 comments

  1. Nice write up – where can I get the vulnerable app? I checked IOLO’s website and the exploitdb but I can’t find 5.0.0.136

  2. Hello.
    Thanks for this demonstration!

    I have a question. With this exploit, can we access to the winlogon.exe and open a handle for read and write memory?

    Kind regards,

  3. Why doesn’t it work with csrss.exe?

    pHandle = OpenProcess(PROCESS_VM_READ, 0, 428); //my csrss PID
    printf(“> pHandle: %d || %s\n”, pHandle, pHandle);
    i got: 0 || (null)

  4. The SeDebugPrivilege is already enabled in this exploit, what you can do it use a previous exploit of mine which uses shellcode being injected in the winlogon process.

  5. Thanks! I found with its hex byte ’03 60 22′ in IDA search and reached vulnerable function.

Leave a Reply

Your email address will not be published. Required fields are marked *