Results 1 to 8 of 8

Thread: Fake CDroms and monitoring programs

Hybrid View

  1. #1
    Associate
    Join Date
    Feb 2002
    Posts
    40

    Fake CDroms and monitoring programs

    First I want to create a partition that looks like a cd rom drive to programs. Second I am looking for a program that will monitor another program.

    The monitoring program I want it to tell me if the program I am watching makes any changes to files, runs other programs, or sends any info out over the net. Is there anything out that does that?

    Brett

  2. #2

    Re: Fake CDroms and monitoring programs

    hello,
    i am not sure about the monitering program, for the CDrom just do a mount -o loop -t iso9660 /locaiton/of/cd.iso /mount/point/

    of course the the directory /mount/point needs to exist.

  3. #3
    Associate
    Join Date
    Feb 2002
    Posts
    40

    Re: Fake CDroms and monitoring programs


    You don't even need a seperate partition all u need is a iso image?

    hello,
    i am not sure about the monitering program, *for the CDrom just do a mount -o loop -t iso9660 /locaiton/of/cd.iso /mount/point/

    of course the the directory /mount/point needs to exist.

  4. #4

    Re: Fake CDroms and monitoring programs



    You don't even need a seperate partition all u need is a iso image?

    Thats correct.

  5. #5

    Re: Fake CDroms and monitoring programs

    for seeing if it sends anything over the net you can run a packet sniffer, for file changes.....
    okay got it, make a new user, with write access to only ~, then just keep checking whats created/changed.


  6. #6
    Associate
    Join Date
    Feb 2002
    Posts
    40

    Re: Fake CDroms and monitoring programs


    I don't get it. a new user with write access only. So I run the program with the user with write access only?

    make a new user, with write access to only ~, then just keep checking whats created/changed.

  7. #7

    Re: Fake CDroms and monitoring programs

    hmm never used such a thing but you could try some intrusion detection systems to monitor a program


    http://freshmeat.net/search/?q=intru...ction=projects

  8. #8

    Re: Fake CDroms and monitoring programs



    I don't get it. a new user with write access only. So I run the program with the user with write access only?

    err the user can only write to ~ (~ mean their homedirectory) so anything that the program changes has to be in their homedirectory (make sure you ls -a or ls -A)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •