|
Register or have you forgotten your password?
|
|
|
| General chat about Amiga topics This forum is for conversations which are specifically "Amiga" related, but don't fit into other categories. Contents of this forum do appear on the main page, unlike Talk About. If a subject appears to be non-related, it will be moved to Talk About. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#31 | ||||||||
|
' union select name,pwd--
Join Date: Aug 2002
Location: Helsinki, Finland
Posts: 6,946
|
Did you manage to find out how the initial exploitation vector was? That's the most important thing to figure out. If the hole isn't fixed properly you might just get pwned again.
The timing of these issues makes me think of the recent PHP-CGI remote command injection vuln: http://eindbazen.net/2012/05/php-cgi...cve-2012-1823/ Last edited by Piru; 05-11-2012 at 04:13 PM.. |
||||||||
|
|
|
|
|
#32 | |||||||||
|
Kindred of Babble-on
![]()
Join Date: Jul 2006
Location: Tallahassee, FL
Posts: 2,099
|
Quote:
|
|||||||||
|
|
|
|
|
#33 | ||||||||
|
' union select name,pwd--
Join Date: Aug 2002
Location: Helsinki, Finland
Posts: 6,946
|
Whatever the reasons are, there are likely tens of thousands of hosts around with the vulnerable setup and the vulnerability is exploited actively. I expect to see very active scanning for these in the httpd logs.
|
||||||||
|
|
|
|
|
#34 | ||||||||
|
Off to greener pastures
Join Date: Jul 2009
Posts: 1,057
|
This is not something just hitting our little crater of the world, but a widespread problem on the internet as a whole. The below gives a rough overview of how widespread it is:
http://www.avgthreatlabs.com/webthre...le-exploit-kit Classic SQL injection. In this day and age, there's no reason to not be running up to date, modern virus and malware protection, especially on a Windows machine. Unless you absolutely need Java, uninstall it. |
||||||||
|
|
|
|
|
#35 | |||||||||
|
' union select name,pwd--
Join Date: Aug 2002
Location: Helsinki, Finland
Posts: 6,946
|
Quote:
|
|||||||||
|
|
|
|
|
#36 | ||||||||
|
Off to greener pastures
Join Date: Jul 2009
Posts: 1,057
|
Unsure about the exact terms of what happened to Aminet, but Blackhole is being spread by such methods (SQL, PHP).
http://nakedsecurity.sophos.com/expl...e-exploit-kit/ |
||||||||
|
|
|
|
|
#37 | |||||||||
|
' union select name,pwd--
Join Date: Aug 2002
Location: Helsinki, Finland
Posts: 6,946
|
Quote:
It however does not mention anything about how the actual sites linking to it are compromised in the first place or if Blackhole has any tools for that. There are two sides to this: 1) pwning websites / servers and making them link to blackhole instance 2) blackhole exploiting the client vulnerabilities of the unsuspecting browsers of the infected sites and installing malware Anything in 2 is obvious. But how 1 happens in the first place is the interesting part. Last edited by Piru; 05-11-2012 at 06:10 PM.. |
|||||||||
|
|
|
|
|
#38 | ||||||||
|
Technoid
![]()
Join Date: Mar 2007
Location: Mancland, UK
Posts: 155
|
@ Piru
This is from one of our developers on the matter. "It won't be until at least this afternoon before we can start removing it. This injection attack seems quite complex compared to most site hijacking automated scripts. Lots of sites are getting hacked in recent days, and not just vBulletin, but also WordPress, Joomla, and lots of others including popular ecommerce sites. No one has yet worked out how they are gaining access, but some think it is gaining access from an admin account login. Then uploading a load of files in a buried location on the server by installing bogus plugins on the forum or cms software that then uploads their files. These files contain a JavaScript based malware payload (not Java), so ensure you have a way to control JavaScript running per site. In addition the attack injects a line of PHP code to the top of every php file on the site. So when anything accessed an injected/infected script the hash included in the injected code translates into a redirect to the hidden payload files to run the malware, and then redirects to a random domain holding page." We'll know more when the devs start digging further. I wouldn't say that A.org is immune from this attack either, so the Admins need to back the site up as soon as possible. It's definitely a PHP code injection script, coupled with a java script to redirect to either a usa.cc or ibiz.cc site (from the bahviour we've seen so far) that attempts to download malware. The origin appears to be Russia, as that is where the redirect is pointing to from a trace on the IP. FTP and e-mail appear to be unaffected thus far. WotTheFook aka Merlin |
||||||||
|
|
|
|
|
#39 | ||||||||
|
Technoid
![]()
Join Date: Mar 2007
Location: Mancland, UK
Posts: 155
|
This is what Google Diagnostics had to say about the ibiz.cc site...
"Google Safe Browsing diagnostic page for ibiz.cc Advisory provided by Safe Browsing Diagnostic page for ibiz.cc What is the current listing status for ibiz.cc? This site is not currently listed as suspicious. Part of this site was listed for suspicious activity 28 time(s) over the past 90 days. What happened when Google visited this site? Of the 164 pages we tested on the site over the past 90 days, 0 page(s) resulted in malicious software being downloaded and installed without user consent. The last time Google visited this site was on 2012-05-08, and the last time suspicious content was found on this site was on 2012-04-25. Malicious software includes 443 trojan(s), 90 scripting exploit(s), 27 exploit(s). This site was hosted on 9 network(s) including AS43239 (SPETSENERGO), AS53665 (BODIS), AS44050 (PIN). Has this site acted as an intermediary resulting in further distribution of malware? Over the past 90 days, ibiz.cc appeared to function as an intermediary for the infection of 37 site(s) including engranes.cl/, urbanlookout.com/, aloveletterforyou.com/. Has this site hosted malware? Yes, this site has hosted malicious software over the past 90 days. It infected 145 domain(s), including abu-farhan.com/, doncb.com/, iworkshop.com.hk/. Next steps: Return to the previous page. If you are the owner of this web site, you can request a review of your site using Google Webmaster Tools. More information about the review process is available in Google's Webmaster Help Center. Updated 2 hours ago© Google - Google Home" |
||||||||
|
|
|
|
|
#40 | ||||||||
|
Technoid
![]()
Join Date: Mar 2007
Location: Mancland, UK
Posts: 155
|
More information (I told you we've been busy...)
This is also to inform the Admins on A.org. No one has yet worked out how they are gaining access, but some think it is gaining access from an admin account loggin. Then uploading a load of files in a buried location on the server by installing bogus plugins on the forum or cms software that then uploads their files. This is just speculation at the moment though. These files contain a JavaScript based malware payload (not Java), so ensure you have a way to control JavaScript running per site. In addition the attack injects a line of PHP code to the top of every php file on the site. So when anything accessed an injected/infected script the hash included in the injected code translates into a redirect to the hidden payload files to run the malware, and then redirects to a random domain holding page. AmiBay was backed up in the morning before this attack hit, so we should be in a position to restore the correct files once we have checked them over to ensure that they aren't affected. |
||||||||
|
|
|
|
|
#41 | ||||||||
|
It's Amiga time!
|
are these attacks windows specific or ?
__________________
Amiga AND Linux fan. Zealots are people that lack faith ![]() I blog..a lot. http://doctorwhoretrospec.blogspot.com/ http://redleftperspective.blogspot.com/ http://theamigablog.blogspot.com/ |
||||||||
|
|
|
|
|
#42 | ||||||||
|
Kindred of Babble-on
![]()
Join Date: Feb 2002
Location: finland
Posts: 2,128
|
Just a part of a bigger attack going on around.
|
||||||||
|
|
|
|
|
#43 | ||||||||
|
' union select name,pwd--
Join Date: Aug 2002
Location: Helsinki, Finland
Posts: 6,946
|
Well it depends on what you're asking.
There are two levels at play: 1. Someone is attacking web sites via some vulnerabilities in their software (old vulnerable sw versions, security issues in the actual web sites themselves etc). These are very often running linux or bsd, but also sometimes Windows. Sometimes the access to the system is gained by stealing the login credentials by attacking a desktop/laptop of the administrator. 2. The successfully breached websites are programmed by distribute malware. The motive in this case is money: The attackers "lease" the hacked sites and distribute tailored malware for whoever is willing to pay. Typically the malware is a rootkit that'll man-in-the-browser normal bank transactions to steal money. In most (if not all) cases these malwares target Windows platform. That's only because most of the potential victims are using Windows. If OS X continues to gain ground it will be targeted as well at some point. So at different levels the attacks are targeting different platforms. Recommendations System administrators Keep your host operating system up to date with security updates. Keep track of security updates of the actual web application platforms as well, and install new security updates as soon as they arrive (of course using staging host to verify that everything works fine after installing the upgrade). You can follow the Full Disclosure mailing list to keep track of recent activity on the security front. There are also numerous RSS/Twitter feeds you can follow, but I find those a bit tiresome in the long run. YMMV. End users Windows users need to be very careful to maintain security of their systems and installed applications. I can recommend Secunia PSI to all windows users. This tool will check all installed applications for old versions and (optionally) automagically install the required updates. OS X users should install the OS security updates as soon as they arrive. For application updates there's AppFresh tool which works somewhat similar to Secunia PSI. It's not as good as PSI, but best I've found for OS X so far. Linux/BSD users should install security updates weekly. While OS X / Linux/BSD users might not be targets for the most attacks, that's really no excuse to skip the security updates. Sometimes vulnerabilities in these systems are actually exploited and the feeling of false security the users of these systems might have can lead to some rather nasty surprises (say for example storing tons of confidential material on the systems in belief no-one can possibly breach the system...). Last edited by Piru; 05-12-2012 at 07:37 AM.. |
||||||||
|
|
|
|
|
#44 | ||||||||
|
Technoid
![]()
Join Date: Mar 2007
Location: Mancland, UK
Posts: 155
|
My best guess at present is that it's a variant of this:-
BlackHole Exploit Kit A type of crimeware Web application developed in Russia to help hackers take advantage of unpatched exploits in order to hack computers via malicious scripts planted on compromised websites. Unsuspecting users visiting these compromised sites would be redirected to a browser vulnerability-exploiting malware portal website in order to distribute banking Trojans or similar malware through the visiting computer. Blackhole exploit kits are based on PHP and a MySQL backend and incorporate support for exploiting the most widely used and vulnerable security flaws in order to provide hackers with the highest probability of successful exploitation. The kits typically target versions of the Windows operating system and applications installed on Windows platforms. On March 25, 2012, the Blackhole Exploit Kit 1.2.3 was released, IC3 stated. This kit included the latest critical vulnerability in Java, allowing the bypassing of Java's sandbox environment. Java's sandbox is designed to provide security for downloading and running Java applications, while preventing them access to the hard drive or network. New malware samples appearing in the wild have been highly successful at exploiting this flaw and it is estimated at least 60% of Java users have not yet patched against it. The first Blackhole exploit kit appeared on the black market in August 2010 as a Web application available for sale on a subscription basis ($1,500 for an annual license). Newer releases and a free version of the Blackhole exploit kit have since appeared on warez download sites. The most well-known Blackhole exploit kit attack targeted the U.S. Postal Service's Rapid Information Bulletin Board System (RIBBS) website in April 2011. Last edited by WotTheFook; 05-12-2012 at 08:30 AM.. |
||||||||
|
|
|
|
|
#45 | ||||||||
|
Technoid
![]()
|
Amibay is re-directing to a spam page now
__________________
38911 BASIC BYTES FREE, less when I`ve had a drink! A4000(T) - 060@50 - 128mb - CV64/3D+scandoubler - 2x4GBCF - KS3.1 - WB3.9 - WIP! A2000 - GVP 030@25 - 22mb - 4gb hd - scsi CD - KS3.1 - WB3.1 - A2031 A500's/600's/1200's/CDTV/CD32/Vic's/16's/+4's/64's/64c's/64g/64gs/128's/128D/SX-64 *** http://c64radio.com *** Commodore 64 Radio 24/7 for free! *** http://Amigaradio.info *** Amiga Radio 24/7 for free! |
||||||||
|
|
|
![]() |
| Bookmarks |
| Tags |
| aminet , ok or infected |
| Thread Tools | |
| Display Modes | |
|
|