Security

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • collecting spyware with a honeypot

    8 answers - 552 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hello!
    I wold like to setup a honeypot for collecting spyware and adware. As
    you know, spayware require user action, so i can't use the classic
    honeypot method to connect it on the internet and let the "bad guys"
    attack it.
    I google a little bit on this project and i didn't find a point of
    starting this project. Can you help me with some ideas or some links
    about how can i deploy this kind of honeypot in a such way that it
    should receive fresh spayware and adware?
    Thanks in advice!
    George
  • No.1 | | 1040 bytes | |

    17/09/06, George <george.p123 (AT) gmail (DOT) comwrote:
    Hello!
    I wold like to setup a honeypot for collecting spyware and adware. As
    you know, spayware require user action, so i can't use the classic
    honeypot method to connect it on the internet and let the "bad guys"
    attack it.

    I google a little bit on this project and i didn't find a point of
    starting this project. Can you help me with some ideas or some links
    about how can i deploy this kind of honeypot in a such way that it
    should receive fresh spayware and adware?

    I've been wondering about this myself - I think the main steps would be:

    * mechanism to trawl URLs - e.g. crawl everything that you get in your spam
    * detection of compromise, and analysis

    You could do this in a VM and use snort to alert when the thing gets
    compromised and do a manual analysis. There are also low interaction
    solutions - here are a couple of references:

    http://honeyc.sourceforge.net/

    cheers,
    Jamie
  • No.2 | | 1774 bytes | |

    9/18/06, Jamie Riden <jamesr (AT) europe (DOT) comwrote:
    17/09/06, George <george.p123 (AT) gmail (DOT) comwrote:
    Hello!
    I wold like to setup a honeypot for collecting spyware and adware. As
    you know, spayware require user action, so i can't use the classic
    honeypot method to connect it on the internet and let the "bad guys"
    attack it.

    I google a little bit on this project and i didn't find a point of
    starting this project. Can you help me with some ideas or some links
    about how can i deploy this kind of honeypot in a such way that it
    should receive fresh spayware and adware?

    I've been wondering about this myself - I think the main steps would be:

    * mechanism to trawl URLs - e.g. crawl everything that you get in your spam

    The main problem is how can i made a list of url to crawl?Most of the
    spam url i have are sending to sites that do not have malware. I've
    seen some spyware hided on porn websites and also a lot of spyware on
    warez web site. But there is a public blacklist of sites that keeping
    spyware? Can i find a way to find that kind of links automatically?

    The main target of this project is to expose some honeypot e-mail
    addresses on a machine infected with spyware/adware applications that
    was designate to collect email addresses from compromised host.

    * detection of compromise, and analysis

    You could do this in a VM and use snort to alert when the thing gets
    compromised and do a manual analysis. There are also low interaction
    solutions - here are a couple of references:

    http://honeyc.sourceforge.net/

    Intresting links. Searching on them i also find something on the same target:

    cheers,
    Jamie
  • No.3 | | 1716 bytes | |

    George,

    You could also try googling 'honeyclient' or 'client-side honeypot'
    for even more references and starting points.

    Kathy

    Mon, Sep 18, 2006 at 02:42:25PM +1200, Jamie Riden <jamesr (AT) europe (DOT) comstated:
    17/09/06, George <george.p123 (AT) gmail (DOT) comwrote:
    >>Hello!
    >>I wold like to setup a honeypot for collecting spyware and adware. As
    >>you know, spayware require user action, so i can't use the classic
    >>honeypot method to connect it on the internet and let the "bad guys"
    >>attack it.
    >>
    >>I google a little bit on this project and i didn't find a point of
    >>starting this project. Can you help me with some ideas or some links
    >>about how can i deploy this kind of honeypot in a such way that it
    >>should receive fresh spayware and adware?

    >
    >I've been wondering about this myself - I think the main steps would be:
    >
    >* mechanism to trawl URLs - e.g. crawl everything that you get in your spam
    >* detection of compromise, and analysis
    >
    >You could do this in a VM and use snort to alert when the thing gets
    >compromised and do a manual analysis. There are also low interaction
    >solutions - here are a couple of references:
    >
    >
    >http://honeyc.sourceforge.net/
    >
    >
    >
    >
    >cheers,
    >Jamie


    >Jamie Riden, CISSP / jamesr (AT) europe (DOT) com / jamie.riden (AT) gmail (DOT) com
    >NZ Honeynet project - http://www.nz-honeynet.org/
  • No.4 | | 903 bytes | |

    George,

    I wold like to setup a honeypot for collecting spyware and adware. As
    you know, spayware require user action, so i can't use the classic
    honeypot method to connect it on the internet and let the "bad guys"
    attack it.

    You don't necessarily need user interaction. Lots of ad/spyware is installed
    after a bot infection. Samples can be collected with tools like honeytrap or
    nepenthes and then run in a controlled environment, e.g. a vm protected by a
    honeywall.

    You then need some kind of automatism to initialize a clean image, place and
    start a sample and log changes as downloaded files.You can also use a
    hardware card that restores a clean system without the changes since the last
    reboot if you prefer a non-virtual installation. Such a setup should be able
    to process about one executable in 10 minutes.

    Tillmann
  • No.5 | | 1344 bytes | |

    PGP SIGNED MESSAGE
    Hash: SHA1

    George, I have been doing this for a while now. There are clients you
    can set up on honeypots which automate vulnerabilities and download the
    files which are trying to be inserted into the computer. Specifically I
    have been using nepenthes () also, also,
    you can check out honeyclient which 'crawls through' web pages, when you
    give it an initial one. Its a set of perl scripts which look though a
    web page source and try and enumerate all possible links, then visits
    them, and so on. Hope this helps.

    Mat

    George wrote:
    Hello!
    I wold like to setup a honeypot for collecting spyware and adware. As
    you know, spayware require user action, so i can't use the classic
    honeypot method to connect it on the internet and let the "bad guys"
    attack it.

    I google a little bit on this project and i didn't find a point of
    starting this project. Can you help me with some ideas or some links
    about how can i deploy this kind of honeypot in a such way that it
    should receive fresh spayware and adware?

    Thanks in advice!
    George

    PGP SIGNATURE
    Version: GnuPG v1.4.3 (GNU/Linux)
    Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

    00MT4xfNkQdi9ryzxLXW+gQ=
    =y5DA
    PGP SIGNATURE
  • No.6 | | 1318 bytes | |

    Mon, Sep 18, 2006 at 03:52:14PM +0200, George wrote:
    9/18/06, Jamie Riden <jamesr (AT) europe (DOT) comwrote:

    Hi George,

    I've been wondering about this myself - I think the main steps would be:

    * mechanism to trawl URLs - e.g. crawl everything that you get in your spam

    The main problem is how can i made a list of url to crawl?Most of the
    spam url i have are sending to sites that do not have malware. I've
    seen some spyware hided on porn websites and also a lot of spyware on
    warez web site. But there is a public blacklist of sites that keeping
    spyware? Can i find a way to find that kind of links automatically?

    There was a talk on this topic at 22c3 in Berlin last December by
    Krisztian Piller and Sebastian Wolfgarten.

    They have/had the same problem you are raising, gaining a list of
    urls to crawl. of their idea was to set up a wiki with urls where
    malware was found. But I have no idea how far they have come with
    setting up a wiki like this.

    They are also saying, that they have contacted Microsoft several times
    asking if Microsoft would share their list of urls. But looks like the
    HoneyMonkey project by Microsoft is not interested in sharing this list.
    (If there is one)

    Regards,
    Marc
  • No.7 | | 1539 bytes | |

    Marc Samendinger :
    Mon, Sep 18, 2006 at 03:52:14PM +0200, George wrote:
    >9/18/06, Jamie Riden <jamesr (AT) europe (DOT) comwrote:


    Hi George,

    I've been wondering about this myself - I think the main steps would be:

    * mechanism to trawl URLs - e.g. crawl everything that you get in your spam
    >The main problem is how can i made a list of url to crawl?Most of the
    >spam url i have are sending to sites that do not have malware. I've
    >seen some spyware hided on porn websites and also a lot of spyware on
    >warez web site. But there is a public blacklist of sites that keeping
    >spyware? Can i find a way to find that kind of links automatically?


    There was a talk on this topic at 22c3 in Berlin last December by
    Krisztian Piller and Sebastian Wolfgarten.

    They have/had the same problem you are raising, gaining a list of
    urls to crawl. of their idea was to set up a wiki with urls where
    malware was found. But I have no idea how far they have come with
    setting up a wiki like this.

    They are also saying, that they have contacted Microsoft several times
    asking if Microsoft would share their list of urls. But looks like the
    HoneyMonkey project by Microsoft is not interested in sharing this list.
    (If there is one)

    Besides, the guys at stopbadware.org (Google & Co) would have their own
    list of urls. Example:

    Are also they reluctant to share their findings?
  • No.8 | | 790 bytes | |

    09/10/06, Marc Samendinger <marc.samendinger (AT) sp-online (DOT) dewrote:

    They have/had the same problem you are raising, gaining a list of
    urls to crawl. of their idea was to set up a wiki with urls where
    malware was found. But I have no idea how far they have come with
    setting up a wiki like this.

    There should be plenty of these in spam.

    Someone suggested setting up a secondary MX - spammers tend to prefer
    secondaries as they often have no or limited filtering.

    You could also set up a spam honeypot (
    %28computing%29#Spam_honeypots )
    like Jackpot and use the results from there.

    I seem to remember Messenger spam containing lots of dodgy links, look
    for UDP packets going to ports 1025-1030 or so.

    cheers,
    Jamie

Re: collecting spyware with a honeypot


max 4000 letters.
Your nickname that display:
In order to stop the spam: 7 + 6 =
QUESTION ON "Security"

EMSDN.COM