What is 33.exe?

33.exe is usually located in the 'c:\downloads\' folder.

Some of the anti-virus scanners at VirusTotal detected 33.exe.

If you have additional information about the file, please share it with the FreeFixer users by posting a comment at the bottom of this page.

Vendor and version information [?]

The following is the available information on 33.exe:

PropertyValue
Internal namefyukfoyk.ebe
Legal copyrightCopyright (C) 2019, ghmhfkh
Product version1.7.6
File version1.0.5.4

Here's a screenshot of the file properties when displayed by Windows Explorer:

Internal namefyukfoyk.ebe
Legal copyrightCopyright (C) 2019, ghmhfkh
Product version1.7.6
File version1.0.5.4

Digital signatures [?]

33.exe is not signed.

VirusTotal report

44 of the 72 anti-virus programs at VirusTotal detected the 33.exe file. That's a 61% detection rate.

ScannerDetection Name
Acronis suspicious
Ad-Aware Gen:Variant.Mikey.98045
AegisLab Trojan.Win32.Zonidel.4!c
AhnLab-V3 Win-Trojan/MalPe3.Suspicious
Alibaba Trojan:Win32/Zonidel.ed7ecdba
ALYac Gen:Variant.Mikey.98045
APEX Malicious
Arcabit Trojan.Mikey.D17EFD
Avast Win32:Trojan-gen
AVG Win32:Trojan-gen
Avira TR/AD.Phorpiex.cnu
BitDefender Gen:Variant.Mikey.98045
CrowdStrike win/malicious_confidence_80% (W)
Cyren W32/Trojan.YYIK-2129
Emsisoft Gen:Variant.Mikey.98045 (B)
Endgame malicious (moderate confidence)
ESET-NOD32 a variant of Win32/GenKryptik.DIJO
F-Secure Trojan.TR/AD.Phorpiex.cnu
FireEye Gen:Variant.Mikey.98045
Fortinet W32/GenKryptik.DIJO!tr
GData Gen:Variant.Mikey.98045
Ikarus Win32.Outbreak
Kaspersky Trojan.Win32.Zonidel.edf
Malwarebytes Trojan.MalPack.GS.Generic
MAX malware (ai score=100)
MaxSecure Ransomeware.CRAB.gen
McAfee GenericRXHQ-WV!BE19E8B67566
McAfee-GW-Edition BehavesLike.Win32.PUPXDG.fm
Microsoft Trojan:Win32/Gandcrab.AF
MicroWorld-eScan Gen:Variant.Mikey.98045
NANO-Antivirus Trojan.Win32.Zonidel.fqizmj
Paloalto generic.ml
Panda Trj/GdSda.A
Qihoo-360 HEUR/QVM10.2.441F.Malware.Gen
Rising Malware.Heuristic.MLite(100%) (AI-LITE:oDPd1/C7rZLszM4kc7N2Gg)
Sophos Mal/Generic-S
Symantec ML.Attribute.HighConfidence
Tencent Win32.Trojan.Zonidel.Pgcv
TrendMicro TROJ_GEN.R002C0GEJ19
TrendMicro-HouseCall TROJ_GEN.R002C0GEJ19
VBA32 BScope.Trojan.AET.281105
ViRobot Trojan.Win32.Z.Mikey.398848.A
Webroot W32.Adware.Gen
ZoneAlarm Trojan.Win32.Zonidel.edf
44 of the 72 anti-virus programs detected the 33.exe file.

Sandbox Report

The following information was gathered by executing the file inside Cuckoo Sandbox.

Summary

Successfully executed process in sandbox.

Summary

{
    "regkey_read": [
        "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\GRE_Initialize\\DisableMetaFiles"
    ],
    "dll_loaded": [
        "kernel32.dll"
    ]
}

Generic

[
    {
        "process_path": "C:\\Users\\cuck\\AppData\\Local\\Temp\\159a80db03806e766a13de04ea9e37cfad426595e0c8401a9f4a57ac24b66e9f.bin",
        "process_name": "159a80db03806e766a13de04ea9e37cfad426595e0c8401a9f4a57ac24b66e9f.bin",
        "pid": 2800,
        "summary": {
            "regkey_read": [
                "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\GRE_Initialize\\DisableMetaFiles"
            ],
            "dll_loaded": [
                "kernel32.dll"
            ]
        },
        "first_seen": 1566273188.7344,
        "ppid": 1664
    },
    {
        "process_path": "C:\\Windows\\System32\\lsass.exe",
        "process_name": "lsass.exe",
        "pid": 476,
        "summary": {},
        "first_seen": 1566273188.3125,
        "ppid": 376
    }
]

Signatures

[
    {
        "markcount": 4,
        "families": [],
        "description": "The file contains an unknown PE resource name possibly indicative of a packer",
        "severity": 1,
        "marks": [
            {
                "category": "resource name",
                "ioc": "AFX_DIALOG_LAYOUT",
                "type": "ioc",
                "description": null
            },
            {
                "category": "resource name",
                "ioc": "HABULI",
                "type": "ioc",
                "description": null
            },
            {
                "category": "resource name",
                "ioc": "WENUMEHIZUNUXAMAWI",
                "type": "ioc",
                "description": null
            },
            {
                "category": "resource name",
                "ioc": "None",
                "type": "ioc",
                "description": null
            }
        ],
        "references": [],
        "name": "pe_unknown_resource_name"
    },
    {
        "markcount": 1,
        "families": [],
        "description": "Allocates read-write-execute memory (usually to unpack itself)",
        "severity": 2,
        "marks": [
            {
                "call": {
                    "category": "process",
                    "status": 1,
                    "stacktrace": [],
                    "api": "NtProtectVirtualMemory",
                    "return_value": 0,
                    "arguments": {
                        "process_identifier": 2800,
                        "stack_dep_bypass": 0,
                        "stack_pivoted": 0,
                        "heap_dep_bypass": 1,
                        "length": 16384,
                        "protection": 64,
                        "process_handle": "0xffffffff",
                        "base_address": "0x00aea000"
                    },
                    "time": 1566273190.4534,
                    "tid": 2816,
                    "flags": {
                        "protection": "PAGE_EXECUTE_READWRITE"
                    }
                },
                "pid": 2800,
                "type": "call",
                "cid": 36
            }
        ],
        "references": [],
        "name": "allocates_rwx"
    }
]

Yara

The Yara rules did not detect anything in the file.

Network

{
    "tls": [],
    "udp": [
        {
            "src": "192.168.56.101",
            "dst": "192.168.56.255",
            "offset": 546,
            "time": 3.1163218021393,
            "dport": 137,
            "sport": 137
        },
        {
            "src": "192.168.56.101",
            "dst": "224.0.0.252",
            "offset": 2018,
            "time": 3.0519669055939,
            "dport": 5355,
            "sport": 51001
        },
        {
            "src": "192.168.56.101",
            "dst": "224.0.0.252",
            "offset": 2346,
            "time": 1.0518360137939,
            "dport": 5355,
            "sport": 53595
        },
        {
            "src": "192.168.56.101",
            "dst": "224.0.0.252",
            "offset": 2674,
            "time": 3.0837199687958,
            "dport": 5355,
            "sport": 53848
        },
        {
            "src": "192.168.56.101",
            "dst": "224.0.0.252",
            "offset": 3002,
            "time": 1.7271049022675,
            "dport": 5355,
            "sport": 54255
        },
        {
            "src": "192.168.56.101",
            "dst": "224.0.0.252",
            "offset": 3330,
            "time": -0.047145128250122,
            "dport": 5355,
            "sport": 55314
        },
        {
            "src": "192.168.56.101",
            "dst": "239.255.255.250",
            "offset": 3658,
            "time": 1.5864889621735,
            "dport": 1900,
            "sport": 1900
        },
        {
            "src": "192.168.56.101",
            "dst": "239.255.255.250",
            "offset": 6986,
            "time": 1.0639569759369,
            "dport": 3702,
            "sport": 49152
        },
        {
            "src": "192.168.56.101",
            "dst": "239.255.255.250",
            "offset": 11178,
            "time": 3.1639738082886,
            "dport": 1900,
            "sport": 53598
        }
    ],
    "dns_servers": [],
    "http": [],
    "icmp": [],
    "smtp": [],
    "tcp": [],
    "smtp_ex": [],
    "mitm": [],
    "hosts": [],
    "pcap_sha256": "9f375abf424734ecbda8d8b9c09045336affd2802fa8cd2aca312564329e1f00",
    "dns": [],
    "http_ex": [],
    "domains": [],
    "dead_hosts": [],
    "sorted_pcap_sha256": "da025d254c8829bd3b1b848448854e4ba5fd012151cb159b1ce5f8cb80f9c608",
    "irc": [],
    "https_ex": []
}

Screenshots

Screenshot from the sandbox

33.exe removal instructions

The instructions below shows how to remove 33.exe with help from the FreeFixer removal tool. Basically, you install FreeFixer, scan your computer, check the 33.exe file for removal, restart your computer and scan it again to verify that 33.exe has been successfully removed. Here are the removal instructions in more detail:

  1. Download and install FreeFixer: http://www.freefixer.com/download.html
  2. Start FreeFixer and press the Start Scan button. The scan will finish in approximately five minutes.
    Screenshot of Start Scan button
  3. When the scan is finished, locate 33.exe in the scan result and tick the checkbox next to the 33.exe file. Do not check any other file for removal unless you are 100% sure you want to delete it. Tip: Press CTRL-F to open up FreeFixer's search dialog to quickly locate 33.exe in the scan result.
    Red arrow point on the unwanted file
    c:\downloads\33.exe
  4. Scroll down to the bottom of the scan result and press the Fix button. FreeFixer will now delete the 33.exe file.
    Screenshot of Fix button
  5. Restart your computer.
  6. Start FreeFixer and scan your computer again. If 33.exe still remains in the scan result, proceed with the next step. If 33.exe is gone from the scan result you're done.
  7. If 33.exe still remains in the scan result, check its checkbox again in the scan result and click Fix.
  8. Restart your computer.
  9. Start FreeFixer and scan your computer again. Verify that 33.exe no longer appear in the scan result.
Please select the option that best describe your thoughts on the removal instructions given above








Free Questionnaires

Hashes [?]

PropertyValue
MD5be19e8b6756647f69c26eac800e8e7da
SHA256159a80db03806e766a13de04ea9e37cfad426595e0c8401a9f4a57ac24b66e9f

Error Messages

These are some of the error messages that can appear related to 33.exe:

33.exe has encountered a problem and needs to close. We are sorry for the inconvenience.

33.exe - Application Error. The instruction at "0xXXXXXXXX" referenced memory at "0xXXXXXXXX". The memory could not be "read/written". Click on OK to terminate the program.

33.exe has stopped working.

End Program - 33.exe. This program is not responding.

33.exe is not a valid Win32 application.

33.exe - Application Error. The application failed to initialize properly (0xXXXXXXXX). Click OK to terminate the application.

What will you do with 33.exe?

To help other users, please let us know what you will do with 33.exe:



Comments

Please share with the other users what you think about this file. What does this file do? Is it legitimate or something that your computer is better without? Do you know how it was installed on your system? Did you install it yourself or did it come bundled with some other software? Is it running smoothly or do you get some error message? Any information that will help to document this file is welcome. Thank you for your contributions.

I'm reading all new comments so don't hesitate to post a question about the file. If I don't have the answer perhaps another user can help you.

No comments posted yet.

Leave a reply