Sponsored Content
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News The Top Ten Security Threats for 2008 (Part 4) - The Number One Threat Post 302146233 by Linux Bot on Monday 19th of November 2007 01:50:06 PM
Old 11-19-2007
The Top Ten Security Threats for 2008 (Part 4) - The Number One Threat

Tim Bass
Sun, 18 Nov 2007 03:48:57 +0000
After a few background posts on the relationship between threat, vulnerability, criticality and risk, I will now post what I believe to be the number one cybersecurity threat of 2008, which is:
  1. Cyber Masquerading to Abuse, Attack, Blackmail, Bully, Extort, or Molest.
Increasingly, we are reading stories about how criminals, bullies and abusers have caused serious harm to others, especially our children,*because they can hide their true identity so easily in cyberspace.** In everyday email, blogs, social networks, discussion forums - in fact nearly everywhere, cyberspace is now the place of choice for criminals to prey on others.
Just yesterday, most of us read this sad news story, Parents say fake online ‘friend’ led to girl’s suicide, where Megan, a 13-year-old who suffered from depression and attention deficit disorder, unwittingly corresponded with*her neighbor who assumed a fake cyberprofile on MySpace.** The attacker, after gaining Megan’s trust, abruptly ended their friendship by*telling her he had heard she was cruel.**The next day, Megan*killed herself.
Almost daily we read one heartbreaking story after the other, where cyber*masquerading is used to harm others.**Hardly a minute goes by where pedophiles and other sexual predators are not using the Internet to contact and prey on*children.** The list goes on and on. Here a just a few examples:
  • Michael Murdoch, formerly of Spring Run Manor, Crescent Township, was indicted in federal court on a charge of using the Internet to arrange sexual encounters with a 14-year-old child.
  • Ian Finlay, 28, a former computer security expert at Carnegie Mellon University, was convicted of trying to lure an online acquaintance he believed was a 15-year-old girl into a sexual liaison.
  • Officer Kenneth Jones, 38, was charged with using a computer to entice a teenage boy into sex.
  • Scott W. Tyree, of Herndon, Va., was sentenced to almost 20 years in prison for taking a 13-year-old Crafton Heights girl to his home and shackling her to a bed before she was rescued by authorities.
So, in my opinion, the number one information security threat for 2008 are threats against us, especially children, by individuals and groups fraudulently cyber masquerading as others.



Source...
 
Mojo::Date(3pm) 					User Contributed Perl Documentation					   Mojo::Date(3pm)

NAME
Mojo::Date - HTTP 1.1 date container SYNOPSIS
use Mojo::Date; my $date = Mojo::Date->new(784111777); my $http_date = $date->to_string; $date->parse('Sun, 06 Nov 1994 08:49:37 GMT'); my $epoch = $date->epoch; DESCRIPTION
Mojo::Date implements HTTP 1.1 date and time functions according to RFC 2616. Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123 Sunday, 06-Nov-94 08:49:37 GMT ; RFC 850, obsoleted by RFC 1036 Sun Nov 6 08:49:37 1994 ; ANSI C's asctime() format ATTRIBUTES
Mojo::Date implements the following attributes. "epoch" my $epoch = $date->epoch; $date = $date->epoch(784111777); Epoch seconds. METHODS
Mojo::Date inherits all methods from Mojo::Base and implements the following new ones. "new" my $date = Mojo::Date->new; my $date = Mojo::Date->new($string); Construct a new Mojo::Date object. "parse" $date = $date->parse('Sun Nov 6 08:49:37 1994'); Parse date in one of the following formats. - Epoch format(784111777) - RFC 822/1123 (Sun, 06 Nov 1994 08:49:37 GMT) - RFC 850/1036 (Sunday, 06-Nov-94 08:49:37 GMT) - ANSI C asctime() (Sun Nov 6 08:49:37 1994) "to_string" my $string = $date->to_string; Render date suitable for HTTP 1.1 messages. SEE ALSO
Mojolicious, Mojolicious::Guides, <http://mojolicio.us>. perl v5.14.2 2012-09-05 Mojo::Date(3pm)
All times are GMT -4. The time now is 02:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy