<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>IT Security</title>
	<atom:link href="http://ipsecs.com/web/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ipsecs.com/web</link>
	<description>Who Owns Who Now?</description>
	<pubDate>Sun, 29 Aug 2010 14:07:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remote SMB Exploit for Vista SP1/SP2</title>
		<link>http://ipsecs.com/web/?p=216</link>
		<comments>http://ipsecs.com/web/?p=216#comments</comments>
		<pubDate>Fri, 20 Aug 2010 16:38:50 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Exploitation]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Exploit]]></category>

		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[remote exploit]]></category>

		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://ipsecs.com/web/?p=216</guid>
		<description><![CDATA[It has been while story about SMB version 2 vulnerability since this post. Finally public exploit to take over control windows vista SP1 and SP2 are out! You can catch the exploit at exploit-db.
Microsoft SRV2.SYS SMB Negotiate ProcessID Function Table Dereference
---------------------------------------------------------------------

Exploited by Piotr Bania // www.piotrbania.com
Exploit for Vista SP2/SP1 only, should be reliable!

Tested on:
Vista sp2 [...]]]></description>
			<content:encoded><![CDATA[<p>It has been while story about SMB version 2 vulnerability since <a href="http://ipsecs.com/web/?p=127">this post</a>. Finally public exploit to take over control windows vista SP1 and SP2 are out! You can catch the exploit at <a href="http://www.exploit-db.com/exploits/14674/">exploit-db</a>.</p>
<blockquote><pre>Microsoft SRV2.SYS SMB Negotiate ProcessID Function Table Dereference
---------------------------------------------------------------------

Exploited by Piotr Bania // www.piotrbania.com
Exploit for Vista SP2/SP1 only, should be reliable!

Tested on:
Vista sp2 (6.0.6002.18005)
Vista sp1 ultimate (6.0.6001.18000)

Kudos for:
Stephen, HDM, Laurent Gaffie(bug) and all the mates i know, peace.
Special kudos for prdelka for testing this shit and all the hosters.

Sample usage
------------

&gt; smb2_exploit.exe 192.167.0.5 45 0
&gt; telnet 192.167.0.5 28876

Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation.  All rights reserved.

C:\Windows\system32&gt;whoami
whoami
nt authority\system
C:\Windows\system32&gt;

When all is done it should spawn a port TARGET_IP:28876

RELEASE UPDATE 08/2010:
----------------------
This exploit was created almost a year ago and wasnt modified from that time
whatsoever. The vulnerability itself is patched for a long time already so
i have decided to release this little exploit. You use it for your own
responsibility and im not responsible for any potential damage this thing
can cause. Finally i don't care whether it worked for you or not.

P.S the technique itself is described here:
http://blog.metasploit.com/2009/10/smb2-351-packets-from-trampoline.html

===========================================================================
Download:
http://www.exploit-db.com/sploits/smb2_exploit_release.zip</pre>
</blockquote>
<p>For your information, two days later at 19th August 2010, Kingcope released root exploit for FreeBSD 8.x and 7.x by poisoning mbufs() function. You may download Kingcope&#8217;s exploit <a href="http://www.exploit-db.com/exploits/14688/">here</a>. Now happy exploiting while waiting &#8220;SAHUR&#8221; guys!</p>
]]></content:encoded>
			<wfw:commentRss>http://ipsecs.com/web/?feed=rss2&amp;p=216</wfw:commentRss>
		</item>
		<item>
		<title>Grid Toolkit - Grid Computing Hacker Kit</title>
		<link>http://ipsecs.com/web/?p=205</link>
		<comments>http://ipsecs.com/web/?p=205#comments</comments>
		<pubDate>Sat, 07 Aug 2010 07:12:51 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Exploitation]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Grid Hacking]]></category>

		<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://ipsecs.com/web/?p=205</guid>
		<description><![CDATA[Just like what we promised before, this time we want to release grid toolkit which usable to perform pentest against grid computing infrastructure. It&#8217;s almost two years after we release paper related to grid computing [in]security at 2008. The paper contains of:

Introduction to grid computing
Grid computing scanning and enumeration
Exploiting network and transport layer related to [...]]]></description>
			<content:encoded><![CDATA[<p>Just like what we promised before, this time we want to release grid toolkit which usable to perform pentest against grid computing infrastructure. It&#8217;s almost two years after we release paper related to grid computing [in]security at 2008. <a href="http://core.ipsecs.com/paper/0x02-grid-insecurity.txt">The paper</a> contains of:</p>
<ul>
<li>Introduction to grid computing</li>
<li>Grid computing scanning and enumeration</li>
<li>Exploiting network and transport layer related to grid security</li>
<li>Exploiting DNS to stop grid infrastructure trusteeship</li>
<li>Exploiting web based - grid computing portal</li>
<li>Cracking certificate authority pass phrase</li>
<li>Exploiting headnode trusteeship using XML file</li>
</ul>
<p>Some points mentioned can be exploited using existing network security tool while others are already supported by Grid Toolkit. Grid Toolkit uses python with some additional module which must be installed. The additional python module are:</p>
<ul>
<li>Module goto to support grid toolkit core program</li>
<li>Module ClientForm to support grid portal guessing</li>
<li>Module Paramiko to support certificate authority cracking</li>
</ul>
<p>Grid toolkit supports to:</p>
<ul>
<li>Scanning and enumeration grid infrastructure</li>
<li>Guessing login gridsphere - web based grid portal</li>
<li>Cracking pass phrase of certificate authority private key file</li>
<li>Exploiting headnode trusteeship using XML file</li>
</ul>
<p>More reference about how to install and use this tool will be available soon, so just keep in touch with IPSECS. Finally you can download grid toolkit on <a href="http://gridtoolkit.sourceforge.net/">gridtoolkit.sourceforge.net</a> or reading python source code on <a href="http://core.ipsecs.com/grid-toolkit/grid-toolkit/">core.ipsecs.com</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://ipsecs.com/web/?feed=rss2&amp;p=205</wfw:commentRss>
		</item>
		<item>
		<title>Kraken - GSM A5 Cracking</title>
		<link>http://ipsecs.com/web/?p=200</link>
		<comments>http://ipsecs.com/web/?p=200#comments</comments>
		<pubDate>Mon, 26 Jul 2010 12:35:28 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Exploitation]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[A5]]></category>

		<category><![CDATA[Cracking]]></category>

		<category><![CDATA[GSM]]></category>

		<guid isPermaLink="false">http://ipsecs.com/web/?p=200</guid>
		<description><![CDATA[GSM A5 Cracking topic is started to be public material since The Hacker Choice disclosed their research. Many open source materials related to GSM are released to the public on Osmocomm. Now, tool called Kraken is freely distributed on internet to crack GSM A5.

I am pleased to announce the first release of a A5/1 cracker [...]]]></description>
			<content:encoded><![CDATA[<p>GSM A5 Cracking topic is started to be public material since <a href="http://freeworld.thc.org/news.php?s=9&amp;q=">The Hacker Choice</a> disclosed their research. Many open source materials related to GSM are released to the public on <a href="http://bb.osmocom.org/trac/">Osmocomm</a>. Now, tool called <em><strong>Kraken </strong></em>is freely distributed on internet to crack GSM A5.</p>
<blockquote>
<pre>I am pleased to announce the first release of a A5/1 cracker capable
using the full Berlin set of rainbow tables for lookups. I have named
this beast Kraken, after a Norse mythological creature capable of eating
many things for breakfast. Kraken feeds of an exclusive diet of A5/1
encrypted data.

Currently only a bare bone functionality is present, but the UI will be
improved, with the specific goal of providing an easy to use tool for
cracking GSM intercepts. But setting up this Leviathan can a bit
cumbersome, so I will give a short howto here:

Prerequisites:

* Linux machine, multicore min 3GB RAM
* 1.7 - 2TB of HD partitions without filsystem ( ex Samsung spinpoint F3s,
  with 4k aligned start of partition )
* The Berlin A5/1 Rainbow table set
* GPU support will be added for ATI Radeon HD

Setup:

Find out how many tables you want on each partition, (usually roughly
equal on each) and make the initial configuration file. An example
configuration folder can be found in tinkering/A5Util/indexes. This
folder should contain a tables.conf file. The example files shows a
setup of 4 disk having 10 tables each. The index files for the various
tables will be added to the index folder as they are written to disk.
The first section of the config file needs to be set up with the list of
available partitions, and the number of tables that each partition
should hold. A single table needs 42GB of space. (Do NOT change the
order of this section)

For safety reasons it is best not to build the tables running as root.
The you will then have to make your table partitions user accessible.
Add a file such as 10-disk.rules in /etc/udev/rules.d with one line for
each partition:

KERNEL=="sda1", OWNER="frank"

Then manually change the ownership of the device nodes with chown. Take
care when doing this, as you do not want to nuke any of your system
partitions.

Add tables to your disk array:

First build and make a symlink from your index folder to the
TableConvert tool. It is assumed that the Berlin tables are available in
either SSD or index free delta format. The python script Behemoth.py
will recursively search for tables, and add them to the disk array and
configuration file as needed. (Duplicates will not be added) - This
operation(s) will take some hours to complete, but when done you should
end up with a tables.conf file listing ~40 tables, their advance
parameter (id), which device they reside on, and a block offset into the
device.

Build and fire up Kraken:

./kraken path_to_index_folder

Currently it will only load up all tables, and crack TDMA burst 998 for
the challenge data. This takes 1.5 minutes on a 4 core Phenom II using
only CPU power, and the output should look like:

Cracking
0011011100110000000010000011000110001001101101100110110100111100011010
10100100101111111010111100000110101001101011
Found de6bb5e60617f95c @ 12
Found 6fb7905579e28bfc @ 23

A more interactive UI with appropriate data formats (representations)
will be added for easy interfacing with airprobe. Optional GPU support
will also be added for faster cracking time.

cheers,
Frank

<strong>Source </strong>: http://lists.lists.reflextor.com/pipermail/a51/2010-July/000683.html</pre>
</blockquote>
<p>Well the article form <a href="http://www.computerworld.com/s/article/9179529/New_Kraken_GSM_cracking_software_is_released?taxonomyId=15&amp;pageNumber=1">http://computerworld.com</a> is really nice to read!<span id="more-200"></span></p>
<blockquote><p>The GSM technology used by the majority of the  world&#8217;s mobile phones will get some scrutiny at next week&#8217;s Black Hat  security conference, and what the security researchers there have to say  isn&#8217;t pretty.</p>
<p>On Friday, an open source effort  to develop GSM-cracking software <a href="http://lists.lists.reflextor.com/pipermail/a51/2010-July/000683.html" target="_blank">released software</a> that cracks the A5/1 encryption  algorithm used by some GSM networks. Called Kraken, this software uses  new, very efficient, encryption cracking tables that allow it to break  A5/1 encryption much faster than before.</p>
<p>The  software is key step toward eavesdropping on mobile phone conversations  over GSM networks. Since GSM networks are the backbone of 3G, they also  provide attackers with an avenue into the new generation of handsets.</p>
<p>In December, the group released a set of encryption  tables designed to speed up the arduous process of breaking A5/1  encryption, but the software component was incomplete. Now the software  is done, and the tables are much more efficient than they were seven  months ago. &#8220;The speed of how fast you could crack a call is probably  orders of magnitude better than anything previously,&#8221; said Frank  Stevenson, a developer with the A5/1 Security Project. &#8220;We know we can  do it in minutes; the question is, can we do it in seconds?&#8221;</p>
<p>As the software becomes more polished it will make GSM  call eavesdropping practical. &#8220;Our attack is so easy to carry out, and  the cost of attack is lowered so significantly, that there is now a real  danger of widespread intercepting of calls,&#8221; Stevenson said.</p>
<p>Stevenson and his co-developers haven&#8217;t put together  all the components someone would need to listen in on a call &#8212; that  would be illegal in some countries. Someone must still develop the radio  listening equipment needed to gain access to the GSM signal, but that  type of technology is within reach. Stevenson believes that this could  be done using an inexpensive mobile phone and  a modified version of  open-source software called <a href="http://bb.osmocom.org/trac/" target="_blank">OsmocomBB</a>. Hackers could also use a more-expensive  Universal Software Radio Peripheral (USRP) device in conjunction with  another program, called <a href="https://svn.berlin.ccc.de/projects/airprobe/wiki" target="_blank">Airprobe.</a></p>
<p>A5/1 Security Project leader Karsten Nohl   will <a href="https://www.blackhat.com/html/bh-us-10/bh-us-10-briefings.html#Nohl" target="_blank">discuss</a> the hardware and software setup for his  project&#8217;s GSM cracking tools at next week&#8217;s conference.</p>
<p>Last year there were about 3.5 billion GSM phones in  use, according to <a href="http://www.gsmworld.com/newsroom/market-data/market_data_summary.htm" target="_blank">data</a> from the GSM Association. Not all of these  phones are on networks that use A5/1 encryption &#8212; some use the  more-secure A5/3 algorithm; others use no encryption &#8212; but a sizeable  percentage are.</p>
<p>In the U.S., both AT&amp;T and  T-Mobile operate GSM networks.</p>
<p>The trade group  that represents GSM network operators and equipment manufacturers, the  GSM Association, has said in the past that A5/1 cracking efforts such as  this are interesting, but attacks are extremely difficult to pull off  in the real world. Intercepting mobile phone calls is illegal in many  countries, including the U.S. The GSM Association did not respond to  messages seeking comment for this story.</p>
<p>Project  developers say the point of their work is to show how easy it really  would be to crack A/51 &#8212; something they say that grey market commercial  products are already doing. According to Stevenson many of these  security problems are solved in next-generation mobile network  technologies such as 3G and LTE (Long Term Evolution).</p>
<p>However, even 3G phones can be compromised because  they can roll back to GSM mode when a 3G network is not available. &#8220;You  can choose to operate in 3G mode only, but then you will have very  limited coverage,&#8221; Stevenson said. &#8220;GSM has become the Achilles Heel of  3G security.&#8221;</p>
<p>Meanwhile, another Black Hat  presenter, Chris Paget plans to demonstrate a completely different way  to intercept GSM calls. He&#8217;s setting up a fake cellular tower that  masquerades as a legitimate GSM network.</p>
<p>According  to Paget, using open-source tools and a US$1,500 USRP radio, he can  assemble his fake tower, called an IMSI (International Mobile Subscriber  Identity) catcher. In a controlled experiment, he&#8217;s going to set one up  at Black Hat and invite audience members to connect their mobile  phones. Once a phone has connected, Paget&#8217;s tower tells it to drop  encryption, giving him a way of listening in on calls.</p>
<p>&#8220;I think there&#8217;s been too much focus on the  cryptographic weaknesses in GSM,&#8221; he said. &#8220;People need to recognize  that the cryptographic weaknesses are not the worst weaknesses in GSM. &#8220;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ipsecs.com/web/?feed=rss2&amp;p=200</wfw:commentRss>
		</item>
		<item>
		<title>Turning Router Into Sniffer</title>
		<link>http://ipsecs.com/web/?p=185</link>
		<comments>http://ipsecs.com/web/?p=185#comments</comments>
		<pubDate>Sat, 10 Jul 2010 19:17:37 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Exploitation]]></category>

		<category><![CDATA[Cisco]]></category>

		<category><![CDATA[Juniper]]></category>

		<category><![CDATA[Router]]></category>

		<category><![CDATA[Sniffer]]></category>

		<guid isPermaLink="false">http://ipsecs.com/web/?p=185</guid>
		<description><![CDATA[It&#8217;s easy to intercept data communication inside linux/unix environment since there are so many tools to help us. We have tcpdump, wireshark, ettercap, dsniff, and still many others. But, can you imagine how to sniff data flows trough router? If our router are Juniper family, then we are lucky enough because Juniper has internal command [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s easy to intercept data communication inside linux/unix environment since there are so many tools to help us. We have tcpdump, wireshark, ettercap, dsniff, and still many others. But, can you imagine how to sniff data flows trough router? If our router are Juniper family, then we are lucky enough because Juniper has internal command which works like tcpdump on unix/linux system. For example, we can use this following command to sniff traffic on Juniper interface ge-0/0/0.0</p>
<p><code>monitor traffic interface ge-1/0/0.0 detail no-resolve<br />
monitor traffic interface ge-1/0/0.0 detail no-resolve print-ascii print-hex</code></p>
<p>These two commands will work in Juniper like tcpdump in linux/unix below:</p>
<p><code>tcpdump -nev -i ge-1/0/0.0<br />
tcpdump -nev -X -i ge-1/0/0.0</code></p>
<p>But remember, ge-1/0/0.0 interface is not known in linux/unix so that&#8217;s why you have to change this with Network Interface Card (NIC) in linux/unix. Then, how if our router is not Juniper family? Here, i&#8217;ll write my experience in sniffing inside Cisco router which&#8217;s known as the most popular router over the world.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5159446066109159";
/* 468x60, created 6/19/10 */
google_ad_slot = "5335630309";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p><span id="more-185"></span></p>
<p>Say that you want to know, what traffic flows inside sub interface fa0/1.513 which connected to Automatic Teller Machine known Bank. You must create access-list to log all traffic on fa0/1.513.</p>
<p><code>access list 110 permit tcp any gt 0 any gt 0 log<br />
access list 110 permit udp any gt 0 any gt 0 log<br />
access list 110 permit icmp any any log<br />
access list 110 permit ip any any log</code></p>
<p>Implement this access-list to sub interface fa0/1.513 then see result by monitoring log created by access-list.</p>
<p><code>interface fa0/1.513<br />
ip access-group 110 in<br />
CTRL+Z<br />
terminal monitor</code></p>
<p>If there&#8217;s no failure, you must see the result:</p>
<p><code><br />
Jul 11 02:30:45.810 WIB: %SEC-6-IPACCESSLOGP: list 110 permitted tcp 40.168.13.2(4034) -&gt; 46.20.10.1(1124), 37 packets<br />
Jul 11 02:30:45.810 WIB: %SEC-6-IPACCESSLOGP: list 110 permitted tcp 40.168.13.6(1521) -&gt; 46.20.10.1(1124), 37 packets<br />
Jul 11 02:32:45.835 WIB: %SEC-6-IPACCESSLOGDP: list 110 permitted icmp 40.168.13.6 -&gt; 10.44.69.52 (0/0), 1 packet<br />
</code></p>
<p>You may want to know much more about traffic destined to 46.20.10.1. You want to know about information carried by this traffic. So, you have to create another access-list rule.</p>
<p><code>access-lists 111 permit tcp any host 46.20.10.1<br />
access-lists 111 permit udp any host 46.20.10.1<br />
access-lists 111 permit icmp any host 46.20.10.1</code></p>
<p>You can use &#8216;debug&#8217; command with hiden options &#8216;dump&#8217; to print all information destined to 46.20.10.1 and monitoring debug result.</p>
<p><code>debug ip packet 111 dump<br />
terminal monitor</code></p>
<p>Result is in hexal format:</p>
<p><code>Jul 11 09:19:41.854 JAKARTA: IP: tableid=71, s=40.164.1.14 (GigabitEthernet0/1.319), d=46.20.10.1 (GigabitEthernet0/2.33), routed via FIB<br />
Jul 11 09:19:41.854 JAKARTA: IP: s=40.164.1.14 (GigabitEthernet0/1.319), d=46.20.10.1 (GigabitEthernet0/2.33), g=118.98.3.121, len 40, forward<br />
0E002C80:                       0012 7FAF2D1B            .../-.<br />
0E002C90: 001B2131 6E5C0800 45000028 D71B4000  ..!1n\..E..(W.@.<br />
0E002CA0: 7F06C2ED 28A4010E 2E140A01 06660463  ..Bm($.......f.c<br />
0E002CB0: 2E25CC06 030DE2FF 5010FA95 68760000  .%L...b.P.z.hv..<br />
0E002CC0:<br />
Jul 11 09:19:43.830 JAKARTA: IP: tableid=71, s=40.164.1.14 (GigabitEthernet0/1.319), d=46.20.10.1 (GigabitEthernet0/2.33), routed via FIB<br />
Jul 11 09:19:43.830 JAKARTA: IP: s=40.164.1.14 (GigabitEthernet0/1.319), d=46.20.10.1 (GigabitEthernet0/2.33), g=118.98.3.121, len 154, forward<br />
0E50C5A0:                       0012 7FAF2D1B            .../-.<br />
0E50C5B0: 001B2131 6E5C0800 4500009A D71C4000  ..!1n\..E...W.@.<br />
0E50C5C0: 7F06C27A 28A4010E 2E140A01 06660463  ..Bz($.......f.c<br />
0E50C5D0: 2E25CC06 030DE2FF 5018FA95 A5220000  .%L...b.P.z.%"..<br />
0E50C5E0: 00703131 1C303030 1C1C1C31 381C3B35  .p11.000...18.;5<br />
0E50C5F0: 32363432 32323336 30323036 3835383D  264222360206858=<br />
0E50C600: 31323130 31323137 31343F1C 1C434220  1210121714?..CB<br />
0E50C610: 20202020 411C3030 30303030 30303030      A.0000000000<br />
0E50C620: 30301C36 3F353E3F 3E3D3B3F 37343E30  00.6?5&gt;?&gt;=;?74&gt;0<br />
0E50C630: 3A32371C 1C1C311C 32363834 33313030  :27...1.26843100<br />
0E50C640: 30303030 30303031 30303030 30303030  00</code></p>
<p>Raw cisco dump above can easily be re-written to be hexal in ASCII using <a href="http://stuff.ipsecs.com/files/ciscodump2textpl.txt">this perl script</a> created by Tassos or this simple tool called <a href="http://thwack.com/media/41/orion-ncm-content/ncm-config-change-scripts/81137/remote-packet-capture-using-cisco-ios-w-conversion-to-pcap/">dump2pcap </a>(rawpcap). You may want to know more information about how to convert hexal information which is displayed by debug command to PCAP file by reading this <a href="http://ccie-in-3-months.blogspot.com/2009/04/convert-cisco-dumps-into-wiresharks.html">CCIE in 3 months article</a>. Once PCAP file has been written, you can read them using wireshark.</p>
<div class="wp-caption aligncenter" style="width: 612px"><img src="http://ipsecs.com/web/wp-content/uploads/2010/07/18-07-2010-00-47-42.png" alt="ATM sniffed" width="602" height="494" /><p class="wp-caption-text">ATM sniffed</p></div>
]]></content:encoded>
			<wfw:commentRss>http://ipsecs.com/web/?feed=rss2&amp;p=185</wfw:commentRss>
		</item>
		<item>
		<title>GridSphere Remote User Enumeration</title>
		<link>http://ipsecs.com/web/?p=178</link>
		<comments>http://ipsecs.com/web/?p=178#comments</comments>
		<pubDate>Sun, 20 Jun 2010 17:11:34 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Exploitation]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Grid Computing]]></category>

		<category><![CDATA[Grid Hacking]]></category>

		<category><![CDATA[Grid Security]]></category>

		<guid isPermaLink="false">http://ipsecs.com/web/?p=178</guid>
		<description><![CDATA[GridSphere is web based portal framework to access grid computing resources. The GridSphere provides an open-source portlet based  Web portal.  GridSphere enables developers to quickly develop and  package  third-party portlet  web applications that can be run and administered within the GridSphere  portlet container.
GridSphere which is critically uses to access [...]]]></description>
			<content:encoded><![CDATA[<p>GridSphere is web based portal framework to access grid computing resources. The GridSphere provides an open-source portlet based  Web portal.  GridSphere enables developers to quickly develop and  package  third-party portlet  web applications that can be run and administered within the GridSphere  portlet container.</p>
<p>GridSphere which is critically uses to access grid resource is found to be vulnerable that can be exploited to enumerate a user is valid or not in grid. This vulnerability exist due to the response of gridsphere in handling in-exist user with &#8220;<em>User does not exist</em>&#8220;. To exploit this issue, you can use <a href="http://core.ipsecs.com/grid-toolkit/python/gridsphere-brutepy.txt">this </a>python script.</p>
<p><code><em>python gridsphere-brute.py https://example.com/acgt/portal?cid=login users.txt</em></code></p>
<p><code><em>[INVALID] anto<br />
[INVALID] abc<br />
[INVALID] betha<br />
[INVALID] een<br />
[INVALID] nita<br />
[INVALID] aris<br />
[INVALID] atik<br />
[INVALID] babas<br />
[INVALID] alex<br />
[OK] admin<br />
[INVALID] fuck<br />
[INVALID] lisa<br />
[INVALID] ifa<br />
[INVALID] hana<br />
[INVALID] bram</em></code></p>
<p>IPSECS has developed some tools to assess grid computing security years ago which can be download <a href="http://stuff.ipsecs.com/files/grid-insecurity.txt">here</a>. The tools is encoded in ASCII and bundled with article which explains grid computing [in]security written in indonesian. The tools provided can be used to:</p>
<ul>
<li>Enumerate headnode by identifying GridFTP Service and Web Service Container</li>
<li>Crack private key in Certificate Authority</li>
<li>Exploit others headnode in grid when a headnode and its certificate compromised.</li>
</ul>
<p>For your information, currently IPSECS is developing grid-toolkit to make grid computing penetration much more easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://ipsecs.com/web/?feed=rss2&amp;p=178</wfw:commentRss>
		</item>
		<item>
		<title>How to Cheat The Ads for Profit!</title>
		<link>http://ipsecs.com/web/?p=175</link>
		<comments>http://ipsecs.com/web/?p=175#comments</comments>
		<pubDate>Sun, 20 Jun 2010 08:13:03 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[SEO and Ads]]></category>

		<category><![CDATA[Ads]]></category>

		<category><![CDATA[Malware]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://ipsecs.com/web/?p=175</guid>
		<description><![CDATA[Have you ever thought to put your ads in compromised website? Have you ever done to modify someone ads with your own? Putting your ads in someone website will not help increasing your revenue in low-traffic website.
Have you ever thought to insert malware in compromised website and exploit their clients? yeah browser vulnerability is the [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever thought to put your ads in compromised website? Have you ever done to modify someone ads with your own? Putting your ads in someone website will not help increasing your revenue in low-traffic website.</p>
<p>Have you ever thought to insert malware in compromised website and exploit their clients? yeah browser vulnerability is the answer! Inserting in low-traffic website will not really help spreading your malware and compromise their clients!</p>
<p>Now, even this is old for us (IPSECS), we release tool to identify trafffic rank based on Alexa. This tool will help you to identify Alexa Rank on massive collected domains. By knowing the traffic rank of domains, this tool helps you to decide if website is worth or not if you put your ads on them. By knowing the traffic rank of domains, you can know if website is potential or not in boosting your revenue. Our simple tool need some perl module to be installed:</p>
<ul>
<li>strict</li>
<li>warnings</li>
<li>Switch</li>
<li>POSIX</li>
<li>LWP::UserAgent</li>
<li>HTTP::Message</li>
</ul>
<p>Lastly, you can download our tool to help indentifying traffic <a href="http://stuff.ipsecs.com/files/alexa-checkerpl.txt">here</a>. Cheat the ads for your profit, Boost your revenue now!</p>
]]></content:encoded>
			<wfw:commentRss>http://ipsecs.com/web/?feed=rss2&amp;p=175</wfw:commentRss>
		</item>
		<item>
		<title>DoD 8750 Directive</title>
		<link>http://ipsecs.com/web/?p=168</link>
		<comments>http://ipsecs.com/web/?p=168#comments</comments>
		<pubDate>Sat, 19 Jun 2010 18:40:42 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Management]]></category>

		<category><![CDATA[DoD 8750]]></category>

		<category><![CDATA[Information Assurance]]></category>

		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://ipsecs.com/web/?p=168</guid>
		<description><![CDATA[The Department of Defense (DoD) is currently undergoing an organizational process involving Information Assurance (IA) standardization.
DoD 8570 seeks to accomplish the following objectives:
1. Create standards whereby IA Workfoce personnel, at all levels and fuctions, obtain a uniform level of competency with regard to DoD information and networks.
2. Establish a minimum skill level for all IA [...]]]></description>
			<content:encoded><![CDATA[<p>The Department of Defense (DoD) is currently undergoing an organizational process involving Information Assurance (IA) standardization.</p>
<p>DoD 8570 seeks to accomplish the following objectives:</p>
<p>1. Create standards whereby IA Workfoce personnel, at all levels and fuctions, obtain a uniform level of competency with regard to DoD information and networks.<br />
2. Establish a minimum skill level for all IA Workforce personnel throughout the DoD.<br />
3. Provide qualified IA Workforce members to the soldiers that need them.<br />
4. Creation of a set of formal training requirements and establishment of certification programs.<br />
5. Add to the knowledge base of every IA Workforce team member through education or experience.</p>
<p>DoD 8750 document can be found <a href="http://www.dtic.mil/whs/directives/corres/pdf/857001m.pdf">here</a> while DoD 8750 training and assessment can be reached at <a href="http://www.giac.org/8570/">GIAC/DoD8750</a>.</p>
<p>This article is ripped and modified from <a href="http://dod8570.net/">http://dod8570.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ipsecs.com/web/?feed=rss2&amp;p=168</wfw:commentRss>
		</item>
		<item>
		<title>IPv6 Hackit - The IPv6 Army Knife</title>
		<link>http://ipsecs.com/web/?p=166</link>
		<comments>http://ipsecs.com/web/?p=166#comments</comments>
		<pubDate>Mon, 24 May 2010 16:31:57 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Exploitation]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Hacking]]></category>

		<category><![CDATA[IPv6]]></category>

		<category><![CDATA[IPv6 Hacking]]></category>

		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://ipsecs.com/web/?p=166</guid>
		<description><![CDATA[IPv6 is future protocol internet with rich of security features but hackers always do research and try to exploit it. Times by times, days by days, papers and presentations which explains who to defeat this protocol are widely published. Van Hauser of The Hacker Choice (THC) releases his IPv6 attack toolkit to exploit IPv6 protocol [...]]]></description>
			<content:encoded><![CDATA[<p>IPv6 is future protocol internet with rich of security features but hackers always do research and try to exploit it. Times by times, days by days, papers and presentations which explains who to defeat this protocol are widely published. Van Hauser of The Hacker Choice (THC) releases his IPv6 attack toolkit to exploit IPv6 protocol weakness. His tools can be freely downloaded on <a href="http://freeworld.thc.org/download.php?t=r&amp;f=thc-ipv6-0.6.tar.gz">THC website</a>. HD Moore, author Metasploit project wrote paper about <em>Exploiting Tomorrow&#8217;s Internet Today: Penetration testing with IPv6 </em>which can be read on <a href="http://www.uninformed.org/?v=10&amp;a=3&amp;t=txt">http://uninformed.org</a>. His paper tells us about exploiting  IPv6 applications by  proxying/relaying via IPv4.</p>
<p>IPSECS, unofficially releases his IPv6 Hackit on sourceforge and papers which nearly complete explains IPv6 exploitation. His papers content of :</p>
<ul>
<li>Introduction to IPv6</li>
<li>Connecting to IPv6 Backbone (IPv6-in-IPv4 Tunneling using TSP)</li>
<li>An Introduction to IPv6 Socket Programming</li>
<li>IPv6 Discovery &amp; Scanning (via ICMP, TCP, DNS)</li>
<li>Writing IPv6 Remote Exploit &amp; Shellcoding (Stack Based Buffer Overflow, Format String)</li>
<li>IPv6 Protocol Vulnerability (Man In The Middle, Denial of Service)</li>
</ul>
<p>You can freely download this paper on <a href="http://core.ipsecs.com/paper/0x01-ipv6-attack.txt">core.ipsecs.com</a> written in Indonesian. IPSECS wrote IPv6-Hackit using Perl Scripting Language which means that the tools don&#8217;t need to be compiled. Somehow, this tool needs some perl module to be installed:</p>
<ul>
<li>strict</li>
<li>warnings</li>
<li>Switch</li>
<li>English</li>
<li>Net::DNS</li>
<li>POSIX</li>
<li>Getopt::Long</li>
<li>LWP::UserAgent</li>
<li>HTTP::Message</li>
<li>IO::Socket::INET6</li>
</ul>
<p>This tool supports to do:</p>
<ul>
<li>Hosts Enumeration finding which host is up/down.</li>
<li>TCP Port scanning to find which port is open/close.</li>
<li>Googling via unix shell to find possible IPv6 domains.</li>
<li>Finding AAAA IPv6 host record from single or massive collected domains.</li>
<li>Getting shell from IPv6 binding shellcode/payload.</li>
<li>Getting shell from IPv6 reverse shellcode/payload.</li>
<li>Exploiting simple IPv6 application weakness (currently this module is still developed)</li>
<li>IPv6 Binding backdoor with authentication (currently this module is still developed)</li>
</ul>
<p>You can easily download this IPv6 Hackit on <a href="http://ipv6hackit.sourceforge.net/download/ipv6hackit-v0.1.tar.gz">ipv6hackit.sourceforge.net</a>. Meanwhile you play this tools and read the paper, now we develope grid-toolkit to be released soon. So just follow and watch this website, IPSECS just gives best stuff to play with! Finally enjoy guys!</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5159446066109159";
/* 468x60, created 6/19/10 */
google_ad_slot = "5335630309";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://ipsecs.com/web/?feed=rss2&amp;p=166</wfw:commentRss>
		</item>
		<item>
		<title>Shell Scripting - Mastering in 3 Days</title>
		<link>http://ipsecs.com/web/?p=162</link>
		<comments>http://ipsecs.com/web/?p=162#comments</comments>
		<pubDate>Mon, 10 May 2010 13:30:59 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Presentation]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Shell Script]]></category>

		<guid isPermaLink="false">http://ipsecs.com/web/?p=162</guid>
		<description><![CDATA[Understanding shell scripting is one step to make efficient your work with linux command. Some times we have to work with complex shell command every day and type it repetively. Without shell scripting we have to type all of that command manually and wasting our time. This paper has been presented in PT. Datacomm Diangraha [...]]]></description>
			<content:encoded><![CDATA[<p>Understanding shell scripting is one step to make efficient your work with linux command. Some times we have to work with complex shell command every day and type it repetively. Without shell scripting we have to type all of that command manually and wasting our time. This paper has been presented in PT. Datacomm Diangraha at 8-10th May 2010, which contents of,</p>
<p><code><br />
Table of Content<br />
1.	Basic Shell Scripting<br />
a.	Redirections &amp; Pipes<br />
i.	Redirections<br />
ii.	Pipes<br />
b.	Variables<br />
c.	Conditional &amp; Looping Statements<br />
i.	Conditional if .. then<br />
ii.	Conditional if .. then .. else<br />
iii.	Conditional switch .. case<br />
iv.	Looping for<br />
v.	Looping while<br />
vi.	Looping until<br />
d.	Introduction Bash I/O Scripting<br />
i.	Using read<br />
ii.	Using command line argument<br />
e.	Arithmetic  &amp; Strings Operations<br />
i.	Arithmetic Operations<br />
ii.	Strings Operations<br />
2.	Advanced Shell Scripting<br />
a.	Array<br />
b.	Regular Expression<br />
i.	Grep<br />
ii.	Awk<br />
iii.	Sed<br />
c.	System Administrative Command Scripting<br />
d.	Aliases<br />
e.	Functions<br />
f.	I/O Redirections<br />
g.	Using /dev &amp; /proc<br />
i.	Using /dev<br />
ii.	Using /proc<br />
h.	Security Issues<br />
i.	Code Poetry<br />
3.	Shell Scripting in Practice<br />
a.	Creating &amp; Scheduling Automatic Backup<br />
b.	Creating &amp; Scheduling Automatic File Integrity Checker<br />
c.	DomainToIP Enumeration Script<br />
d.	Start &amp; Stop GRE Tunneling Script<br />
e.	Automatic Default Routing Switcher Script<br />
f.	Start &amp; Stop Firewall Script<br />
g.	Start &amp; Stop Bandwith Management Script<br />
h.	Datacomm needs?? Q&amp;A</code></p>
<p>Just download this paper at <a href="http://ipsecs.com/8-10may/Anto_Shell_Scripting.docx">here</a> and all bash script presented <a href="http://ipsecs.com/8-10may/datacomm_shell_script.rar">here</a>. Oke, that&#8217;s all and hope it help! Enjoy <img src='http://ipsecs.com/web/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ipsecs.com/web/?feed=rss2&amp;p=162</wfw:commentRss>
		</item>
		<item>
		<title>Hacker develops multi-platform rootkit for ATMs</title>
		<link>http://ipsecs.com/web/?p=155</link>
		<comments>http://ipsecs.com/web/?p=155#comments</comments>
		<pubDate>Fri, 07 May 2010 23:13:37 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[ATM]]></category>

		<guid isPermaLink="false">http://ipsecs.com/web/?p=155</guid>
		<description><![CDATA[One year after his Black Hat talk on Automated Teller  Machine security vulnerabilities was yanked  by his employer, security researcher Barnaby Jack plans to deliver  the talk and disclose a new ATM rootkit at the computer security  conference.
He plans to give the talk, entitled &#8220;Jackpotting Automated Teller  Machines,&#8221; at the [...]]]></description>
			<content:encoded><![CDATA[<p class="first">One year after his Black Hat talk on Automated Teller  Machine security vulnerabilities was <a href="http://www.networkworld.com/news/2009/063009-juniper-nixes-atm-security.html">yanked  by his employer</a>, security researcher Barnaby Jack plans to deliver  the talk and disclose a new ATM rootkit at the computer security  conference.</p>
<p>He plans to give the talk, entitled &#8220;Jackpotting Automated Teller  Machines,&#8221; at the Black Hat Las Vegas conference, held July    28 and 29.</p>
<p>Jack will demonstrate several ways of attacking ATM machines,  including remote, network-based attacks. He will also reveal    a &#8220;multi-platform ATM rootkit,&#8221; and will discuss things that the ATM  industry can do to protect itself from such attacks,    he writes in his description of the talk, <a href="https://www.blackhat.com/html/bh-us-10/bh-us-10-briefings.html">posted  this week to the Black Hat Web site.</a></p>
<p>Jack was set to discuss ATM security problems at last year&#8217;s  conference, but his employer, Juniper Networks, made him pull    the presentation after getting complaints from an ATM maker that was  worried that the information he had discovered could    be misused.</p>
<p>The security researcher found a straightforward way of getting around  Juniper&#8217;s objections, however. Last month, he took a    new job as director of security research with IOActive.</p>
<p>ATM machines do get compromised, but in a roundabout way. Thieves  often hit them by installing card skimmers on them to extract    magnetic stripe data from the cards. Then, using a hidden video  camera, they steal login numbers. Using all of this information,    the crooks can build their own duplicate cards and empty bank  accounts.</p>
<p>But Jack&#8217;s talk looks at a new area: bugs in the software used to run  the machines.</p>
<p>He&#8217;s taken advantage of the extra year provided by Juniper&#8217;s ban to  do more research. &#8220;Last year, there was one ATM; this    year, I&#8217;m doubling down and bringing two new model ATMs from two  major vendors,&#8221; Jack says in his talk description. The security    researcher couldn&#8217;t immediately be reached for comment.</p>
<p>Jack doesn&#8217;t say which ATMs he plans to discuss, but it could be any  major vendor, according to Black Hat Director Jeff Moss.    &#8220;He&#8217;s got a living room full of a lot of different brands of ATMs,  and they all seem to suffer from one or the other problem,&#8221;    he said.</p>
<p>ATMs haven&#8217;t received a lot of serious scrutiny by security  researchers, so Jack&#8217;s talk will break new ground, Moss said.    &#8220;Apparently you can make all the money come out,&#8221; he said.</p>
<p><strong>Source</strong>: <a href="http://www.networkworld.com/news/2010/050610-hacker-develops-multi-platform-rootkit-for.html">www.networkland.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ipsecs.com/web/?feed=rss2&amp;p=155</wfw:commentRss>
		</item>
	</channel>
</rss>
