<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Forged IP address</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Forged IP address]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 15:05:01 +0000</pubDate>
  <lastBuildDate>Sat, 20 Nov 2004 17:23:30 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=12584</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Forged IP address :    wrote:I thought they just...]]></title>
   <link>https://forums.webwiz.net/forged-ip-address_topic12584_post69976.html#69976</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6337">xeerex</a><br /><strong>Subject:</strong> 12584<br /><strong>Posted:</strong> 20&nbsp;November&nbsp;2004 at 5:23pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by " alt="Originally posted by " style="vertical-align: text-bottom;" /> <strong> wrote:</strong><br /><br />I thought they just see an 'IP logged' notification?</td></tr></table><br><br>That is all they see, which tends to freak them out many times.<br>]]>
   </description>
   <pubDate>Sat, 20 Nov 2004 17:23:30 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forged-ip-address_topic12584_post69976.html#69976</guid>
  </item> 
  <item>
   <title><![CDATA[Forged IP address : only admin/Moderators are able...]]></title>
   <link>https://forums.webwiz.net/forged-ip-address_topic12584_post69932.html#69932</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 12584<br /><strong>Posted:</strong> 20&nbsp;November&nbsp;2004 at 7:04am<br /><br />only admin/Moderators are able to see Ip Addresses,<br>no one else can they see IP logged<br>]]>
   </description>
   <pubDate>Sat, 20 Nov 2004 07:04:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forged-ip-address_topic12584_post69932.html#69932</guid>
  </item> 
  <item>
   <title><![CDATA[Forged IP address :   Would someone be able to tell...]]></title>
   <link>https://forums.webwiz.net/forged-ip-address_topic12584_post69929.html#69929</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=15870">bims</a><br /><strong>Subject:</strong> 12584<br /><strong>Posted:</strong> 20&nbsp;November&nbsp;2004 at 6:30am<br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> <BR>Would someone be able to tell me how to hide the IP addresses from everybody<BR></td></tr></table></P><P>Isn't this the default in 7.9? Can ordinary users see all IP addresses? I thought they just see an 'IP logged' notification?</P>]]>
   </description>
   <pubDate>Sat, 20 Nov 2004 06:30:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forged-ip-address_topic12584_post69929.html#69929</guid>
  </item> 
  <item>
   <title><![CDATA[Forged IP address :  change lines 756 to 761 on the...]]></title>
   <link>https://forums.webwiz.net/forged-ip-address_topic12584_post69841.html#69841</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 12584<br /><strong>Posted:</strong> 19&nbsp;November&nbsp;2004 at 5:20am<br /><br />change lines 756 to 761 on the forum_posts.asp file from<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;'If  the user is the admin or moderatir then display the authors IP<br>If  (blnAdmin OR blnModerator) AND strAuthorIP &lt;&gt; "" Then<br>Response.Write(" | " &amp; strTxtIP &amp; "  &lt;ahref=""javascript:openWin('pop_up_IP_blocking.asp?IP= " &amp;strAuthorIP &amp; "&amp;TID=" &amp; lngTopicID  &amp;"','move','toolbar=0,location=0,status=0,menubar=0,sc rollbars=1,resizable=1,width=425,height=425')""class=""smL ink""&gt;" &amp; strAuthorIP &amp; "&lt;/a&gt;")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  Else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  Response.Write(" | " &amp; strTxtIPLogged)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; End If<br></pre></td></tr></table><br><br>to <br><br><table width="99%"><tr><td><pre class="BBcode"><br><br>&nbsp;&nbsp;'If  the user is the admin or moderatir then display the authors IP<br>&nbsp;&nbsp;&nbsp;If  (blnAdmin) AND strAuthorIP &lt;&gt; "" Then<br>Response.Write(" | " &amp; strTxtIP &amp; "  &lt;a href=""javascript:openWin('pop_up_IP_blocking.asp?IP= " &amp;strAuthorIP &amp; "&amp;TID=" &amp; lngTopicID  &amp;"','move','toolbar=0,location=0,status=0,menubar=0,sc rollbars=1,resizable=1,width=425,height=425')""class=""smL ink""&gt;" &amp; strAuthorIP &amp; "&lt;/a&gt;")<br><br>&nbsp;&nbsp;&nbsp;&nbsp;  Else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  Response.Write(" | " &amp; strTxtIPLogged)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; End If<br><br></pre></td></tr></table><br><span style="font-size:10px"><br /><br />Edited by dj air</span>]]>
   </description>
   <pubDate>Fri, 19 Nov 2004 05:20:41 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forged-ip-address_topic12584_post69841.html#69841</guid>
  </item> 
  <item>
   <title><![CDATA[Forged IP address : Would someone be able to tell...]]></title>
   <link>https://forums.webwiz.net/forged-ip-address_topic12584_post69834.html#69834</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18349">delirium</a><br /><strong>Subject:</strong> 12584<br /><strong>Posted:</strong> 19&nbsp;November&nbsp;2004 at 12:09am<br /><br /><P>Would someone be able to tell me how to hide the IP addresses from everybody, including moderators, on web wiz forum. I would lke to set it up in such way that only admiistrator can view it.</P><P>Thank you</P>]]>
   </description>
   <pubDate>Fri, 19 Nov 2004 00:09:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forged-ip-address_topic12584_post69834.html#69834</guid>
  </item> 
  <item>
   <title><![CDATA[Forged IP address : /agree with dj air  Spoofing...]]></title>
   <link>https://forums.webwiz.net/forged-ip-address_topic12584_post69751.html#69751</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6337">xeerex</a><br /><strong>Subject:</strong> 12584<br /><strong>Posted:</strong> 17&nbsp;November&nbsp;2004 at 2:56pm<br /><br />/agree with dj air<br><br>Spoofing IP addresses isn't difficult at all. Heck, you can even spoof the MAC address of your NIC if you want..<br><br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by " alt="Originally posted by " style="vertical-align: text-bottom;" /> <strong> wrote:</strong><br /><br />If any crawler is able to crawl the board with appropriate permissions</td></tr></table><br><br>I've actually mod'ed one of my forums so that the IP tracking is on butonly admins have permissions to view it. This is mainly because theyfreak out even if it's just a message of "your ip is logged." /shakeshis head.<br><br>Remember, that bots can only crawl the same HTML code that the browserrenders. This is why search bots can index a forum but not if you havegroup or password protected content.<br>]]>
   </description>
   <pubDate>Wed, 17 Nov 2004 14:56:20 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forged-ip-address_topic12584_post69751.html#69751</guid>
  </item> 
  <item>
   <title><![CDATA[Forged IP address : someone probbabbly fakes the Ip...]]></title>
   <link>https://forums.webwiz.net/forged-ip-address_topic12584_post69750.html#69750</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 12584<br /><strong>Posted:</strong> 17&nbsp;November&nbsp;2004 at 2:47pm<br /><br />someone probbabbly fakes the Ip address. is easy to do.]]>
   </description>
   <pubDate>Wed, 17 Nov 2004 14:47:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forged-ip-address_topic12584_post69750.html#69750</guid>
  </item> 
  <item>
   <title><![CDATA[Forged IP address : Today, I had a user post a message...]]></title>
   <link>https://forums.webwiz.net/forged-ip-address_topic12584_post69747.html#69747</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18140">Vapor</a><br /><strong>Subject:</strong> 12584<br /><strong>Posted:</strong> 17&nbsp;November&nbsp;2004 at 2:04pm<br /><br /><P>Today, I had a user post a message from my IP address.&nbsp; I'm on a cable connection which gives users a unique IP Address.&nbsp; I run a hardware firewall, a software firewall, Norton AV, and I don't open attachments.&nbsp; I scan routinely, including today.</P><P>I consider it unlikely that I have been "hacked", but I'll take what precautions I can to ensure that I have not.</P><P>It is my assumption currently that the posting IP address was forged, by a "bot"</P><P>The "user" set up a message on my board, then spammed Yahoo Finance to direct people to my board.&nbsp; From there, they hoped to direct traffic to their site - there was a link in the message.</P><P>It's my assumption that this was an automated process.</P><P><A href="http://finance.messages.yahoo.com/bbs?.mm=FN&amp;acti&#111;n=m&amp;board=1603135367&amp;tid=mcdt&amp;sid=1603135367&amp;mid=2218" target="_blank">Here is one Yahoo Finance link</A></P><P><A href="http://finance.messages.yahoo.com/bbs?.mm=FN&amp;acti&#111;n=m&amp;board=1603135367&amp;tid=mcdt&amp;sid=1603135367&amp;mid=2218" target="_blank">Here is another</A></P><P><A href="http://finance.messages.yahoo.com/bbs?.mm=FN&amp;acti&#111;n=m&amp;board=1603135367&amp;tid=mcdt&amp;sid=1603135367&amp;mid=2218" target="_blank">Here is a third</A></P><P>I'm sure there are more.&nbsp; I've been using version 7.9 of the forum for approximately 1-2 weeks.&nbsp; My IP address is the most prolific on the board with approx 3000 posts.&nbsp; If any crawler is able to crawl the board with appropriate permissions, then this would be the most frequent IP address used within the last week.</P><P>The IP address that the person registered from is:&nbsp; 24.244.141.102</P><P>I track "latest IP address" and "registration IP address" silently in a seperate table.</P><P>That address has been banned, of course.</P><P>This is all that I can provide at this point as far as the anatomy of the attack goes.&nbsp; </P><P>My forum admin name and password was changed, of course, and the version I am using is SQL Server.&nbsp; &nbsp;</P>]]>
   </description>
   <pubDate>Wed, 17 Nov 2004 14:04:37 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forged-ip-address_topic12584_post69747.html#69747</guid>
  </item> 
 </channel>
</rss>