GithubHelp home page GithubHelp logo

2016sun / prc_xchk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mgeeky/prc_xchk

0.0 2.0 0.0 21 KB

User-mode process cross-checking utility intended to detect naive malware hiding itself by hooking IAT/EAT.

C 15.39% C++ 82.39% Objective-C 2.23%

prc_xchk's Introduction

prc_xchk

User-mode process cross-checking utility, intended to hunt for naive malware hiding itself by hooking user-mode routines (by means of IAT/EAT). Program utilizes couple of methods to perform processes collection and then attempts to cross-check them.

Date: 2009-2011.

Usage

Simply, start the app by issuing:

> prc_xchk.exe

        Process-list cross-checking and native API hook testing security tool.
PRC_XCHK v0.2   OSVer:  6.2.9200        MGeeky's bench '09, [email protected]

Hidden processes scanner with simple/naive native API hooks tester.


[1] ToolHlp stage...                                    Result: 125 PIDs found.
[2] PSAPI stage...                                      Result: 125 PIDs found.
[3] NtQuerySystemInformation #1...                      Result: 124 PIDs found.
[4] NtQuerySystemInformation #2...                      Result: 125 PIDs found.
[5] Searching inside CSRSS PIDs/handles base...         Result: 2/125 PIDs found
[6] NtQuerySystemInformation #3...
        [!] NtQuerySystemInformation failed: 87 (NTSTATUS: C0000004/24)
[7] NtQuerySystemInformation #4...                      Result: 124 PIDs found.
[8] Brute-force scanning method...      				Result: 126 PIDs found.

        ****   Alternative method scan - using direct system call  ****

[9]  NtQuerySystemInformation #1 (syscall)...[9] NtQuerySystemInformation #1 (syscall)...               
														Result: 0 PIDs found.
[10] NtQuerySystemInformation #2 (syscall)...
        [!] NtQuerySystemInformation failed: 487 (NTSTATUS: 7775D0/317)
[11] NtQuerySystemInformation #4 (syscall)...
        [!] NtQuerySystemInformation failed: 487 (NTSTATUS: 0/0)


                *********************************************

Ordinary sanity checks...

Analysing results...
Checking for any native API Hooks...            System seems to be CLEAR.

                YOURS OPERATING SYSTEM IS (seems to be) HEALTHY !

Hereby the program failed in gathering couple of methods since it has been launched from x64 instance of Win10. I've not updated it since the last time (Win7 x86) therefore it was doomed to present results this way. Hope some day I'll have enough time to sit and fix it properly.

prc_xchk's People

Contributors

mgeeky avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.