What is zCrashReport.dll?

zCrashReport.dll is part of CrashRpt according to the zCrashReport.dll version information.

zCrashReport.dll's description is "Crash Handling Module"

zCrashReport.dll is digitally signed by Zoom Video Communications, Inc..

zCrashReport.dll is usually located in the 'c:\users\%USERNAME%\appdata\local\temp\' folder.

None of the anti-virus scanners at VirusTotal reports anything malicious about zCrashReport.dll.

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 zCrashReport.dll:

PropertyValue
Product nameCrashRpt
File descriptionCrash Handling Module
Internal nameCrashRpt
Original filenameCrashRpt.dll
Legal copyrightCopyright 2003-2012 Mike Carruth and Contributors
Product version1.3.0.1
File version1.3.0.1
Special build0

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

Product nameCrashRpt
File descriptionCrash Handling Module
Internal nameCrashRpt
Original filenameCrashRpt.dll
Legal copyrightCopyright 2003-2012 Mike Carruth and..
Product version1.3.0.1
File version1.3.0.1
Special build0

Digital signatures [?]

zCrashReport.dll has a valid digital signature.

PropertyValue
Signer nameZoom Video Communications, Inc.
Certificate issuer nameDigiCert EV Code Signing CA (SHA2)
Certificate serial number0ac4dc3910d4e5299274e23905ea4cbd

VirusTotal report

None of the 66 anti-virus programs at VirusTotal detected the zCrashReport.dll file.

None of the 66 anti-virus programs detected the zCrashReport.dll file.

Sandbox Report

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

Summary

Successfully executed process in sandbox.

Summary

{
    "file_exists": [
        "C:\\Users\\cuck\\AppData\\Local\\Temp\\5b80369c6275e365f3a57c5153a0b161b9114943b9ffaf9a15ec1bdf97dce31b.bin.dll",
        "C:\\Windows\\winsxs\\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\\msvcr90.dll",
        "C:\\Users\\cuck\\AppData\\Local\\Temp\\5b80369c6275e365f3a57c5153a0b161b9114943b9ffaf9a15ec1bdf97dce31b.bin.dll.manifest"
    ],
    "dll_loaded": [
        "C:\\Users\\cuck\\AppData\\Local\\Temp\\5b80369c6275e365f3a57c5153a0b161b9114943b9ffaf9a15ec1bdf97dce31b.bin.dll"
    ],
    "directory_enumerated": [
        "C:\\Windows\\winsxs\\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\\msvcr90.dll",
        "C:\\Windows",
        "C:\\Windows\\winsxs"
    ],
    "regkey_read": [
        "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\GRE_Initialize\\DisableMetaFiles"
    ]
}

Generic

[
    {
        "process_path": "C:\\Windows\\SysWOW64\\rundll32.exe",
        "process_name": "rundll32.exe",
        "pid": 2740,
        "summary": {
            "file_exists": [
                "C:\\Users\\cuck\\AppData\\Local\\Temp\\5b80369c6275e365f3a57c5153a0b161b9114943b9ffaf9a15ec1bdf97dce31b.bin.dll",
                "C:\\Windows\\winsxs\\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\\msvcr90.dll",
                "C:\\Users\\cuck\\AppData\\Local\\Temp\\5b80369c6275e365f3a57c5153a0b161b9114943b9ffaf9a15ec1bdf97dce31b.bin.dll.manifest"
            ],
            "dll_loaded": [
                "C:\\Users\\cuck\\AppData\\Local\\Temp\\5b80369c6275e365f3a57c5153a0b161b9114943b9ffaf9a15ec1bdf97dce31b.bin.dll"
            ],
            "directory_enumerated": [
                "C:\\Windows\\winsxs\\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\\msvcr90.dll",
                "C:\\Windows",
                "C:\\Windows\\winsxs"
            ],
            "regkey_read": [
                "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\GRE_Initialize\\DisableMetaFiles"
            ]
        },
        "first_seen": 1583898786.640625,
        "ppid": 1664
    },
    {
        "process_path": "C:\\Windows\\System32\\lsass.exe",
        "process_name": "lsass.exe",
        "pid": 476,
        "summary": {},
        "first_seen": 1583898786.328125,
        "ppid": 376
    }
]

Signatures

