My site's been hacked..

I'm looking at the code from an Android device. It appears to be inserted before anything else.

It isn't impossible to crack any version of OpenX, and there hasn't been that much support for newer users because the company is trying to encourage their hosted service, and most of the knowledgable users want to charge fees to assist.

My old implementation guide used to be a sticky post back when it was called phpadsnew. I'm not sure OpenX would support a new version.
 
Because this is obviously extremely important to many, any further detail regarding this would be great.

Was the banner that caused problems hosted on your server?
In your opinion, is there a 'safe' way to use open x? for instance having all banners on the server?

Just curious if you had any further thoughts, I've not used openx.
I couldn't find anything, and with the banners disabled the problem persists. There's a leak somewhere but I just can't seem to find it, very frustrating.

Do you have shell access to your server?
Yeah why?
 
Do you have any other OpenX application running on your site?

I mean, you could litterly put it elsewhere in another template.
 
Just an idear. Have you tryed to create a new style and select that. Does the problem continue.

I'm unable to detect anything with AVG internet security 2011!
 
A site I visit on occasion had a similiar problem, but it wasn't related to the ad software

Somehow, malicious iframe code was being inserted into the forum templates.

They were running an older version of VB 3.8

A vb3 forum I used to visit had that happen, cant recall the exact method it was injected with, but the server admin/owner had "left on a holiday" and the other admins had limited permissions and no server access or contact details, even for the host. It was sad/slightly amusing watching the forum die as google blocked the site, and people still came through, got infected, reported it, got the "we're working on it", got infected again and again... and never returned.

I would have just closed the forum with a template header redirect or something rather then destroy it's credibility.
 
I couldn't find anything, and with the banners disabled the problem persists. There's a leak somewhere but I just can't seem to find it, very frustrating.


Yeah why?

I saw something similar over at vb.com about this and a simple recursive grep inside your vb installation directory listed the offending file. I will have to go dig for it. The malware was semi-intelligent as it was base encoded so you simply couldnt search for the domain. Perhaps this one is different,

try fgrep -ir 'alsonatural' from a shell. Ensure you are at the root of where VB is installed.
 
If all else fails, run find from the top of youtr html tree and send the output to a file:
find . -print > ./all_files_list

Now that you have a list of files, you can start scanning them for the offending site:

# for FILE in `cat ./all_files_list
> do
> grep -i alsonatural $FILE
> grep -i alsonatural < strings -a $FILE
> done

This will scan not only text files, but also printable strings in binary encoded/graphics encoded files.

Good luck.
 
I had this problem when I installed a video sharing script on my server. It opened the door for all sorts of wonderful injections.
 
Once I did a server virus scan and found that someone had uploaded a virus somehow within the signature module, so there are a lot of ways, if there are holes in your security to compromise any script or server.

One thing we all need to do is to make an effort to patch all security holes in applications, I had a blog script that a Russian was able to inject Viagra redirection links into that took down the entire blog network, the only way I could get it back up was to restore an old DB, this is what happens when developers behind scripts do not update (give up working on scripts).
 
It's not about the server, its about OpenX - anyone could have a secure server and have those ads plant some malicious code thrown at the end-user.

That is also possible --- but as I mentioned before, the OpenX Community isn't as openly cooperative as they would be on this site; or many others. As a result, many OpenX installations aren't properly setup (if they work at all). IMO, after several years of folks asking the same questions the more experienced OpenX users have lost interest or moved on to other places where they can make money supporting or developing plugins for OpenX.

So when I see a negative post about OpenX, my questions usually start with the basics. Either looking at some code, or learning about how they setup. Of course many would prefer a "more direct" response to their exact problem, but OpenX is a complex app that unfortunately can break in many different ways.

Hope this helps.
 
Well I'm still not sure if it's OpenX to be honest. I just upgraded to vB 3.8.6 PL1 and other scripts are currently disabled. No new reports atm, but I still can't tell where the leak was. I'm not sure if it's fixed even, I hope it is.
 
We can just keep changing the title... if that is ok...

I think some people may quickly look at the title, read the thread for 2 seconds, and assume it is a xf issue because this is xf.com. They may not even notice you are using vb.
 
Back
Top Bottom