Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Malware Domain List
»
Malware Related
»
Malware Analysis
»
How to reach escript.api in Malicious pdf file
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: How to reach escript.api in Malicious pdf file (Read 4548 times)
0 Members and 1 Guest are viewing this topic.
May 25, 2010, 05:38:13 pm
Read 4548 times
kristofer_nolen
Newbie
Offline
6
How to reach escript.api in Malicious pdf file
Hello,
I am very keen to know how to reach escript.api which is responsible for executing malicious java scripts embedded with malicious PDF files.
I came to know this through a blog which is
http://traversecode.com/2010/03/08/from-pdfexploit-to-zeustrojan-subject-steals-bank-credentials/
Its a good one however the author did not explain how to reach escript.api through ollydbg as his explanation is very simple on this.
Any help on this would be much appreciated.
Thanks in advance
Kris
Logged
May 25, 2010, 06:15:29 pm
Reply #1
ratsoul
Jr. Member
Offline
23
Re: How to reach escript.api in Malicious pdf file
Hi Kris,
escript.api
is located here:
<Adobe Dir>\Reader\plug_ins\
.
Regards,
- ratsoul
Logged
June 10, 2010, 05:40:09 pm
Reply #2
shivtheone
Newbie
Offline
1
Re: How to reach escript.api in Malicious pdf file
Hey Kris,
I am the Author of this Blog (
www.traversecode.com
). To reach escript.api, load adobe.exe in Olly Debugger and then open malicious pdf file using adobe which is loaded inside the Olly. Now click 'E' in Olly which shows you the currently loaded modules. Here you can find escript.api. Double click on that and place breakpoint on the calls for further analysis.
Regards,
Shiv
Logged
June 18, 2010, 02:16:34 am
Reply #3
kristofer_nolen
Newbie
Offline
6
Re: How to reach escript.api in Malicious pdf file
Thanks Shiva!!!!!
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Malware Domain List
»
Malware Related
»
Malware Analysis
»
How to reach escript.api in Malicious pdf file