[
    {
        "markcount": 1,
        "families": [],
        "description": "This executable has a PDB path",
        "severity": 1,
        "marks": [
            {
                "category": "pdb_path",
                "ioc": "d:\\ZoomCode\\EP\\Bin\\Release\\zCrashReport.pdb",
                "type": "ioc",
                "description": null
            }
        ],
        "references": [],
        "name": "has_pdb"
    },
    {
        "markcount": 1,
        "families": [],
        "description": "The executable contains unknown PE section names indicative of a packer (could be a false positive)",
        "severity": 1,
        "marks": [
            {
                "category": "section",
                "ioc": ".PROPSEC",
                "type": "ioc",
                "description": null
            }
        ],
        "references": [],
        "name": "pe_features"
    },
    {
        "markcount": 2,
        "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": 2740,
                        "stack_dep_bypass": 0,
                        "stack_pivoted": 0,
                        "heap_dep_bypass": 0,
                        "length": 4096,
                        "protection": 64,
                        "process_handle": "0xffffffff",
                        "base_address": "0x74f8e000"
                    },
                    "time": 1583898786.780625,
                    "tid": 2436,
                    "flags": {
                        "protection": "PAGE_EXECUTE_READWRITE"
                    }
                },
                "pid": 2740,
                "type": "call",
                "cid": 10
            },
            {
                "call": {
                    "category": "process",
                    "status": 1,
                    "stacktrace": [],
                    "api": "NtProtectVirtualMemory",
                    "return_value": 0,
                    "arguments": {
                        "process_identifier": 2740,
                        "stack_dep_bypass": 0,
                        "stack_pivoted": 0,
                        "heap_dep_bypass": 0,
                        "length": 4096,
                        "protection": 64,
                        "process_handle": "0xffffffff",
                        "base_address": "0x74e41000"
                    },
                    "time": 1583898786.780625,
                    "tid": 2436,
                    "flags": {
                        "protection": "PAGE_EXECUTE_READWRITE"
                    }
                },
                "pid": 2740,
                "type": "call",
                "cid": 12
            }
        ],
        "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.0783069133758545,
            "dport": 137,
            "sport": 137
        },
        {
            "src": "192.168.56.101",
            "dst": "224.0.0.252",
            "offset": 3346,
            "time": 3.037989854812622,
            "dport": 5355,
            "sport": 51001
        },
        {
            "src": "192.168.56.101",
            "dst": "224.0.0.252",
            "offset": 3674,
            "time": 1.0231900215148926,
            "dport": 5355,
            "sport": 53595
        },
        {
            "src": "192.168.56.101",
            "dst": "224.0.0.252",
            "offset": 4002,
            "time": 3.049407958984375,
            "dport": 5355,
            "sport": 53848
        },
        {
            "src": "192.168.56.101",
            "dst": "224.0.0.252",
            "offset": 4330,
            "time": 1.5333528518676758,
            "dport": 5355,
            "sport": 54255
        },
        {
            "src": "192.168.56.101",
            "dst": "224.0.0.252",
            "offset": 4658,
            "time": -0.09721803665161133,
            "dport": 5355,
            "sport": 55314
        },
        {
            "src": "192.168.56.101",
            "dst": "239.255.255.250",
            "offset": 4986,
            "time": 1.5469059944152832,
            "dport": 1900,
            "sport": 1900
        },
        {
            "src": "192.168.56.101",
            "dst": "239.255.255.250",
            "offset": 11456,
            "time": 1.0564229488372803,
            "dport": 3702,
            "sport": 49152
        },
        {
            "src": "192.168.56.101",
            "dst": "239.255.255.250",
            "offset": 15648,
            "time": 3.125311851501465,
            "dport": 1900,
            "sport": 53598
        }
    ],
    "dns_servers": [],
    "http": [],
    "icmp": [],
    "smtp": [],
    "tcp": [],
    "smtp_ex": [],
    "mitm": [],
    "hosts": [],
    "pcap_sha256": "f359a10b608cccc1e5f5830318c367ec3a6e9be1923f323b8262d87b6b1f2303",
    "dns": [],
    "http_ex": [],
    "domains": [],
    "dead_hosts": [],
    "sorted_pcap_sha256": "7d07a5b0321e97b3ebaa7d930d28dbebc449bd496f54de5e2c2356b25b876a88",
    "irc": [],
    "https_ex": []
}

Screenshots

Screenshot from the sandboxScreenshot from the sandbox

Other files also named zCrashReport.dll

zCrashReport.dll (15 votes)

Hashes [?]

PropertyValue
MD548a04cae1280f4e6b9844a7c07b73c2f
SHA2565b80369c6275e365f3a57c5153a0b161b9114943b9ffaf9a15ec1bdf97dce31b

What will you do with the file?

To help other users, please let us know what you will do with the file:



What did other users do?

The poll result listed below shows what users chose to do with the file. 100% have voted for removal. Based on votes from 1 user.

Votes
Keep0 %
0
Remove100 %
1

NOTE: Please do not use this poll as the only source of input to determine what you will do with the file. Only 1 user has voted so far so it does not offer a high degree of confidence.

Malware or legitimate?

If you feel that you need more information to determine if your should keep this file or remove it, please read this guide.

Please select the option that best describe your thoughts on the information provided on this web page


Free online surveys

And now some shameless self promotion ;)

A screenshot of FreeFixer's scan result.Hi, my name is Roger Karlsson. I've been running this website since 2006. I want to let you know about the FreeFixer program. FreeFixer is a freeware tool that analyzes your system and let you manually identify unwanted programs. Once you've identified some malware files, FreeFixer is pretty good at removing them. You can download FreeFixer here. It runs on Windows 2000/XP/2003/2008/2016/2019/Vista/7/8/8.1/10. Supports both 32- and 64-bit Windows.

If you have questions, feedback on FreeFixer or the freefixer.com website, need help analyzing FreeFixer's scan result or just want to say hello, please contact me. You can find my email address at the contact page.

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