Skip to content

Instantly share code, notes, and snippets.

@hanhvietphan
hanhvietphan / log4j_rce_detection.md
Created December 11, 2021 02:44 — forked from Neo23x0/log4j_rce_detection.md
Log4j RCE CVE-2021-44228 Exploitation Detection

log4j RCE Exploitation Detection

You can use these commands and rules to search for exploitation attempts against log4j RCE vulnerability CVE-2021-44228

Grep / Zgrep

This command searches for exploitation attempts in uncompressed files in folder /var/log and all sub folders

sudo egrep -i -r '\$\{jndi:(ldap[s]?|rmi|dns):/[^\n]+' /var/log
Sub saveAsPdf()
Dim INVOICE, MCD, PL1, STD, PO As Worksheet
Dim inVoice_Name As String
Dim mcd_Name As String
Dim lp1_Name As String
Dim std_Name As String
Dim id_PO As String
@hanhvietphan
hanhvietphan / resources.md
Created August 19, 2020 04:10 — forked from muff-in/resources.md
A curated list of Assembly Language / Reversing / Malware Analysis -resources

Assembly Language / Reversing / Malware Analysis -resources

Twitter: Muffin

⭐Assembly Language

@hanhvietphan
hanhvietphan / README.md
Created May 4, 2017 13:40 — forked from hubgit/README.md
Remove metadata from a PDF file, using exiftool and qpdf. Note that embedded objects may still contain metadata.

Anonymising PDFs

PDF metadata

Metadata in PDF files can be stored in at least two places:

  • the Info Dictionary, a limited set of key/value pairs
  • XMP packets, which contain RDF statements expressed as XML

PDF files