Anonymous Monk,
Since it doesn't sound like you want to know how to do it and more "is it possible" I am inclined to answer. There are many reasons lots of IP addresses could look like they are coming from the same one or the reverse, one IP could look like it is coming in as many. In fact, lots of large corporations and government agencies use proxies for this very purpose.

TCP connections are a two way street. Spoofing an IP address means making it look like those packets are coming from somewhere they are not. There isn't any point in spoofing an IP address if you need to see the packets coming back - since they are going to that other IP (you are working blind). And if that other IP responds back with a RST packet as it might do - you've been had.

You can use several tools such as whois to find out who the IP addresses are registered to. The IPs may all be affected with a virus that is designed to harvest passwords or something. And finally, yes - Perl could be used to create an IP spoofing tool though a lot of factors mentioned above would have to be considered.

Cheers - L~R


In reply to Re: Spoofing an IP using perl? by Limbic~Region
in thread Spoofing an IP using perl? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.