草庐IT

VirusTotal

全部标签

javascript - NodeJS - 将 ~36MB 文件上传到 VirusTotal 失败

我正在尝试使用请求在NodeJS中使用他们的公共(public)API将36MB的zip文件上传到VirusTotal。我目前在尝试上传时遇到了这个问题,但不知道下一步该怎么做才能解决它。他们的API没有规定任何文件大小限制,他们的前端uploader指定了128MB的上传限制。413RequestEntityTooLargeError:RequestEntityTooLargeYourclientissuedarequestthatwastoolarge.代码简单明了,但真的不知道如何修复它。任何帮助表示赞赏。varrequest=require('request');varfs=r

c++ - 如何从 virustotal.com 中删除恶意软件标志

关闭。这个问题需要debuggingdetails.它目前不接受答案。编辑问题以包含desiredbehavior,aspecificproblemorerror,andtheshortestcodenecessarytoreproducetheproblem.这将有助于其他人回答问题。关闭7年前。Improvethisquestion我使用C++Win32API和boost库编写了自己的代码。代码编译为适用于Windows的EXE应用程序。我可以保证它不含恶意软件,但virustotal.com报告称,56款防病毒软件中有9款会将exe文件识别为带有恶意软件。我看不出为什么会发生这种

windows - 将批处理文件编译成exe

我的程序有一个简单的启动器:@echooffdel/s/f/q"Log.txt"for/f"delims="%%xin(lic.dll)doset"lic=%%x"if%lic%==1gotofullif%lic%==0gotonormalgotofail:fullstartm1.htaremHideselfgotofail:normalstartm2.htaremHideselfgotofail:failgoto:eof当我对其进行病毒扫描时,我得到:https://www.virustotal.com/en/file/4091db406700b751ab4b01df901a4992

php - 为什么 VirusTotal 会返回此错误?

我正在尝试使用VirusTotal的公共(public)API来扫描文件。这是我的代码:$post_url='https://www.virustotal.com/vtapi/v2/file/scan';$filemime=exec("file-b--mime-type'$file_to_scan'");$post=array('apikey'=>$virustotal_api_key,'file'=>'@'.realpath($file_to_scan).';type='.$filemime.';filename='.$name);$ch=curl_init();curl_setop

VirusTotal智能搜索itw查找从github下载的恶意Android样本

1.IntroductionITW是inthewild的缩写,VirusTotal提供了itw这个搜索关键词,可以搜到从某个url(部分url)上下载到的样本。作者写过的其他VirusTotal智能搜索用法的文章见参考1和2.2.itw使用比如为了查找从github下载的恶意Android样本,可以构造如下查找条件:itw:"github"tag:apkpositives:15+itw指定样本下载的url中含有的字符串,tag说明查找的是Android样本,positives说明这个样本必须被大于15家Vendor打到。搜到的一个样本如下所示可以从RELATIONS中看到,这个样本是从http