<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/217" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2001-10-21T02:52:00-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/217</id>

		<entry>
		<author><name><![CDATA[JingYou]]></name></author>
		<updated>2001-10-21T02:52:00-04:00</updated>

		<published>2001-10-21T02:52:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=925#p925</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=925#p925"/>
		<title type="html"><![CDATA[BOTNET question....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=925#p925"><![CDATA[
Thanks:P<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=205">JingYou</a> — Sun Oct 21, 2001 2:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-10-20T22:17:00-04:00</updated>

		<published>2001-10-20T22:17:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=919#p919</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=919#p919"/>
		<title type="html"><![CDATA[BOTNET question....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=919#p919"><![CDATA[
Consider the following<blockquote class="uncited"><div>Bot1<br>|--Bot2<br>| `--Bot3<br>`--Bot4<br>  |--Bot5<br>  `--Bot6</div></blockquote>There are one hops from Bot1 to Bot2, as data as data has to <strong class="text-strong">hop</strong> accross 1 connection to reach the target.<br><br>It takes 2 hops for Bot1 to talk to Bot6, 1 hop to Bot4, then a Hop from Bot4 to Bot6.<br><br>To work out the average hops, you have to get the amount of hops, it take for Bot1 to talk to each other bots<br><br><em class="text-italics">EG</em><blockquote class="uncited"><div>Bot1 -&gt; Bot2 = 1<br>Bot1 -&gt; Bot3 = 2<br>Bot1 -&gt; Bot4 = 1<br>Bot1 -&gt; Bot5 = 2<br>Bot1 -&gt; Bot6 = 2</div></blockquote>This gives you a total hops count of 8. You now devide this by how many bot there are on the net, minus 1.<br><br>So there are 6 bots in this botnet, take 1 away, you have 5. Devide the 8 by 5 and you get an average of 1.6 hops.<br><br>The reason you have to take the 1 away, is you don't include the bot you are on, as it takes 0 (zero) hops to talk to itself.<br><br>The previous example was wrong, as you started counting the connections a 0 hops, rather than 1. Rule of thumb, if the average is below 1, then it is wrong, coz by rights, it takes at least 1 hop, no matter what, it is impossible to have a 3/4 hop. The average for the previous post is actualy an average of 2 hops.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Oct 20, 2001 10:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-20T20:08:00-04:00</updated>

		<published>2001-10-20T20:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=915#p915</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=915#p915"/>
		<title type="html"><![CDATA[BOTNET question....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=915#p915"><![CDATA[
Hops are the number of links a bot is away from another bot. For example, consider the following:<br><br>There are four bots (bot1, bot2, bot3, and bot4)<br>bot2 is connected to bot1, bot3 is connected to bot2, and bot4 is connected to bot3. <br><br>The hopcount between bot2 and bot1 is 0, because bot2 is directly linked to bot1.<br><br>The hopcount between bot3 and bot1 is 1, because bot3 is one link away from bot1. In order for bot3 to send a message to bot1, bot3 must first send a message to bot2. bot2 then sends the message to bot1.<br><br>The hopcount between bot4 and bot1 is 2, because bot4 is two links away from bot1. In order for bot4 to send a message to bot1, bot4 must first send a message to bot3. bot3 sends it to bot2, and then bot2 sends it to bot1.<br><br>The average hop count is (I beleive) summing up all the hopcounts (in the case above, 3) and dividing it by the number of bots on the entire botnet. The average hopcount for my example above would be 3/4, or 0.75. Someone correct me on this if i'm wrong.<br><br>As a sidenote, IRC networks work the exact same way.<p>Statistics: Posted by Guest — Sat Oct 20, 2001 8:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[JingYou]]></name></author>
		<updated>2001-10-20T15:23:00-04:00</updated>

		<published>2001-10-20T15:23:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=910#p910</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=910#p910"/>
		<title type="html"><![CDATA[BOTNET question....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=910#p910"><![CDATA[
[01:17] &lt;online-op&gt; Online-OP<br>[01:17] &lt;online-op&gt;   |-+Support<br>[01:17] &lt;online-op&gt;   |    |--XA<br>[01:17] &lt;online-op&gt;   |    |--CR<br>[01:17] &lt;online-op&gt;   |    |--CX<br>[01:17] &lt;online-op&gt;   |    `--NX<br>[01:17] &lt;online-op&gt;   `--altobelli<br>[01:17] &lt;online-op&gt;        |--UT-0<br>[01:17] &lt;online-op&gt;        |    |--UT-1<br>[01:17] &lt;online-op&gt;        |    |--UT-2<br>[01:17] &lt;online-op&gt;        |    |--UT-3<br>[01:17] &lt;online-op&gt;        |    |--UT-4<br>[01:17] &lt;online-op&gt;        |    |--UT-5<br>[01:17] &lt;online-op&gt;        |    |--UT-6<br>[01:17] &lt;online-op&gt;        |    |--UT-7<br>[01:17] &lt;online-op&gt;        |    |--UT-8<br>[01:17] &lt;online-op&gt;        |    |--UT-9<br>[01:17] &lt;online-op&gt;        |    |--UT-10<br>[01:17] &lt;online-op&gt;        |    |--UT-11<br>[01:17] &lt;online-op&gt;        |    |--UT-12<br>[01:17] &lt;online-op&gt;        |    |--UT-13<br>[01:17] &lt;online-op&gt;        |    `--UT-14<br>[01:17] &lt;online-op&gt;        |--NetSphere<br>[01:17] &lt;online-op&gt;        |--IntelBot<br>[01:17] &lt;online-op&gt;        |--Melysa<br>[01:17] &lt;online-op&gt;        |--I-N-T-E-L<br>[01:17] &lt;online-op&gt;        |--Tardelli<br>[01:17] &lt;online-op&gt;        |--Mert<br>[01:17] &lt;online-op&gt;        |--Kingston<br>[01:17] &lt;online-op&gt;        |--wIRCD<br>[01:17] &lt;online-op&gt;        |--MostarBoT<br>[01:17] &lt;online-op&gt;        |    |--BosanciBo<br>[01:17] &lt;online-op&gt;        |    |--ThunderBi<br>[01:17] &lt;online-op&gt;        |    `--_athl0n_<br>[01:17] &lt;online-op&gt;        |--Sn0wQueen<br>[01:17] &lt;online-op&gt;        |    |--UrServ<br>[01:17] &lt;online-op&gt;        |    `--kombatgal<br>[01:17] &lt;online-op&gt;        |--FoxHUB<br>[01:17] &lt;online-op&gt;        |    |--FoxShells<br>[01:17] &lt;online-op&gt;        |    |--WebFox<br>[01:17] &lt;online-op&gt;        |    |--FoxAdv<br>[01:17] &lt;online-op&gt;        |    |--bopomofo<br>[01:17] &lt;online-op&gt;        |    |    `--DontMsgMe<br>[01:17] &lt;online-op&gt;        |    |--LinuxServ<br>[01:17] &lt;online-op&gt;        |    `--SlakLinux<br>[01:17] &lt;online-op&gt;        |--Sparky<br>[01:17] &lt;online-op&gt;        |    |--Puhbert<br>[01:17] &lt;online-op&gt;        |    |--Xony<br>[01:17] &lt;online-op&gt;        |    |--Looney<br>[01:17] &lt;online-op&gt;        |    |--Xyon<br>[01:17] &lt;online-op&gt;        |    |--di|c|ital<br>[01:17] &lt;online-op&gt;        |    |--Roomer<br>[01:17] &lt;online-op&gt;        |    `--Ionic<br>[01:17] &lt;online-op&gt;        |--Level<br>[01:17] &lt;online-op&gt;        |    |--Virt-Host<br>[01:17] &lt;online-op&gt;        |    |--BinaryH8<br>[01:17] &lt;online-op&gt;        |    |--KaoticIRC<br>[01:17] &lt;online-op&gt;        |    |--DragonLin<br>[01:17] &lt;online-op&gt;        |    |--Level1<br>[01:17] &lt;online-op&gt;        |    |--Level4<br>[01:17] &lt;online-op&gt;        |    |--Level6<br>[01:17] &lt;online-op&gt;        |    |--Level9<br>[01:17] &lt;online-op&gt;        |    |--m33bot<br>[01:17] &lt;online-op&gt;        |    |--SlackBot<br>[01:17] &lt;online-op&gt;        |    |--Level7<br>[01:17] &lt;online-op&gt;        |    |--BotShop<br>[01:17] &lt;online-op&gt;        |    |--Section<br>[01:17] &lt;online-op&gt;        |    |--EF-Share<br>[01:17] &lt;online-op&gt;        |    |    |-+Level5<br>[01:17] &lt;online-op&gt;        |    |    |-+Level10<br>[01:17] &lt;online-op&gt;        |    |    |-+Level0<br>[01:17] &lt;online-op&gt;        |    |    `-+Level3<br>[01:17] &lt;online-op&gt;        |    |--Au-Share<br>[01:17] &lt;online-op&gt;        |    |    |-+Section2<br>[01:17] &lt;online-op&gt;        |    |    |-+Level2<br>[01:17] &lt;online-op&gt;        |    |    `-+Level8<br>[01:17] &lt;online-op&gt;        |    |--Nerd<br>[01:17] &lt;online-op&gt;        |    `--IC`blue<br>[01:17] &lt;online-op&gt;        |--Pisyo<br>[01:17] &lt;online-op&gt;        |--Agnes<br>[01:17] &lt;online-op&gt;        |--MadmiX<br>[01:17] &lt;online-op&gt;        |--mIRCnet<br>[01:17] &lt;online-op&gt;        `--lab01<br>[01:17] &lt;online-op&gt;             |--Julia<br>[01:17] &lt;online-op&gt;             |--lab02<br>[01:17] &lt;online-op&gt;             |--Dangle<br>[01:17] &lt;online-op&gt;             |--Caboose<br>[01:17] &lt;online-op&gt;             |--Nebulous<br>[01:17] &lt;online-op&gt;             |--Renegade<br>[01:17] &lt;online-op&gt;             |--Phlegm<br>[01:17] &lt;online-op&gt;             |--Tarantula<br>[01:17] &lt;online-op&gt;             |--Tantrum<br>[01:17] &lt;online-op&gt;             |--TriviaBot<br>[01:17] &lt;online-op&gt;             |--Servant<br>[01:17] &lt;online-op&gt;             |--Drunk<br>[01:17] &lt;online-op&gt;             |--Bamboozle<br>[01:17] &lt;online-op&gt;             |--Turnip<br>[01:17] &lt;online-op&gt;             |--BB<br>[01:17] &lt;online-op&gt;             |    |--tohazzip<br>[01:17] &lt;online-op&gt;             |    |--paultdog<br>[01:17] &lt;online-op&gt;             |    |--Blast^BOT<br>[01:17] &lt;online-op&gt;             |    |--Taka_Bot<br>[01:17] &lt;online-op&gt;             |    |--CG<br>[01:17] &lt;online-op&gt;             |    |--SC<br>[01:17] &lt;online-op&gt;             |    `--Yokel<br>[01:17] &lt;online-op&gt;             `--Cadaver<br>[01:17] &lt;online-op&gt; Average hops: 2.9, total bots: 106<br><br>Whats the meaning of 'Average hops: 2.9' ?<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=205">JingYou</a> — Sat Oct 20, 2001 3:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
