View Poll Results: Mallicious code?

Voters
7. You may not vote on this poll
  • Yes

    6 85.71%
  • No

    1 14.29%
Results 1 to 22 of 22

Thread: Is this the beginning?

  1. #1

    Thread Starter
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Hmmmmmm. An eye shall be kept on that particular user. I can assure you of that
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3

    Thread Starter
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724
    Originally posted by plenderj
    Hmmmmmm. An eye shall be kept on that particular user. I can assure you of that
    Definitely a good idea But a VB virus?

  4. #4
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    No reason why you couldn't write a virus in VB.
    If you compiled it in VB5, and used older version of the controls, you'd be guaranteed no-one won't have the dependenceies required.

    And if you UPX'd the executable, then virus scanners probably wouldn't be able to tell whether its a virus or not...
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  5. #5
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    Originally posted by axion_sa
    Definitely a good idea But a VB virus?
    A VB Virus?? Must be out of his head, that fella. Or must really be a newbie to VB as he claims

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  6. #6

    Thread Starter
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724
    UPX? I guess you're right about the dependencies story, but doing it in VB isn't a serious way to go around it
    If you're going to do it, do it properly - lose sleep over Asm

  7. #7
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344
    Originally posted by plenderj
    Hmmmmmm. An eye shall be kept on that particular user. I can assure you of that
    Lot of newer users seem to post like though. Maybe you or Brad could post a forum rules thread or somethng.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  8. #8
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Originally posted by Nightwalker83
    Lot of newer users seem to post like though. Maybe you or Brad could post a forum rules thread or somethng.
    I'd of thought something like that would be in an AUP somewhere.
    I'll make sure of it though. Thanks
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  9. #9
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344
    Originally posted by plenderj
    I'd of thought something like that would be in an AUP somewhere.
    I'll make sure of it though. Thanks
    YW
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  10. #10
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    Originally posted by plenderj
    I'd of thought something like that would be in an AUP somewhere.
    I'll make sure of it though. Thanks
    It will be there in the AUP, but the most difficult part is to prove that the user actually has malafide intentions. If nothing else, the user could simply hide under the "Curiosity" excuse. Hell, even I am sometimes curious to know if writing a virus will be possible in VB

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  11. #11
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018
    I'm scared !!

    Parksie

  12. #12
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Of course it would be possible.
    Given the approach that virii take these days.

    Write an app, which, when executed, displays some message or does something that the user was expecting so they don't think its a virus.
    Then grab email addresses from outlook, fire off emails with virus attachments, replace files with the virus itself, put the virus into various plaes in the registry and system.ini or win.ini (whichever one has the run= line), autoexec.bat, the startup group in windows etc.

    It would be fairly easy to write one of those sorts of virii.
    Having said that though, yeah you'd want to be working with ASM or C to write a proper virus that infects exectuables etc.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  13. #13
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    Oh my, a mod giving cues on virus-writing !

    A VB worm would still require the VB runtimes, which is sort of "uncool" for the developer I guess it would be bad to create an installation package for a virus

    C is much more exciting on the other hand. And you don't need to do much to even learn how to write a virus. You can study anything on TSRs and convert that into a Virus writing manual.

    Oh, are we turning this thread into what some people are offended about ?

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  14. #14

    Thread Starter
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724
    Who's offended?!

  15. #15
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344
    It would be fairly easy to write one of those sorts of virii.
    Having said that though, yeah you'd want to be working with ASM or C to write a proper virus that infects exectuables etc.
    True those types of programs are fairly easy to obtain.

    A VB worm would still require the VB runtimes, which is sort of "uncool" for the developer I guess it would be bad to create an installation package for a virus
    I have never seen a viruses except macro viruses written in vb. Is it possible?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  16. #16
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    Originally posted by Nightwalker83
    True those types of programs are fairly easy to obtain.



    I have never seen a viruses except macro viruses written in vb. Is it possible?
    Sure it is. Macro viruses, like a Word macro for e.g. are written using VBA. If you have MS Word on your machine, you already have the files required for VBA scripts, or the macros, to run.

    However, what if you don't have MS Word? In a plain (vanilla?) Win 98 system, a VB program or a macro simply wouldn't work. Imagine downloading a doc file with macros when you don't have MS Word or MS Office installed. Naturally the macro couldn't run!

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  17. #17
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    Originally posted by axion_sa
    Who's offended?!
    Take no chances

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  18. #18
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Well ...

    Originally posted by honeybee
    Sure it is. Macro viruses, like a Word macro for e.g. are written using VBA. If you have MS Word on your machine, you already have the files required for VBA scripts, or the macros, to run.

    However, what if you don't have MS Word? In a plain (vanilla?) Win 98 system, a VB program or a macro simply wouldn't work. Imagine downloading a doc file with macros when you don't have MS Word or MS Office installed. Naturally the macro couldn't run!

    .
    Yeah I alread knew you could write macro viruses in vb. I didn't know if you could wriite a virus exe in vb though.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  19. #19

    Thread Starter
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724

    Re: Well ...

    Originally posted by honeybee
    Take no chances

    .
    Understood Would you believe that there's sites out there that have virii source for download?

  20. #20
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    Originally posted by axion_sa
    Understood Would you believe that there's sites out there that have virii source for download?
    If you say so. I think I can believe you

    Alright, the internet is a bad place, where you can get many bad things

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  21. #21

    Thread Starter
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724

    Re: Well ...

    Originally posted by honeybee
    If you say so. I think I can believe you

    Alright, the internet is a bad place, where you can get many bad things

    .
    On of the PC magazines I read had a couple of links to a few of these sites, definitely bad places

  22. #22
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    Originally posted by axion_sa
    On of the PC magazines I read had a couple of links to a few of these sites, definitely bad places
    Really? I regret saying I believe you. I could have disbelieved you and asked for the links to see for myself

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

Posting Permissions

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



Click Here to Expand Forum to Full Width