Advertisement
theknowbody1185

PDF SCANS

Jun 24th, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. 4 Free Online Tools for Examining Suspicious PDFs
  2.  
  3. PDF Examiner
  4. Jsunpack
  5. Wepawet
  6. Gallus
  7.  
  8. -PDF Examiner-
  9. -PDF Examiner- by Malware Tracker is able to scan the uploaded PDF for sveral known expoits, allows the user to explore the structure of the file, as well as examine, decode and dump PDF object contents. This tools lends itself well to manual PDF analysis tasks. In this way, it differs from Jsunpack and Wepawet, which focus on automating the analysis as much as possible.
  10.  
  11.  
  12. -Jsunpack-
  13. Jsunpack by Blake Hartstein is designed for automatically examining and deobfuscating JavaScript. Its features also include carving contents of network packet capture (PCAP) files and identifying common client-side exploits. It can also examine PDF files for malicious JavaScript artifacts. (The example I uploaded used Flash, rather than PDF, so Jsunpack didn’t locate malicious artifacts in this case.)
  14.  
  15.  
  16. -Wepawet-
  17. Wepawet by UCSB Computer Security Lab is an automated tool for identifying malicious client-side components in the form of PDF, Flash and JavaScript elements. (However, it did not flag the PDF file I uploaded as malicious.) Like Jsunpack, its strength is in examining JavaScript for shellcode and suspicious actions.
  18.  
  19.  
  20. -Gallus-
  21. Gallus by MyCERT is an on-line scanner for PDF files, which is able to identify common exploits. Its present implementation seems to focus on JavaScript, and it was unable to identify the PDF sample that included a Flash-based exploit as malicious.
  22.  
  23.  
  24. -Multi-Engine Antivirus Scanners-
  25. If you merely need to know whether antivirus products identify a particular PDF file as malicious, without gaining much insight into the file’s inner-workings, you can upload the PDF to free online services that scan files using multiple antivirus engines. The options include: VirusTotal, Jotti’s Malware Scan, Filterbit and VirSCAN.
  26.  
  27.  
  28. -Flash and Online PDF Analysis Tools-
  29. To capture the screen shots above, I used the same “The Obama Administration and the Middle East.pdf” file I mentioned in my posting How to Extract Flash Objects from Malicious PDF Files. While attackers have historically used JavaScript, that file demonstrated a relatively recent technique of launching exploits with the help of Flash object instead.
  30.  
  31. The automated online analysis tools Jsunpack, Wepawet and Gallus weren’t able to handle Flash-based PDF malware, even though they do really well with JavaScript embedded in PDF files. (This is why using Flash in PDFs is more attractive to some attackers at the moment than utilizing JavaScript.) Despite this present limitation, there awe excellent tools that can save you a lot of time. I have no doubts that the developers of these tools will adjust them to handle Flash objects more effectively.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement