New hacker threat aims at capturing banking data via Web browser (AFP)
Grok Headline matches for New hacker threat aims at capturing banking data via Web browser (AFP)
Internet banking hacker not so innocent
Internet banking hacker not so innocent
12/12/2003 05:43 AMIOL Dec 12 2003 4:39AM ET
Internet banking hacker sentenced
Internet banking hacker sentenced
12/11/2003 10:44 PMThe Star Dec 11 2003 9:46PM ET
Sun Micro Aims to Woo Banking Customers
Sun Micro Aims to Woo Banking Customers
09/20/2004 09:17 PMBoston Globe Sep 21 2004 1:15AM GMT
Sun Micro Aims to Woo Banking Customers
(Reuters)
Sun Micro Aims to Woo Banking Customers
(Reuters)
09/20/2004 07:13 PMReuters - Sun Microsystems Inc. is
staging its first press and customer event in New York on
Tuesday in three years to roll out new products and woo
customers in the banking industry, one of the network computer
maker's most important markets.
S'pore: ABN-Amro aims to allay Internet
banking fears
S'pore: ABN-Amro aims to allay Internet
banking fears
07/08/2004 07:11 AMCNET Asia Jul 8 2004 11:32AM GMT
Microsoft facing new hacker threat
Microsoft facing new hacker threat
06/13/2004 08:45 AMThis Is Money Jun 13 2004 12:38PM GMT
AOL aims to secure surfing with new
Netscape browser
AOL aims to secure surfing with new
Netscape browser
02/01/2005 09:41 PMAmerica Online (AOL) on Feb. 17 plans to release the first public test
version of a new Netscape browser that is designed to protect users
from scams and malicious code while surfing the Web.
Pop-up fetches banking data
Pop-up fetches banking data
06/29/2004 07:04 PMZDNet Jun 29 2004 11:21PM GMT
Pop-up program fetches banking data
Pop-up program fetches banking data
06/29/2004 03:41 PMZDNet Jun 29 2004 8:16PM GMT
Net Attack Aimed at Banking Data
Net Attack Aimed at Banking Data
07/02/2004 02:53 AMNet Attack Aimed at Banking Data
(washingtonpost.com)
Net Attack Aimed at Banking Data
(washingtonpost.com)
06/29/2004 11:42 PMwashingtonpost.com - Computer security experts warned yesterday of
another new Internet threat that can steal the passwords and account
information of people who bank online -- the second such discovery in
a week.
Bush Admin demands more banking data
Bush Admin demands more banking data
04/12/2005 01:56 PMA piecemeal approach to Total Information Awareness
Hacker puts job agency data at risk
Hacker puts job agency data at risk
02/15/2004 11:47 PMOhio computer hacker pleads guilty to
stealing data
Ohio computer hacker pleads guilty to
stealing data
12/19/2003 11:23 AMSiliconValley.com Dec 19 2003 8:41AM ET
Belgian teenage hacker arrested, charged
with computer data sabotage
Belgian teenage hacker arrested, charged
with computer data sabotage
02/14/2004 01:29 PMCanadian Press Feb 14 2004 4:08PM GMT
My SQL Data Browser
My SQL Data Browser
01/22/2004 11:42 AMmsdb 0.8 released
Two-pronged tech aims to plug data leaks
Two-pronged tech aims to plug data leaks
06/05/2005 11:35 PMZDNet Jun 4 2005 12:23AM GMT
Data Integrity – The Unknown Threat
Data Integrity – The Unknown Threat
07/30/2004 08:53 AMSpreading Web Virus Aims to Steal
Financial Data (Reuters)
Spreading Web Virus Aims to Steal
Financial Data (Reuters)
06/25/2004 08:48 PMReuters - A potentially dangerous Internet
attack on personal computers by a virus designed to steal
financial data and passwords from Web users rippled across the
Internet on Friday, computer security experts said.
Koolspan Aims to Protect Users' Wireless
Computing Data
Koolspan Aims to Protect Users' Wireless
Computing Data
11/17/2003 12:59 AMWashington Post Nov 17 2003 0:07AM ET
Rand Report Says Geospatial Data Not Big
Threat
Rand Report Says Geospatial Data Not Big
Threat
05/13/2004 12:53 AMBluetooth data security threat revealed
Bluetooth data security threat revealed
02/12/2004 07:36 PMMac User Feb 12 2004 9:51PM GMT
Microsoft Vision for Banking Enables
Full-Service Customer View, Making
Retail Banking More Personal, Channels
Microsoft Vision for Banking Enables
Full-Service Customer View, Making
Retail Banking More Personal, Channels
11/18/2003 03:17 PMXMLMania.com Nov 18 2003 2:19PM ET
Innovative Tools Protect Your Sensitive
Data From Latest Virus Threat
Innovative Tools Protect Your Sensitive
Data From Latest Virus Threat
06/29/2004 02:19 AMCombat the most recent threats to your computer, such as the “Scob”
virus and its copycats. Tech Assist Inc, a leading provider of
computer security applications and utilities, introduces tools to help
prevent virus infections from resulting in identity theft by providing
secure data storage for the SMB and consumer marketplace.
Hide-A-FileTM, along with KeyPerTM, a unique software/hardware (dual
authentication) combination, enables users to safeguard the sensitive
data on their PCs, as well as preventing credit card, password, and
identity theft. [PRWEB Jun 29, 2004]
HP's StorageWorks Grid Approach Makes
Data DynamicHewlett-Packard's strategy,
which aims to increase agility,
HP's StorageWorks Grid Approach Makes
Data DynamicHewlett-Packard's strategy,
which aims to increase agility,
09/19/2004 11:09 PMeWeek Sep 20 2004 3:21AM GMT
Capturing Spider-Man
Capturing Spider-Man
07/02/2004 09:06 PMNels Israelson, photographer behind posters for such blockbuster films
as Spider-Man 2, snaps movie-goers awake by making the
impossible seem perfectly reasonable and the possible, otherworldly.
[Jul 2]
Capturing Your Personal Web
Capturing Your Personal Web
08/11/2004 03:52 PMSource: SearchDay - Forget bookmarks: Web content managers allow you
to create your own personal, searchable cache of web pages....
"capturing Osama"
"capturing Osama"
09/05/2004 10:10 PMCapturing Genesis
Capturing Genesis
09/05/2004 11:06 AMBest Solution For Capturing TV Signals
Best Solution For Capturing TV Signals
11/20/2003 12:40 AMCapturing the power of re.split
Capturing the power of re.split
10/29/2003 12:12 AMA couple of Python tips. The first is really a tip for
Mozilla/Firebird: You can set up a Custom
Keyword for instantly accessing Python module documentation using
the string www.python.org/doc/current/lib/module-%s.html
- I have this set up as pydoc, so I can type pydoc
re to jump straight to the re module documentation. I only set
it up half an hour ago and I've already used it about a dozen
times.
The second tip is so powerful I've been kicking myself for not
finding out about it sooner. It relates to the regular expression
module's re.split() function. Just like
string.split(), this lets you split up a string based on
a certain token. With string.split() you
the token you split on isn't included in the resulting array:
>>>
'pipe|separated|values'.split('|')
['pipe', 'separated', 'values']
This is also true of re.split:
>>> splitter =
re.compile('<.>')
>>>
splitter.split('hi<a>there<b>from<c>python')
['hi', 'there', 'from', 'python']
Here's the magic part though. If you put part or all of the regular
expression in parenthesis the separating tokens get included in the
resulting list:
>>> splitter =
re.compile('(<.>)')
>>>
splitter.split('hi<a>there<b>from<c>python')
['hi', '<a>', 'there', '<b>', 'from', '<c>',
'python']
Why is this a big deal? Because it suddenly makes writing simple
parsers and tokenisers a whole heck of a lot easier. Using the above
example, say you wanted to do something with each of the
<?> style tags. You can just iterate through the
resulting list identifying each tag using the regular expression
you've already compiled and then altering just those list items,
before joining the whole list back together again at the end.
Simple parsing and replacement of easily identified tags can
already be achieved using the re.sub()
method, which allows you to provide a callback function to process
each matching token. The difference with using re.split() is that you can easily take in to
account the order of the tokens, allowing you to build
systems that can use special tags to define areas of documents without
getting confused by nesting tag sets. As a simple example, you could
build a basic event based XML parser using just a couple of expressions. In
fact, I discovered this technique while examining the source code for
the tinpy tiny
python template module, which gives a clue to why I'm so interested in
it.
Having discovered this feature in Python, I just had to see if it
existed in other languages as well. Unsurprisingly it does; PHP's preg_split offers an optional
PREG_SPLIT_DELIM_CAPTURE flag (added in PHP 4.0.5) and
Javascript has similar behaviour to Python, including the splitting
token if it is wrapped in parentheses.
I'm probably the last person to find out about this, but it's such
a useful technique I felt I just had to share it with the world.
Nels Israelson: Capturing Spider-Man
Nels Israelson: Capturing Spider-Man
07/02/2004 11:16 PMPart of the reason Nels was able to get what he needed in such a
compressed timeframe, he says, "is that we had the review process
right there. Working digitally, we could see what was or wasn't
working technically or creatively." By Barbara Gibson, Apple (via
MyAppleMenu)
"we're killing and capturing enemy
combatants"
"we're killing and capturing enemy
combatants"
11/11/2003 03:17 PM"Capturing and Optimizing Screenshots
for Print"
"Capturing and Optimizing Screenshots
for Print"
05/05/2004 03:49 PMThe Ars Technica Guide to Video
Capturing
The Ars Technica Guide to Video
Capturing
03/20/2003 08:30 AMVideo Capturing Guide at Ars Technica
Video Capturing Guide at Ars Technica
03/20/2003 10:42 AMSMS FAQ: Capturing Packets from Remote
Subnets
SMS FAQ: Capturing Packets from Remote
Subnets
08/30/2004 10:35 PMCourt rules ISP didn't violate law by
capturing, copying e-mails
Court rules ISP didn't violate law by
capturing, copying e-mails
07/02/2004 04:33 PMIn an e-mail privacy case that could have broad implications, a
federal appeals court ruled that an ISP didn't break federal law when
it used special code to intercept and copy some of the e-mail messages
it processed for customers.
Google's next frontier? Capturing the
mobile wireless market
Google's next frontier? Capturing the
mobile wireless market
06/14/2004 05:25 AMArticle.wn.com - Mon Jun 14, 06:56 am GMT
Grok Description matches for New hacker threat aims at capturing banking data via Web browser (AFP)
GrokA matches for New hacker threat aims at capturing banking data via Web browser (AFP)
New hacker threat aims at capturing banking data via Web browser (AFP)