Git Product home page Git Product logo

anti-sandbox's Introduction

anti-sandbox

Windows对抗沙箱和虚拟机的方法总结

方法总结

函数 功能 备注
checkCPUCores 检查CPU核心数
checkCPUTemperature 检查CPU温度 需要管理员权限
checkDomain 检测域名 原理未知,测试不成功
checkMAC 检测MAC地址
checkMemory 检测内存大小
checkPhyDisk 检测磁盘大小 需要管理员权限
checkProcess 检测进程
checkPath 检测注册表和文件路径 可能需要管理员权限
checkSerivce 检测服务
checkUptime 检测开机时间
checkCPUID 使用CPUID指令
checkTempDir 检测TEMP目录下的文件数量
checkHardwareInfo 检测主板序列号、主机型号、系统盘所在磁盘名称等硬件信息
checkSpeed 检测代码运行时间差 需手动指定正常时间差,较困难
checkNoPill 使用sgdtsldt指令 VMware,不是每一次都会成功
checkIOPort 检测IO端口in VMware
checkTSS 检查当前正在运行的任务的任务状态段TSS VMware,测试失败,虚拟机和物理机均返回0x40000000
checkUnISA 检测无效指令 VirtualPC

其它方法

  • 如果是DOC的攻击方式则可以检测最近打开的文件数量(正常情况下应该大于3个)
    • 判断MRU(Most Recently Used,最近使用)
    • \HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\User MRU

参考

anti-sandbox's People

Contributors

zanderchang 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.