Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28

Thread: IMG001.exe file?Malware?

  1. #16
    noxios
    Is there any way to delete these files, all at one time (some script perhaps)
    Actually these files are supposed to be runing and infecting PC's since they are *.exe files, but they always end up in my Gigabox Quad Plus with openvix, in all the versions that I flashed with the virus/trojan ends up entering and is placed in all the folders of the system openvix.
    In fact these files are placed in so many folders of the system that I always end up preferring to reinstall a new image in the system (this is also one of the reasons I know now it is a vulnerability of openvix image) in other images I was not infected, example with openMips, only with openvix this happens.
    So if someone has a script for linux that can search in multiple folders and delete files at our choice would be very useful

  2. #17
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    I suggest you should read this thread from start to finish to establish how these files are getting into your local lan, block the loophole, and then reflash the Gigabox.

  3. The Following 2 Users Say Thank You to ccs For This Useful Post:

    SpaceRat (18-11-17)

  4. #18
    noxios
    I think I got a better solution... a fast one at least !

    find / \( -name "*.exe" -o -name "*.zip" \) -type f -delete

    this does the trick
    Last edited by noxios; 18-11-17 at 16:58.

  5. #19
    SpaceRat's Avatar
    Title
    Senior Member
    Join Date
    Apr 2015
    Posts
    206
    Thanks
    25
    Thanked 79 Times in 52 Posts
    It's a crappy solution.
    You are messing with the symptoms rather than fixing the problem.

    It's a PEBKAC type of problem.
    Receiver/TV:
    • Vu+ Duo² 4*S2+2*C / 1.8TB HDD / OpenATV 6.1@Samsung 50" Plasma
    • AX Quadbox 2400 / 2*S2/2*C / 930GB HDD / OpenATV 6.1@Samsung 32" LCD
    • Vu+ Solo² / 465GB HDD / OpenATV 6.1
    • Vu+ Solo² / 230GB HDD / OpenATV 6.1
    • DVBSky S2-Twin-Tuner PCIe@Samsung SyncMaster T240HD (PC)
    Pay TV: Redlight Mega, Brazzers TV Europe, XXL, HD-, Sky
    Internet: Unitymedia 1play 100 / Cisco EPC3212 + Linksys WRT1900ACS + Fritz!Box 7390 / IPv4 (UM) + IPv6 (HE)

  6. #20
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,797
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by noxios View Post
    In fact these files are placed in so many folders of the system that I always end up preferring to reinstall a new image in the system (this is also one of the reasons I know now it is a vulnerability of openvix image) in other images I was not infected, example with openMips, only with openvix this happens.
    That's sounds as though you are mounting your Vix box's file-system on your PC and a virus there is just copying file into all directories it can find (?).
    The problem wodul then be on your PC, and until you fix that (your PC) there's no point doing anything anywhere else.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  7. The Following User Says Thank You to birdman For This Useful Post:


  8. #21
    noxios
    Quote Originally Posted by birdman View Post
    That's sounds as though you are mounting your Vix box's file-system on your PC and a virus there is just copying file into all directories it can find (?).
    The problem wodul then be on your PC, and until you fix that (your PC) there's no point doing anything anywhere else.
    not at all ... the system is installed directly in my gigablue without going through my PC, and it was not only in a version that I realized this but in all the versions of openvix that I installed until today all of them end up contracting such a trojan / virus, my solution until now was to reinstall the system.
    but now, with the line that I posted before it deletes what I want in the system easily

    Note: the contraction of the trojan/virus is purely cosmetic because it does not affect the linux system (its for PC's only since it is an executable) nor does it change anything but I do not like to see such files proliferating in the system
    Last edited by noxios; 18-11-17 at 18:50.

  9. #22
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Quote Originally Posted by noxios View Post
    I think I got a better solution... a fast one at least !

    find / \( -name "*.exe" -o -name "*.zip" \) -type f -delete

    this does the trick
    Certainly fast, but it also deletes all your settings and image backups.

  10. #23
    noxios
    Quote Originally Posted by ccs View Post
    Certainly fast, but it also deletes all your settings and image backups.
    LOL... you make me laugh, this is just a general info!!! you can adapt to your needs, and mine were as in the photo of the first post shows those two files.
    and in that case the line is as follows:
    find / \( -name "IMG001.exe" -o -name "info.zip" \) -type f -delete (this way only files with these names will be deleted)

    if u need some more help just ask... You do not have to criticize to receive my help .
    by the way ... the line that I posted works for me ... but if you think that it is not good for you then... do not use!

    peace
    Last edited by noxios; 18-11-17 at 20:21.

  11. #24
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Let's hope nobody followed your advice.

  12. The Following User Says Thank You to ccs For This Useful Post:

    SpaceRat (18-11-17)

  13. #25
    noxios
    as a solution to your "problem", and because I'm a nice person lollllll... You can always make a backup of your current settings (I assume they are the good ones that are running and the image backup in the same way) once you have cleaned the "bad" files...
    ...but all this just because you did not understood the first concept
    Last edited by noxios; 18-11-17 at 20:46.

  14. #26
    SpaceRat's Avatar
    Title
    Senior Member
    Join Date
    Apr 2015
    Posts
    206
    Thanks
    25
    Thanked 79 Times in 52 Posts
    I think it was wrong that I stopped taking down wide open boxes ...
    IMHO internet providers should be forced to shut down customers operating botnet members.

    Gesendet von meinem SM-N910F mit Tapatalk
    Receiver/TV:
    • Vu+ Duo² 4*S2+2*C / 1.8TB HDD / OpenATV 6.1@Samsung 50" Plasma
    • AX Quadbox 2400 / 2*S2/2*C / 930GB HDD / OpenATV 6.1@Samsung 32" LCD
    • Vu+ Solo² / 465GB HDD / OpenATV 6.1
    • Vu+ Solo² / 230GB HDD / OpenATV 6.1
    • DVBSky S2-Twin-Tuner PCIe@Samsung SyncMaster T240HD (PC)
    Pay TV: Redlight Mega, Brazzers TV Europe, XXL, HD-, Sky
    Internet: Unitymedia 1play 100 / Cisco EPC3212 + Linksys WRT1900ACS + Fritz!Box 7390 / IPv4 (UM) + IPv6 (HE)

  15. The Following User Says Thank You to SpaceRat For This Useful Post:

    ccs (18-11-17)

  16. #27
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Quote Originally Posted by noxios View Post
    as a solution to your "problem", and because I'm a nice person lollllll... You can always make a backup of your current settings (I assume they are the good ones that are running and the image backup in the same way) once you have cleaned the "bad" files...
    ...but all this just because you did not understood the first concept
    Did I ever say I'd deleted my backups?
    No point in asking for advice if you're not going to listen.

  17. #28
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,797
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by noxios View Post
    not at all ... the system is installed directly in my gigablue without going through my PC
    Which isn't related to what I wrote.
    I'm suggesting that perhaps you have installed/activated Samba on the box to enable access from your PC, and your (infected) PC is then copying the files onto it.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.