Showing posts with label Interview. Show all posts
Showing posts with label Interview. Show all posts

Nessus :The best vulnerability scanner software and assessment tool

Sunday, June 19, 2011 // by Hacking Beast Editor // Labels: , , , , , , , , // 0 comments

The best vulnerability scanner software and assessment tool: Nessus

Nessus is a free, easy to use remote security scanner that is a client-server application. The application is hosted on a server (typically a Unix server), where the software can be kept up-to-date. Nessus scans any system, whether it runs Windows, Mac OS or Unix/Linux. A client server application such as nessus makes it possible to keep one easily-updatable software on a server and makes it easily accessible by as many clients as desired. Nessus also "doesn't take anything for granted" (nessus.org). No matter how your server or workstation is set up or what operating system it uses, it will scan for security vulnerabilities. For example, say your typical webserver is serving a site on port 8080 instead of the regular port 80. Nessus will scan all open ports, regardless of common and defaulted settings.

Nessus was a popular free and open source vulnerability scanner until they closed the source code in 2005 and removed the free "registered feed" version in 2008. A limited “Home Feed” is still available, though it is only licensed for home network use. Some people avoid paying by violating the “Home Feed” license, or by avoiding feeds entirely and using just the plugins included with each release. But for most users, the cost has increased from free to $1200/year. Despite this, Nessus is still the best UNIX vulnerability scanner available and among the best to run on Windows. Nessus is constantly updated, with more than 20,000 plugins. Key features include remote and local (authenticated) security checks, a client/server architecture with a GTK graphical interface, and an embedded scripting language for writing your own plugins or understanding the existing ones.
Tenable Network Security provides a suite of solutions that unify real-time vulnerability, event and compliance monitoring into a single, role-based, interface for administrators, auditors and risk managers to evaluate, communicate and report needed information for effective decision making and systems management.

Every audit in Nessus is coded as a plugin: a simple program which checks for a given flaw. There are currently 34060 different plugins used by Nessus, covering local and remote flaws.

For all Nessus Plugins: CLICK HERE

For Demonstration Videos of Nessus: CLICK HERE

For all Nessus documentation: CLICK HERE

To Download Free Nessus 4.2.0: CLICK HERE

Nessus Frequently Asked Questions (FAQ)

Q. What is included in the Nessus download?

A. When you download Nessus, you receive the Nessus 4.2 scanning engine (server) that includes a flash web-based client. To receive updates from Tenable under either a ProfessionalFeed or HomeFeed, you will need to register your scanner with Tenable through Nessus.org.

Q. What OS platforms does Nessus have builds for?

A. Nessus 4.2 is available and supported for a variety of operating systems and platforms:

Red Hat ES 4 (i386) and ES 5 (i386 and x86-64)
Fedora Core 10 (i386 and x86-64) [Compatible with Fedora 9]
Fedora Core 11 (i586 and x86-64)
Fedora Core 12 (i586 and x86-64)
Debian 5 (i386 and x86-64)
FreeBSD 7 (i386 and x86-64)
Ubuntu 8.04 (i386 and x86-64)
Ubuntu 8.10 (i386 and x86-64)
Ubuntu 9.10 (i386 and x86-64)
Mac OS X 10.4/10.5 (i386, x86-64, ppc)
Windows XP, Server 2003, Server 2008, Vista and 7 (i386 and x86-64)
SuSE 9.3 (i386)
SuSE 10.0 (i386 and x86-64)

Q. What does Nessus 4.2 cost?

A. The Nessus 4.2 scanner is available as a free download. To receive updates for new vulnerability checks, select the appropriate plugin Subscription from Tenable depending on the intended use.

Q. Can I use Nessus at work?

A. You must subscribe to the ProfessionalFeed to use Nessus outside of the home

Q. How does the Nessus license work in a VM (virtual machine) environment?

A. Each installation of Nessus requires Tenable's license whether it is stand-alone or in a virtual machine (VM) environment. The same is true for Subscription licensing.

Q. I'm a consultant, can I use Nessus 4.2 to conduct my clients audits?

A. Tenable permits you to use Nessus to audit the security of 3rd party networks but requires that you purchase a ProfessionalFeed Subscription. You must subscribe to the ProfessionalFeed to use it commercially with the latest updates and have access to technical support and knowledgebase articles. A HomeFeed cannot be used for consulting commercially.

A very common scenario for Tenable is to license several ProfessionalFeeds to a service provider who operates an equivalent number of Nessus scanners to check for vulnerabilities on their customers' systems and networks. The ProfessionalFeed license is tied to the Nessus scanner. If the Nessus scanner is mobile (such as on a laptop), then the license is mobile. We do not tie it to an IP address. There is no limitation to the amount of scans completed or IPs scanned. However, the Tenable Plugins are licensed only for use with Registered Nessus scanners obtained directly from www.nessus.org or www.tenablesecurity.com.

Q. I attempted to install Nessus via RPM, but I get an error. Why can't I install Nessus this way?

A. If you downloaded the Nessus RPM to a Windows system and then transferred it to your Unix system, the name of the Nessus RPM file will likely be something similar to Nessus-4[1].2.0-es4.i386.rpm. RPM cannot handle square brackets (i.e., [1]). Rename the file to Nessus-4.2.0-es4.i386.rpm and re-attempt the installation.

Q. How do I run Plugins from the command line and access a knowledge base?

A. You can have the NASL interpreter load the Knowledge Base (KB) for a specific host with the "-k" option. For example, you could test for the First4Internet CodeSupport ActiveX control by running:

$ nasl -k /opt/nessus/var/nessus//kbs/ \

-t codesupport_activex_code_exec.nasl

Note: this requires that you have access to the KB and that the KB has already been populated by any plugin dependencies.

Q. Can I write Custom Plugins for my Nessus Scanner?

A. Tenable Network Security encourages users of the Subscriptions to write and develop new Nessus plugins.

(i) If You feel custom plugins developed by You or Your organization will benefit the Nessus HomeFeed and ProfessionalFeed subscribers, You should consider submitting them to Tenable so that the plugins can be tested and distributed as part of the Subscription. Tenable may accept or reject plugin submissions based on code quality, relevance, performance and other factors. Submitted plugins may include copyright information about the authors, and Tenable will continue to include the copyright information in the plugin. Submitted plugins may not include any licensing terms, usage agreements or distribution clauses that would interfere with Tenable making the plugin available to subscribers to a Subscription, or would limit Tenable's right to modify the plugin if, for example, changes may be useful to improve its accuracy, performance, network impact or other parameters.

(ii) Custom Plugins. You may use the Tenable ".inc" files provided with the Subscription, as well as the built-in NASL functions to write custom plugins for Your internal use and internal redistribution, provided, however, that they may not be privately or publicly distributed, whether for free or for a fee.

(iii) Plugin writers should also be aware that many of the APIs available in the NASL language and various ".inc" libraries, may be used to write custom plugins, but such plugins may only be distributed within Your organization and may not be distributed publicly, whether for free or for a fee. For example, custom plugins that specifically make use of authenticated logins to remote systems via Secure Shell or Windows Domain, that use the libraries included in the Subscriptions or that have previously been distributed with the Registered Feed may not be publicly distributed. To ensure that Your custom plugins do not make use of a library that prohibits public distribution, You should audit them to see which libraries are being invoked and then read each corresponding license.

Q. How do I install my Activation Code?

A. Please view the Nessus Activation Code Installation document for instructions on installing the Activation Code you have received after registering for either the ProfessionalFeed or the HomeFeed.

CRACK ANY PASSWORD ON YOUR PC

Hello frnds i am back with another awesom hack ........

Let start it

first go to the website www.lostpassword.com
 




the dowload the software provided by the website on their homepage 


then run the application and it will show u all the password applied to any folder and file or to anything in your pc ov vitcims pc

Note : if the password is strong then it will take much time to crack that :D

enjoy

Brief History of Orkut

Saturday, June 18, 2011 // by Hacking Beast Editor // Labels: , , , , , , // 0 comments







In 2003, Google offered to purchase the social network Friendster, but the offer was declined by that company. Google then internally commissioned Orkut Büyükkökten to work on a competing independent project. The result was Orkut. The product launched on January 24, 2004.[10] The community membership was originally by invitation only:
"Orkut is unique and fun, because it's an organically growing network of trusted friends. That way we will all have at least one person to vouch for them. If you know someone who is a member of Orkut, that person can invite you to join as well. If you don't know an Orkut member, wait a bit and most likely you soon will. We look forward to having you as part of the Orkut community."
During the first year, the United States had the largest user base. By word of mouth various Brazilians began adopting and inviting more friends, in a viral process driven by theblogosphere. Soon after, Brazil surpassed the U.S. in the number of users and Orkut started becoming heavily popular in Brazil. Americans then started leaving the service and switching to other similar sites such as MySpace and Friendster. This phenomenon was covered by the English blogosphere with some criticism towards Brazilians[11][12][13] because they tended to communicate (not only among themselves) using their native language, Portuguese, and not English.
From that time, Orkut growth was driven by Brazilian users, first being opened to everyone by register and becoming one of the most popular websites in Brazil.[citation needed] The creatorOrkut Büyükkökten visited Brazil in 2007,[14] in an attempt to understand the success in that country. In 2007 Orkut began attracting a large number of Indians who were seemingly not intimidated by the number of Brazilians on the site. Orkut also has a simplified site for mobile users. "m.Orkut.com". In 2008, a new feature was introduced for users having slow internet connections to access Orkut using the "View Orkut in lighter version" setting.
Over the years, Orkut has also found great popularity in Estonia as witnessed by a survey conducted by the independent research center GfK Custom Research Baltic which showed how Orkut is the most used social network platform in that country

Features

Traffic on Orkut by country
Traffic of Orkut on March 31, 2004
Flag of the United States.svgUnited States
51.36%
Flag of Japan.svgJapan
7.74%
Flag of Brazil.svgBrazil
5.16%
Flag of the Netherlands.svgNetherlands
4.10%
Flag of the United Kingdom.svgUnited Kingdom
3.72%
 Other
27.92%
Traffic of Orkut on May 29, 2011[4]
Flag of Brazil.svgBrazil
55.2%
Flag of India.svgIndia
35.4%
Flag of Japan.svgJapan
1.9%
Flag of the United States.svgUnited States
1.5%
Flag of Pakistan.svgPakistan
0.6%
 Other
4.8%
An Orkut user can also add videos to their profile from either YouTube or Google Video with the additional option of creating either restricted or unrestricted polls for polling a community of users. There is an option to integrate GTalk (An instant messenger from Google) with Orkut enabling chatting and file sharing. Currently GTalk has been integrated in Orkut – users can directly chat from their Orkut page. Similar to Facebook, users may also use a "like" button to share interests with friends.[16]

[edit]Themes

A new feature in Orkut is Changing Themes. Users can change their interface from a wide range of colorful themes in library. Themes are currently only available in India, Brazil and Pakistan.

[edit]Other miscellaneous features

Each member can become a fan of any of the friends in their list and can also evaluate whether their friend is "Trustworthy", "Cool", "Sexy" on a scale of 1 to 3 (marked by icons) and this is aggregated in terms of a percentage. Unlike Facebook, where a member can view profile details of people only on their network, Orkut allows anyone to visit anyone's profile, unless a potential visitor is on your "Ignore List" (this feature has been recently changed so that users can choose between showing their profile to all networks or specified ones). Importantly, each member can also customize their profile preferences and can restrict information that appear on their profile from their friends and/or others (not on the friends list). Another feature is that any member can add any other member on Orkut to his/her "Crush List" and both of them will be informed only when both parties have added each other to their "Crush List".
When a user logs in, they see the people in their friends list in the order of their logging in to the site, the first person being the latest one to do so. Orkut's competitors are other social networking sites including MySpace and Facebook. Ning is a more direct competitor, as they allow creation of social networks which are similar to Orkut's communities.

[edit]Redesigns

[edit]First redesign

On August 25, 2007, Orkut announced a redesign. The new UI contains round corners and soft colors including small logotype at upper left corner. The redesign has been announced on the official Orkut Blog. By August 30, 2007, most users on Orkut could see changes on their profile pages as per the new redesign. On August 31, 2007, Orkut announced its new features including improvements to the way you view your friends, 9 rather than 8 of your friends displayed on your homepage and profile page and basic links to your friends' content right under their profile picture as you browse through their different pages. It also announced the initial release of Orkut in 6 new languages:: Hindi, Bengali, Marathi, Tamil, Kannada and Telugu. Profile editing can take place by clicking the settings button under the user profile photo (or alternatively, clicking the blue settings link at the top of any page).
On September 4, 2007, Orkut announced another new feature. user would be able to see an "Updates from your friends" box on the homepage, where it's possible to get real-time updates when friends make changes to their profiles, photos and videos. Moreover, in case someone wants to keep some things on their profile private, Orkut has added an easy opt-out button on the settings page. Scraps were also HTML-enabled letting users post videos or pictures. On November 8, 2007, Orkut greeted its Indian users Happy Diwali by allowing them to change their Orkut look to a Diwali-flavored reddish theme. On April Fools' Day 2008, Orkut temporarily changed its name on its webpage to yogurt, apparently as a prank. On June 2, 2008, Orkut has launched its theming engine with a small set of default themes.[16] Photo tagging also was available.

On October 27, 2009, Orkut released their 2nd redesigned version.[17] It was available to very few users at first (the chosen ones as they called[18]). These users were able to send invites to their Orkut friends to join this new version. The new version uses Google Web Toolkit (GWT) and thus makes extensive use of AJAX in the user interface. However, the users of the new version of Orkut can switch back to the older version by clicking the "Older Version" link near the top right corner of the page. Features
Google stated the new Orkut is faster, simpler and more customizable. More particular features includes video chat, promotions and easy navigation. Design
The look is completely new, leaving all traces of past designs. User interface and workflow are also drastically changed. As part of "more customizable", Orkut added many different colours for your profile. The Themes were removed and an orkut badge is visible for those who haven't changed to the new orkut. The new logo also has the word "My" in it, as in My Orkut. Mouse over to logo scrolls out list of 4 most frequently used links. Vertical scroll bars have been added in the friend and community list in the home page to allow viewing all friends/communities from the home page itself. In the home page, the recent visitor's list now displays six most recent visitor's profile image as small clickable icons. Hovering the mouse over these pictures display the visitor's profile name as a tooltip.
Orkut allows users to sign in with their Google Mail, or Gmail, credentials. As described on http://orkutlogin.me, to login to Orkut always type the URL http://www.orkut.com/ instead of clicking any links to open it. This is the safest way to open Orkut.

[edit]International

Orkut is available in 48 languages and has been localized for many countries.

[edit]Languages

  • Bengali
  • Catalan
  • Chinese (Simplified)
  • Chinese (Traditional)
  • Czech
  • Danish
  • Dutch
  • English (Unstated)
  • English (United Kingdom)
  • Esperanto
  • Estonian
  • Faroese
  • Filipino
  • Finnish
  • French
  • German
  • Greek
  • Guarani
  • Hausa
  • Hawaiian
  • Hebrew
  • Hindi
  • Italian
  • Japanese
  • Javanese
  • Kannada
  • Kazakh
  • Kinyarwanda
  • Kirundi
  • Goa
  • Korean
  • Kurdish
  • Kyrgyz
  • Laothian
  • Latin
  • Latvian
  • Lingala
  • Lithuanian
  • Luganda
  • Malayalam
  • Marathi
  • Portuguese (Brazil)
  • Portuguese (Portugal)
  • Russian
  • Swedish
  • Telugu
  • Tamil
  • Turkish
  • Oriya

[edit]Controversy

[edit]Fake profiles

As with any online social networking community, a number of fake and cloned profiles exist on Orkut.[17] Due to the large number of users and the deactivation of the jail system, the profiles were often left unremoved or, when removed, recreated easily. These profiles are normally created to have fun with other fakes and creating "Fake Families" and sometimes fortrolling or spamming.

[edit]Invisible profiles

In 2005, invisible profiles, communities and topics started to appear in Orkut. This could be achieved by using HTML escaping codes and 1x1 pixel photos to fool the engine behind the site.[18] This hole was later fixed, and currently there is a lower limit on profile image dimensions.
It is still possible to create invisible topics in communities.

[edit]Flooders

In August 2005 a freeware program was made in Delphi called Floodtudo ("tudo" in Portuguese means "everything". This was developed by a Brazilian) specifically for flooding Orkut[citation needed]. It quickly spread through the users and was easily downloadable. The most common Floodtudo versions were 1.2, 1.5, 2.0 and 2.2. As this program was massively used by thousands of spammers, a big spam wave struck Orkut in September and October 2005.
During 2007–2008, Another most commonly used Scrap Flooder "Carbon Copy Scraper" & "Blind Carbon Copy Scraper" (commonly called CCS & BCCS) was javascript based (popular versions 2.4, 3.3, and 5.1), available on almost every famous Orkut community. The main idea behind this was to let profile holders send the same scrap to all their friends at a once, but it was misused by spammers.
As the flooding of Orkut came out of control, the developers implemented features to stop it by
  • not allowing 2 or more verbatim topics or scrapbook entries to be submitted
  • forcing the user to wait before posting another topic or scrapbook entry
  • requiring captchas, whenever a scrap entry is hyperlinked.
Community moderators were given the ability to ban users outright instead of relying on the developers to remove them.

[edit]Electronic spam

Recently, Orkut implemented an automated system to prevent spam. Orkut users can't send too many friend requests or scraps within a short time interval. If anyone does so, the user will temporarily be disabled from that feature for 24 hours to 1 week, depending on the users activity.

[edit]The Frandshippers

Between 2006 and 2007, Orkut was troubled with stalkers which were called "frandshippers", these were mostly male users looking for female friends who would often keep trying to convince people to accept their friend requests, eventually fake profiles of frandshippers were made to annoy people on purpose, some even to humour them.[19]

[edit]Hate groups

There has recently[when?] been controversy revolving around the use of Orkut by various hate groups. Several hate communities focusing on racism, Nazism and white supremacy have been deleted due to guideline violation.[citation needed]
In 2005, various cases of racism were brought to police attention and reported on in the Brazilian media.[20] In 2006, a judicial measure was opened by the Brazil federal justice denouncing a 20-year-old student accused of racism against those of Black African ancestry and spreading defamatory content on Orkut.[21] Brazilian Federal Justice subpoenaed Google on March 2006 to explain the crimes that had occurred in Orkut.[22]
Anti-national, and anti-ethnic hate groups have also been spotted. Recently an Indian court has issued notices to Google on some of the groups. The Mumbai Police are seeking a ban on Orkut post objections raised by political groups. Groups denigrating various political leaders and celebrities have also emerged. Also in a reported case of 2005, racist groups have been reported. They were anti-Tamil groups.
Orkut has a Report Abuse feature available for all communities. Orkut communities can be reported if they contain hate/violence content. Any Orkut user (even those who are not the members of such a community) can report the abuse. The reasons for reporting abuse can be nudity or sexual content, theft of identity or personal information, child abuse, promoting illegal activities, any kind of personal attacks against any individual and a few others.

[edit]State censorship

[edit]In Iran

Orkut was very popular in Iran, but the website is now blocked by the government. According to official reports, this is due to national security issues, and Islamic ethical issues about dating and match-making. To get around this block, sites such as Orkutproxy.com (now defunct) were made for Iranian users. Other websites such as Yahoo! Groups and Google Groupshave communities dedicated to receiving updates on the newest location of Iran's Orkut proxy. At one time it was possible to bypass governmental blockage of Orkut, but the site has closed its HTTPS pages on all anonymous proxies. Now it is almost impossible for ordinary users to visit this site inside Iran.[23]
Many other sites have been published in Iran since Orkut's blockage, using the same social-networking model – examples include MyPardis, Cloob and Bahaneh.[24]

[edit]In the United Arab Emirates

In August 2006, the United Arab Emirates followed the footsteps of Iran in blocking the site. This block was subsequently removed in October 2006. On July 3, 2007, Gulf News revisited the issue, publishing complaints from members of the public against Orkut communities like "Dubai Sex", and officially bringing the complaints to the attention of the state telecom monopoly Etisalat.[25] By July 4, 2007, Etisalat had placed a renewed ban on the site,[26] which remains in effect despite Google's promise to negotiate the ban with the UAE.[27]

[edit]In Saudi Arabia

Saudi Arabia is another country that has blocked access to Orkut, while Bahrain's information ministry is also under pressure to follow suit.[28]

[edit]Privacy

Earlier in Orkut it was possible for anybody to view anyone's pictures, videos as well as scraps, but people started misusing the photos and videos and placing them on the Internet with fake details. Many of them were vulgar, especially pictures of women. Moreover, the scraps could be easily read.
Currently privacy covers such features as scraps (separate read and write access), videos, photo albums, testimonials, and applications.
In December 2008,2009 Orkut developers introduced another privacy update that allow users to restrict viewing of their albums to certain number of friends, as well as selected e-mail contacts. The user can limit visibility of her/his profile to a certain region or group of regions (known as a "network"); in this case outside of these regions no user information is available.

[edit]Security and safety

In December 2007, hundreds of thousands of users accounts were affected, using XSS vulnerability and a worm.[citation needed] A user's account was affected when the user simply read a particular scrap containing an embed which caused the user to automatically become a part of a community on the site, without approval. The affected user's account was then used to send this scrap to everyone present in the user's friend list thereby creating a sort of a huge wave.[citation needed]

[edit]MW.Orc worm

On June 19, 2006 FaceTime Security Labs' security researchers Christopher Boyd and Wayne Porter discovered a worm, dubbed MW.Orc.[29] The worm steals users' banking details, usernames and passwords by propagating through Orkut. The attack was triggered as users launched an executable file disguised as a JPEG file. The initial executable file that causes the infection installs two additional files on the user's computer. These files then e-mail banking details and passwords to the worm's anonymous creator when infected users click on the "My Computer" icon. The infection spreads automatically by posting a URL in another user's Orkut Scrapbook, a guestbook where visitors can leave comments visible on the user's page. This link lures visitors with a message in Portuguese, falsely claiming to offer additional photos. The message text that carries an infection link can vary from case to case. In addition to stealing personal information, the malware can also enable a remote user to control the PC and make it part of a botnet, a network of infected PCs. The botnet in this case uses an infected PC's bandwidth to distribute large, pirated movie files, potentially slowing down an end-user's connection speed.[citation needed]
The initial executable file (Minhasfotos.exe) creates two additional files when activated, winlogon_.jpg and wzip32.exe (located in the System32 Folder). When the user clicks the "My Computer" icon, a mail is sent containing their personal data. In addition, they may be added to an XDCC Botnet (used for file sharing), and the infection link may be sent to other users that they know in the Orkut network. The infection can be spread manually, but also has the ability to send "back dated" infection links to people in the "friends list" of the infected user. According to statements made by Google, as noted in Facetime's Greynets Blog, the company had implemented a temporary fix for the dangerous worm.[29]

[edit]HTTPS Not Obvious

In and around April 17, 2007 users began reporting that secure (https) access to the Orkut login server was no longer available. In fact, Google had changed the main login page to http delivery to improve efficiency, but the actual login remained secure using https in an iframe.[30] This information had not been well-published by Google, and did not give the users the reassurance of seeing the "secure connection" padlock in the browser. On July 17, 2007, a revised login page, which is delivered via https, addressed these issues.

[edit]Session Management and Authentication

On June 22, 2007 Susam Pal and Vipul Agarwal published a security advisory on Orkut vulnerabilities related to authentication issues.[31] The vulnerabilities are considered very dangerous in cybercafes, or in the case of man-in-the-middle attack as they can lead to session hijacking and misuse of legitimate accounts.[32] The vulnerabilities are not known to be fixed yet and therefore pose threat to the Orkut users.
A week later, on June 29, 2007 Susam Pal published another security advisory which described how the Orkut authentication issue can be exploited to hijack Google and Gmail sessions and misuse the compromised account of a legitimate user under certain conditions.
Joseph Hick performed an experiment on the basis of the advisories published by Susam Pal, to find out how long a session remains alive even after a user logs out.[33] His experiment confirmed that the sessions remain alive for 14 days after the user has logged out. It implies that a hijacked session can be used for 14 days by the hijacker because logging out does not kill the session.[34]

[edit]W32/KutWormer

On December 19, 2007, a worm written in Javascript started to cause havoc. Created by a Brazilian user called "Rodrigo Lacerda", it automatically made the user join the virus related community and infect all friends' scrapbooks with copies of itself, the worm infected over 700,000 Orkut users. The worm is spreading through Orkut’s recently introduced tool that allows users to write messages that contain HTML code. The ability to add Flash/Javascript content to Orkut scraps was only recently introduced.[35][36]

[edit]W32/Scrapkut worm

On March 3, 2008 W32/Scrapkut.worm was found. The worm attempts to spread itself by sending Orkut users scraps that contains the link to the worm itself. Aliases are Downloader.Banload.ONK (GRISoft)
  • TR/Dldr.Orkut.A (Avira)
  • Trojan-Downloader.Win32.Banload.auf (IKARUS)
  • Trojan.DL.Win32.Banload.dzm (Rising)
  • W32.Scrapkut (Symantec)

[edit]Bom sabado Worm

On September 25, 2010 Bom sabado worm was found. The word "Bom sabado" is a portmanteau of "Bom sábado", which means "Good Saturday" in Portuguese. This worm attempts to spread itself by sending scraps and adding users to a Bomsabado group on Orkut.[37]

[edit]Other attacks

[edit]Private album crack

In December 2007, a Brazilian cracker named "Rodrigo Lacerda" published a script that allowed users to scrape other people's private photos. The exploit consisted of generating album photo urls, due to their simple structure.
This crack made Orkut team implement new secure album/photos implementation.[citation needed]

[edit]Legal issues

[edit]India

On October 10, 2010 Manager, Manu Rekhi,[38] on the Orkut internal blog. There has also been some media outcry against Orkut after a couple of youngsters were apparently lured by fake profiles on the site and later murdered.[39]
On November 24, Bombay High Court asked the state government to file its reply in connection with a petition demanding a ban on social networking site, Orkut, for hosting an anti-Shivaji Web community.[40]
Recently, the Pune rural police cracked a rave party filled with narcotics.[41] The accused have been charged under anti-narcotic laws, the (Indian) Narcotic Drugs and Psychotropics Substances Act, 1985 (NDPS). Besides the NDPS, according to some media reports, the police were deliberating on the issue of charging the accused under the (Indian) Information Technology Act, 2000 perhaps because Orkut was believed to be a mode of communication for these kind of drug abuses.[42]
The Cyber police in India have entered into an agreement with Orkut to have a facility to catch and prosecute those misusing Orkut since complaints are rising.[43]

[edit]Brazil

On August 22, 2006, Brazilian Federal Judge José Marcos Lunardelli ordered Google to release by September 28 Orkut user’s information of a list of about two dozen Brazilian nationals, believed to be using Orkut to sell drugs and to be involved in child pornography. The judge ordered Google to pay $23,000 per day in fines until the information is turned over to the Brazilian government. According to the Brazilian government, the information would also be used to identify individuals who are spreading child pornography[44] and hate speech. As of September 27, 2006 Google has stated that it will not release the information, on the grounds that the requested information is on Google servers in the U.S. and not Google servers in Brazil, and is therefore not subject to Brazilian laws

Source: Internet