<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Information Security Reasearch, Free Challenges</title>
	<atom:link href="http://nightstalker777.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nightstalker777.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 11 Oct 2009 06:25:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nightstalker777.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Information Security Reasearch, Free Challenges</title>
		<link>http://nightstalker777.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nightstalker777.wordpress.com/osd.xml" title="Information Security Reasearch, Free Challenges" />
	<atom:link rel='hub' href='http://nightstalker777.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Agobot, SDbot, URXbot Sample Commands</title>
		<link>http://nightstalker777.wordpress.com/2009/10/11/agobot-sdbot-urxbot-sample-commands/</link>
		<comments>http://nightstalker777.wordpress.com/2009/10/11/agobot-sdbot-urxbot-sample-commands/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 06:25:51 +0000</pubDate>
		<dc:creator>nightstalker777</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[agobot]]></category>
		<category><![CDATA[bot commands]]></category>
		<category><![CDATA[botnet]]></category>
		<category><![CDATA[botnet harvesting]]></category>
		<category><![CDATA[botnet statistics]]></category>
		<category><![CDATA[honeyney]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[port sequencing]]></category>
		<category><![CDATA[SDbot]]></category>
		<category><![CDATA[URXbot]]></category>

		<guid isPermaLink="false">http://nightstalker777.wordpress.com/?p=37</guid>
		<description><![CDATA[Excerpt from http://www.honeynet.org/book/export/html/50 A good look into the basic configurations and commands for three common Bots. I think that given the time frame and desire to produce admirable results (having to complete a background check I can not yet deploy a Honeynet on University property, this should be accomplished by the middle of next week). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nightstalker777.wordpress.com&amp;blog=9646299&amp;post=37&amp;subd=nightstalker777&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Excerpt from http://www.honeynet.org/book/export/html/50</p>
<p>A good look into the basic configurations and commands for three common Bots. I think that given the time frame and desire to produce admirable results (having to complete a background check I can not yet deploy a Honeynet on University property, this should be accomplished by the middle of next week). Having looked at the current research and the various advances and deficits, I am greatly considering looking into the updating behavior and cycles of various Botnets. Research in this realm should be very conducive towards better arming It personnel in that more effective IDS and IPS systems can be implemented if network admins are more knowledgeable about the  evolution, and progressive algorithm enhancement of various bots categorized by attack type, cloning strategy, host IP ranges, lifespan, and update cycle. If a trend emerges in the data gathered that can accurately predict what type of bot is most likely going to connect to which one of your ports and with what command, a much tighter filter can be placed allowing for administrators to better capture the Botnet types they desire to study. Research in this realm could also make for more predictable server stability in the long run by providing data for optimized server updating schedules. Of course the desires and objectives of each given party are different and thus configurations based on acquired data would be user specific. A second realm in which I tend to gather data is on the various bots ability to remain connected while various port configurations are enacted. I have not yet seen enough satisfying data on this topic, although scanning mechanisms and &#8220;most frequent port lists&#8221; are known, I want to determine if any of the Bots are intelligent enough to connect to more stable ports by either randomly selecting ports to attempt connection or by algorithmic sequencing. This activity would have to be monitored during a live session with an intrusive Bot facing massive disconnections and reopening of ports. Hopefully comprehensible and applicable port sequences do emerge that can help distinguish extremely well programmed Bots and allow for further study into the most elite Botnets.</p>
<p>In the following, we cover the more popular commands implemented in the common bots we have captured in the wild. Presenting all the commands is beyond the scope of this paper, as Agobot comes along with over 90 commands in the default configuration.</p>
<p>   1. DDoS something<br />
          * Agobot<br />
                o ddos.stop<br />
                  stops all floods<br />
                o ddos.phatwonk [host] [time] [delay]<br />
                  starts leet flood<br />
                  Starts a SYN-flood on ports 21,22,23,25,53,80,81,88,<br />
                        110,113,119,135,137,139,143,443,445,1024,1025,1433,<br />
                        1500,1720,3306,3389,5000,6667,8000,8080</p>
<p>                o ddos.phatsyn [host] [time] [delay] [port]<br />
                  starts syn flood<br />
                o ddos.phaticmp [host] [time] [delay]<br />
                  starts icmp flood<br />
                o ddos.synflood [host] [time] [delay] [port]<br />
                  starts an SYN flood<br />
                o ddos.updflood [host] [port] [time] [delay]<br />
                  start a UDP flood<br />
                o ddos.targa3 [host] [time]</p>
<p>                  start a targa3 flood<br />
                        Implements the well known DDoS attack Mixter authored in 1999.</p>
<p>                        /*<br />
                        * targa3 &#8211; 1999 (c) Mixter<br />
                        *<br />
                        * IP stack penetration tool / &#8216;exploit generator&#8217;<br />
                        * Sends combinations of uncommon IP packets to hosts<br />
                        * to generate attacks using invalid fragmentation, protocol,<br />
                        * packet size, header values, options, offsets, tcp segments,<br />
                        * routing flags, and other unknown/unexpected packet values.<br />
                        * Useful for testing IP stacks, routers, firewalls, NIDS,<br />
                        * etc. for stability and reactions to unexpected packets.<br />
                        * Some of these packets might not pass through routers with<br />
                        * filtering enabled &#8211; tests with source and destination host<br />
                        * on the same ethernet segment gives best effects.<br />
                        */<br />
                        taken from<br />
                            http://packetstormsecurity.org/DoS/targa3.c</p>
<p>                o ddos.httpflood [url] [number] [referrer] [recursive = true||false]<br />
                  starts a HTTP flood<br />
                        This is real nasty since it fetches websites from a webserver.<br />
                        If &#8220;recursive&#8221; is set, the bot parses the replies and follows<br />
                        links recursively.<br />
          * SDBot<br />
                o syn [ip] [port] [seconds|amount] [sip] [sport] [rand] (sdbot 05b pure version)<br />
                o udp [host] [num] [size] [delay] [[port]]size (sdbot 05b ago version)<br />
                o ping [host] [num] [size] [delay]num<br />
          * UrXbot<br />
                o ddos.(syn|ack|random) [ip] [port] [length]<br />
                o (syn|synflood) [ip] [port] [length]<br />
                o (udp|udpflood|u) [host] [num][ [size] [delay] [[port]]<br />
                o (tcp|tcpflood) (syn|ack|random) [ip] [port] [time]<br />
                o (ping|pingflood|p) [host] [num][ [size] [delay]<br />
                o (icmpflood|icmp) [ip] [time]<br />
                o ddos.stop<br />
                o synstop<br />
                o pingstop<br />
                o udpstop<br />
   2. Spreading<br />
          * Agobot<br />
                o scan.addnetrange [255.255.255.255/32] [priority]<br />
                o scan.delnetrange [255.255.255.255/32]<br />
                o scan.listnetrangeslist scanned netranges<br />
                o scan.clearnetrangesclears netrange<br />
                o scan.resetnetranges<br />
                  removes all netranges from scanner and adds local LAN as scanning range<br />
                o scan.enable [scanner]<br />
                  [scanner] can be one of<br />
                   Anubis Bagle CPanel DCOM DCOM2 Doom DW Ethereal HTTP Locator LSASS NetBios Optix SQL UPNP WKS<br />
                o scan.disable [scanner]<br />
                  [scanner] can be the same as above<br />
                o scan.startall<br />
                  starts all scanners<br />
                o scan.stopall<br />
                  stops all scanners<br />
                o scan.start<br />
                  starts all enabled scanners<br />
                o scan.stop<br />
                  stops all scanners<br />
                o scan.stats<br />
                  replys stats about exploitings per scanner<br />
                o scan.host [255.255.255.255[:port]]<br />
                  If given with port, just tries to exploit the host with the scanners fitting the ports, else all scanners are used.<br />
          * SDBot &amp; UrXBot<br />
                o (scanall|sa)<br />
                o (scanstats|stats)<br />
                o scandel [port|method]<br />
                  [method] can be one of         webdav ntpass netbios dcom135 dcom445 dcom1025 dcom2 iis5ssl mssql beagle1 beagle2 mydoom lsass_445 lsass_139 optix upnp netdevil DameWare kuang2 sub7<br />
                o scanstop<br />
                o (advscan|asc) [port|method] [threads] [delay] [minutes]<br />
   3. Downloading files from the internet<br />
          * Agobot<br />
                o http.download<br />
                  download a file via HTTP<br />
                o http.execute<br />
                  updates the bot via the given HTTP URL<br />
                o http.update<br />
                  executes a file from a given HTTP URL<br />
                o The same commands are also available via FTP<br />
          * SDBot &amp; UrXBot<br />
                o (update|up) [url] [botid]<br />
                o (download|dl) [url] [[runfile?]] [[crccheck]] [[length]]<br />
   4. Local file IO<br />
          * SDBot &amp; UrXBot<br />
                o (execute|e) [path]<br />
                o (findfile|ff) filename<br />
                o (rename|mv) [from] [to]<br />
                o findfilestopp<br />
   5. Sending Spam<br />
          * Agobot<br />
                o cvar.set spam_aol_channel [channel]<br />
                  AOL Spam &#8211; Channel name<br />
                o cvar.set spam_aol_enabled [1/0]<br />
                  AOL Spam &#8211; Enabled?<br />
                o cvar.set spam_maxthreads [8]cvar<br />
                  Spam Logic &#8211; Number of threads<br />
                o cvar.set spam_htmlemail [1/0]&#8220;true&#8221;,</p>
<p>                  Spam Logic &#8211; Send HTML emails<br />
                o cvar.set aolspam_maxthreads [8]<br />
                  AOL Spam Logic &#8211; Number of threads<br />
                o spam.setlist<br />
                  downloads list with email-addresses to spam them<br />
                o spam.settemplate<br />
                  downloads an email template<br />
                o spam.start<br />
                  starts the spamming<br />
                o spam.stop</p>
<p>                  stops the spamming<br />
                o aolspam.setlist<br />
                  AOL Spam &#8211; downloads an email list<br />
                o aolspam.settemplate<br />
                  AOL &#8211; downloads an email template<br />
                o aolspam.setuser<br />
                  AOL &#8211; sets an username<br />
                o aolspam.setpass<br />
                  AOL &#8211; sets a password<br />
                o aolspam.start</p>
<p>                  AOL &#8211; starts the spamming<br />
                o aolspam.stop<br />
                  AOL &#8211; stops the spamming<br />
          * SDBot<br />
                    So far, SDBot does not implement dedicated spamming<br />
                    methods. But other options to send spam are possible:<br />
                    The spammer uses the &#8220;download&#8221; command to download<br />
                    and execute a SOCKSv4/v5 server. The server publishes<br />
                    his IP-address and SOCKS-port at a file on a<br />
                    webserver. Via this backdoor, spam can be sent.</p>
<p>          * UrXBot<br />
                o email [server] [port] [srcmail] [dstmail] [mailsubj]<br />
   6. Sniffing<br />
          * Agobot<br />
                    Agobots sniffing is really &#8220;advanced&#8221;: If you compile<br />
                    the bot with sniffing enabled, it drops a stripped<br />
                    down lipcpap dll on startup and registers it as system<br />
                    driver. The sniffing thread then uses libpcre to<br />
                    lookout for bot commands</p>
<p>                o HTTP<br />
                  Commented: Like paypals? ;-D How about cookies? YUMMEH! -rain</p>
<p>                  Checks for &#8220;PAYPAL&#8221; &#8220;SET-COOKIE&#8221;<br />
                o SSH<br />
                  Commented: I dont get the idea, but the famous lsass author Nils contributed this and comments it<br />
                  // SSH &#8211; works &#8211; after the RSA key is sent, the login and pass is sent raw. Believe me. -Nils<br />
                  Checks for &#8220;login as:&#8221; &#8220;password:&#8221; &#8220;putty&#8221; &#8220;SECURECRT&#8221;<br />
                o CPANEL<br />
                  Commented: Like configuring Domains ? Here you go ! -Nils<br />
                  Checks for &#8220;cPanel&#8221; &#8220;Set-Cookie:&#8221;<br />
                o IRC<br />
                  Checks for:<br />
                          &#8220;^:(.*)!(.*)@(.*) ((?i)PRIVMSG|NOTICE) (.*) <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .)((?i)login|auth|id|ident|hashin|secure|l) (.*)$&#8221;<br />
                          &#8220;^((?i)oper )(.*)&#8221;<br />
                          &#8220;^:(.*) 381 (.*) <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .*)&#8221;<br />
                          &#8220;^((?i)nickserv identify) (.*)$&#8221;<br />
                          &#8220;^:.* ((?i)notice|privmsg) (.*) <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> assword accepted.*&#8221;<br />
                                  Botnet DDoS:<br />
                          &#8220;^:(.*)!(.*)@(.*) ((?i)PRIVMSG|NOTICE) (.*) <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .)((?i)ddos|packet|flood|udp|syn|pfast|coldrage|syn3|syn2|targa|icmp|fuck|random) (.*)$&#8221;</p>
<p>                o FTP<br />
                  Checks for:<br />
                          &#8220;^((?i)USER )(.*)&#8221;<br />
                          &#8220;^((?i)PASS )(.*)&#8221;<br />
                          &#8220;^(230 )(.*)&#8221;</p>
<p>                o cvar.set sniffer_enabled 1/0<br />
                o cvar.set sniffer_channel [destinationchannel]<br />
                  sets the destinations channel to which the results should be logged<br />
                o sniffer.addstring [pcre]<br />
                  adds a user-defined string to the sniffer<br />
                o sniffer.delstring [pcre]<br />
                  deletes a user-defined string from the sniffer<br />
          * SDBot<br />
                    SDBots sniffing is based on Windows raw socket<br />
                    listening.  Compared to the way Agobots sniffing is<br />
                    implemented, this way is ineffective and poorly: The<br />
                    bot even sniffs his own traffic and recognizes it as<br />
                    sniffed traffic. In addition, SDBot lacks PCRE support<br />
                    and uses strstr() for comparison.</p>
<p>                o HTTP Checks for: paypal PAYPAL paypal.com PAYPAL.COM Set-Cookie:<br />
                o IRC<br />
                  Checks for the following strings: :.login :,login :!login :@login :$login :%login :^login :&amp;login :*login :-login :+login :/login :\\login :=login <img src='http://s1.wp.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> login :&#8217;login :`login :~login : login :.auth :,auth :!auth :@auth :$auth :%auth :^auth :&amp;auth :*auth :-auth :+auth :/auth :\\auth :=auth <img src='http://s1.wp.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> auth :&#8217;auth :`auth :~auth : auth :.id :,id :!id :@id :$id :%id :^id :&amp;id :*id :-id :+id :/id :\\id :=id <img src='http://s1.wp.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> id :&#8217;id :`id :~id : id :.hashin :!hashin :$hashin :%hashin :.secure :!secure :.l :!l :$l :%l :.x :!x :$x :%x :.syn :!syn :$syn :%syn CDKey JOIN # NICK OPER oper now an IRC Operator<br />
                o carnivore [on/off]<br />
   7. Cloning<br />
          * Agobot<br />
                o For some reasons our agobot lacks cloning capabilities<br />
          * SDBot &amp; UrXBot<br />
                o (clone|c) [host] [port] [channel] [[chanpass]]<br />
                o clonestop [clonenumber]<br />
                o (c_raw|c_r) [clonenumber] [raw irc command]<br />
                o (c_mode|c_m) [clonenumber][some irc mode]<br />
                o (c_nick|c_n) [clonenumber] [newnick|$randnick]<br />
                o</p>
<p>                  (c_join|c_j) [clonenumber] [channel]<br />
                o (c_part|c_p) [clonenumber] [channel]<br />
                o (c_privmsg|c_pm) [clonenumber] [dest nick or channel] [msg]<br />
                o (c_action|c_a) [clonenumber] [dest nick or channel] [msg]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nightstalker777.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nightstalker777.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nightstalker777.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nightstalker777.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nightstalker777.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nightstalker777.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nightstalker777.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nightstalker777.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nightstalker777.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nightstalker777.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nightstalker777.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nightstalker777.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nightstalker777.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nightstalker777.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nightstalker777.wordpress.com&amp;blog=9646299&amp;post=37&amp;subd=nightstalker777&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nightstalker777.wordpress.com/2009/10/11/agobot-sdbot-urxbot-sample-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3030a6fd8ddb257e1af42e00282c23bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nightstalker777</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://nightstalker777.wordpress.com/2009/09/27/15/</link>
		<comments>http://nightstalker777.wordpress.com/2009/09/27/15/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 15:49:29 +0000</pubDate>
		<dc:creator>nightstalker777</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[botnet]]></category>
		<category><![CDATA[botnet harvesting]]></category>
		<category><![CDATA[computer auditing]]></category>
		<category><![CDATA[computer security]]></category>
		<category><![CDATA[google enumeration]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[network security]]></category>

		<guid isPermaLink="false">http://nightstalker777.wordpress.com/?p=15</guid>
		<description><![CDATA[&#8220;Botnet Attack and Analysis&#8221; Tynan Wilk A short paper which discusses the repeated theme of invading IRC chat rooms as a way of attack and detecting potential and existing botnets. The author provides a sample HTTP Get request and details on how to utilize Google as a detection mechanism for discovering vulnerable targets that are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nightstalker777.wordpress.com&amp;blog=9646299&amp;post=15&amp;subd=nightstalker777&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>&#8220;Botnet Attack and Analysis&#8221; Tynan Wilk</h1>
<p>A short paper which discusses the repeated theme of invading IRC chat rooms as a way of attack and detecting potential and existing botnets. The author provides a sample HTTP Get request and details on how to utilize Google as a detection mechanism for discovering vulnerable targets that are likely to become zombies in the future. The paper reaches it&#8217;s climax with the author discussing a brief synopsis of what exactly happened upon entry into an IRC chat room in which he had the rare chance to actually speak with one of the &#8220;Herders&#8221; in person. The herder was actually not threatened at all by the presence of the author(In the sense that he was annoyed rather than alarmed), and banned him leaving him with the statement that the author was a rare and lucky case not to have been infected but that new attacks were being developed so that one day this luck would eventually fade if the author did not keep up with the technology gap between intruder and victim. Quite a few themes seem to be reoccurring in these papers, none of them seem to be indicative of a positive outlook for the future of network security.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nightstalker777.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nightstalker777.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nightstalker777.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nightstalker777.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nightstalker777.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nightstalker777.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nightstalker777.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nightstalker777.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nightstalker777.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nightstalker777.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nightstalker777.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nightstalker777.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nightstalker777.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nightstalker777.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nightstalker777.wordpress.com&amp;blog=9646299&amp;post=15&amp;subd=nightstalker777&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nightstalker777.wordpress.com/2009/09/27/15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3030a6fd8ddb257e1af42e00282c23bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nightstalker777</media:title>
		</media:content>
	</item>
		<item>
		<title>New Insights Into the Elimination of Botnets</title>
		<link>http://nightstalker777.wordpress.com/2009/09/27/new-insights-into-the-elimination-of-botnets/</link>
		<comments>http://nightstalker777.wordpress.com/2009/09/27/new-insights-into-the-elimination-of-botnets/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 15:37:05 +0000</pubDate>
		<dc:creator>nightstalker777</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nightstalker777.wordpress.com/?p=12</guid>
		<description><![CDATA[Lecture: Botnets&#8221; Anticipating failure&#8221; Rick Wesson. Great  lecture about how Botnets are run, the internal workings of Botnet Harvesters and defense mechanisms against having your personal servers turned into &#8220;Zombie&#8221; computers and used to extract data as well as preformed a myriad of other functions. The rather apocalyptic view probably giving the lecture its name [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nightstalker777.wordpress.com&amp;blog=9646299&amp;post=12&amp;subd=nightstalker777&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Lecture: Botnets&#8221; Anticipating failure&#8221; Rick Wesson.</p>
<p>Great  lecture about how Botnets are run, the internal workings of Botnet Harvesters and defense mechanisms against having your personal servers turned into &#8220;Zombie&#8221; computers and used to extract data as well as preformed a myriad of other functions. The rather apocalyptic view probably giving the lecture its name &#8220;Anticipating Failure&#8221;, a view I personally hold as true about the nature of the current status of the lack of security found globally. The lecture goes over a spectrum of key points, very helpful in terms of conducting research in this realm. Topics of interest include; Detection Systems, proper handling of found Botnets inside of a server that you own, legality, and overall devastating systemic failures. The lecture has a great collection of ideas and anecdotes that are rather off center such as &#8220;buy a Mac, it will buy you two extra years&#8221; and does a good job pointing out specific institutions that have been contacted but who repeatedly refuse to come together and create a centralized defense and detection system for dealing with this extremely ever expanding problem. Regardless of the gaps in strategy that become obvious throughout the lecture in terms of formatting such a system, the conclusion is evident; Botnets are here, they are real, and they are much more dangerous than most people realize.</p>
<p>http://www.youtube.com/watch?v=fzNUkNQuEd0&amp;feature=channel</p>
<p>&#8220;Researching Botnets&#8221; Nicolas Albright.</p>
<p>A relatively good paper on the subject of how to defend your network against possible enslavement, and detection mechanism&#8217;s. The paper is of a more technically oriented nature and provides a foundational framework for actually going out and being proactive in the realm of Botnet research and detection. Included in the paper is a collection of such useful tools as who to contact if a virus is detected and not already registered with the major anti-virus software companies and data collection agencies. Protocol on how to approach IRC chat rooms while raising minimal amounts of suspicion and gathering highly important data. The paper also discusses the mechanics of sniffers, auditing, and other aspects of network security in relation to Botnets and marginalization of the damage done by them.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nightstalker777.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nightstalker777.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nightstalker777.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nightstalker777.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nightstalker777.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nightstalker777.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nightstalker777.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nightstalker777.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nightstalker777.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nightstalker777.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nightstalker777.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nightstalker777.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nightstalker777.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nightstalker777.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nightstalker777.wordpress.com&amp;blog=9646299&amp;post=12&amp;subd=nightstalker777&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nightstalker777.wordpress.com/2009/09/27/new-insights-into-the-elimination-of-botnets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3030a6fd8ddb257e1af42e00282c23bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nightstalker777</media:title>
		</media:content>
	</item>
		<item>
		<title>An Update On The Books I Am Reading With Analysis</title>
		<link>http://nightstalker777.wordpress.com/2009/09/27/an-update-on-the-books-i-am-reading-with-analysis/</link>
		<comments>http://nightstalker777.wordpress.com/2009/09/27/an-update-on-the-books-i-am-reading-with-analysis/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 08:30:28 +0000</pubDate>
		<dc:creator>nightstalker777</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nightstalker777.wordpress.com/?p=5</guid>
		<description><![CDATA[&#8220;The Art of Intrusion: The real stories behind the exploits of Hackers, Intruders, and Deceivers&#8221; Kevin Mitnick, et al. - This book had many interesting stories about the various exploits of (mostly anonymous) hackers, con artists, and intelligent deceptive people in general. What I found much more interesting however is Mitnick&#8217;s personal take on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nightstalker777.wordpress.com&amp;blog=9646299&amp;post=5&amp;subd=nightstalker777&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8220;The Art of Intrusion: The real stories behind the exploits of Hackers, Intruders, and Deceivers&#8221; Kevin Mitnick, et al.</p>
<p>- This book had many interesting stories about the various exploits of (mostly anonymous) hackers, con artists, and intelligent deceptive people in general. What I found much more interesting however is Mitnick&#8217;s personal take on the various exploits. The book hardly ever actually mentions his own experience in the realm of hacking( An area in which I do very much admire his notorious works), and instead speaks with the tone of a hacker, but a much more grown up, reformed hacker. Throughout various chapters in the book, it becomes apparent the publishers choose Mitnick,(Or at least agreed to finance his project) without a definitive clause stipulating whether he had to be an advocate or adversary of the people mentioned. Many times he calls them intelligent. At others, he insults them for using elementary tactics and lacking real skill. He includes segments on proper security protocols to mitigate a range of attacks, with insights ranging from how to prevent social engineering, to proper network configuration and architecture.</p>
<p>Information Security: Practices and Principles&#8221; Mark Stamp, et al.</p>
<p>- Very good book in terms of read especially for a topic that is usually both very hard to comprehend and boring for the average reader. The book covers a broad range of topics related to the field of computer security and delves into a rather deep segment on cryptography including biometric security systems and the current statistics in regards to their effectiveness. Probably the most useful of the books I have read, Information Security not only provides coverage of a wide range of fields, but does so in an efficient enough manner that the reader gets a relatively in-depth grasp of the math behind much of the applications in progress, current practices and protocols in information security, and questions that have yet to be answered.</p>
<p>&#8220;Computer Security Managment&#8221; Donn B.Parker.</p>
<p>- Computer Security Management is a text aimed more directly at people who either work as business executives and need help determining how to manage their various IT departments. It could also be thought of as a supplementary text pr brief introduction into what IT personnel should and should not do in order to optimize security. The segment on what companies should consider &#8220;secret information&#8221; and what should be declassified made for an interesting and informative read. The section of computer forensics and asset recovery also provided insight into an area of computer security I am not all that acquainted with(more so the asset recovery). The book takes a very firm stance that a rigid &#8220;militaristic type approach&#8221; be implemented in regards to job titles and their associated privileges. It also goes in-depth into what personnel type is most likely to commit what type of attack along with preemptive detection techniques and security practices that would stop these potential attacks. This section was most useful in that, it was about thwarting an attack rather than covering areas in which I have a larger library of knowledge such as common attacks and programs.</p>
<p>&#8220;Reconfiguring the Firewall: Carol J Burger et al.&#8221;</p>
<p>- The title of the book if taken alone, would be a bad indication of what the actual information within the novel is about. Although not directly related to any of my associated topics of research, the book presented a fundamental flaw in today&#8217;s world of computer security, a relatively large one at that. It does this by depicting (In detail) a grouping of theories and statistical information on why women do not enter the IT fields. Multiple minds are usually better than one, and most well developed think tanks utilize differing mindsets and personality types, without the perspective of women, a large piece of the defensive puzzle goes missing.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nightstalker777.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nightstalker777.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nightstalker777.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nightstalker777.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nightstalker777.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nightstalker777.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nightstalker777.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nightstalker777.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nightstalker777.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nightstalker777.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nightstalker777.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nightstalker777.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nightstalker777.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nightstalker777.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nightstalker777.wordpress.com&amp;blog=9646299&amp;post=5&amp;subd=nightstalker777&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nightstalker777.wordpress.com/2009/09/27/an-update-on-the-books-i-am-reading-with-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3030a6fd8ddb257e1af42e00282c23bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nightstalker777</media:title>
		</media:content>
	</item>
		<item>
		<title>Understanding the Intent of This Blog</title>
		<link>http://nightstalker777.wordpress.com/2009/09/25/understanding-the-intent-of-this-blog/</link>
		<comments>http://nightstalker777.wordpress.com/2009/09/25/understanding-the-intent-of-this-blog/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 07:42:25 +0000</pubDate>
		<dc:creator>nightstalker777</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[baston host]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[computer security]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[insecure]]></category>
		<category><![CDATA[log files]]></category>
		<category><![CDATA[penetration]]></category>
		<category><![CDATA[war games]]></category>

		<guid isPermaLink="false">http://nightstalker777.wordpress.com/2009/09/25/understanding-the-intent-of-this-blog/</guid>
		<description><![CDATA[This blog is part of a mandatory requirement to keep bench mark updates as to the progress of our research. Being that the field I am conducting research in is very sensitive in nature, I am not sure how well this blog will function. I can however, state definitively that we will be constructing a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nightstalker777.wordpress.com&amp;blog=9646299&amp;post=4&amp;subd=nightstalker777&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This blog is part of a mandatory requirement to keep bench mark updates  as to the progress of our research. Being that the field I am conducting research in is very sensitive in nature, I am not sure how well this blog will function. I can however, state definitively that we will be constructing a Bastion Host or &#8220;Box&#8221;, and will be letting some the public try their best at gaining root access. Coming from the opposing standpoint (you decipher what that means exactly), it will be an interesting endeavor for me and the other CS students affiliated with the project. I ask that those who read this blog and decide to attempt to gain access, do so with the &#8220;Hackers Mindset&#8221; and with the appropriate etiquette (which would include submission of a handle for credit to be given and documentation of how the entire attack was preformed). It is rather nice for the IT people to allow for this type of project and it would be appreciated if things went well.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nightstalker777.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nightstalker777.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nightstalker777.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nightstalker777.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nightstalker777.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nightstalker777.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nightstalker777.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nightstalker777.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nightstalker777.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nightstalker777.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nightstalker777.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nightstalker777.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nightstalker777.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nightstalker777.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nightstalker777.wordpress.com&amp;blog=9646299&amp;post=4&amp;subd=nightstalker777&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nightstalker777.wordpress.com/2009/09/25/understanding-the-intent-of-this-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3030a6fd8ddb257e1af42e00282c23bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nightstalker777</media:title>
		</media:content>
	</item>
		<item>
		<title>Research Day 1</title>
		<link>http://nightstalker777.wordpress.com/2009/09/25/research-day-1/</link>
		<comments>http://nightstalker777.wordpress.com/2009/09/25/research-day-1/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 07:33:30 +0000</pubDate>
		<dc:creator>nightstalker777</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computer security]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[deface]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[information security]]></category>
		<category><![CDATA[Mitnick]]></category>

		<guid isPermaLink="false">http://nightstalker777.wordpress.com/2009/09/25/research-day-1/</guid>
		<description><![CDATA[Did some reading on the older intrusions, found contradictory elements in much of the literature which made me laugh. Whats more believable? The account of a 16 year old defacing the Jurassic Park homepage three days before opening night, then reveal the exploit only to go on to receive a Job offer and reject it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nightstalker777.wordpress.com&amp;blog=9646299&amp;post=3&amp;subd=nightstalker777&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Did some reading on the older intrusions, found contradictory elements in much of the literature which made me laugh. Whats more believable? The account of a 16 year old defacing the Jurassic Park homepage three days before opening night, then reveal the exploit only to go on to receive a Job offer and reject it ( This is an account from a book by Mitnick himself and thus gains some credibility in my mind). The second story by a equally credible author, Schneier, who wrote the widely read &#8220;applied cryptography&#8221; but lacks knowledge of what the real underground culture of hacking is largely constituted off (read Secrets and Lies a relatively interesting book), who says the website was defaced as a Marketing Ploy to sell tickets. Hard call in my opinion.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nightstalker777.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nightstalker777.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nightstalker777.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nightstalker777.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nightstalker777.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nightstalker777.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nightstalker777.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nightstalker777.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nightstalker777.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nightstalker777.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nightstalker777.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nightstalker777.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nightstalker777.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nightstalker777.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nightstalker777.wordpress.com&amp;blog=9646299&amp;post=3&amp;subd=nightstalker777&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nightstalker777.wordpress.com/2009/09/25/research-day-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3030a6fd8ddb257e1af42e00282c23bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nightstalker777</media:title>
		</media:content>
	</item>
	</channel>
</rss>
