<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Qu1cksc0pe &#8211; AnonyViet &#8211; English Version</title>
	<atom:link href="https://en.anonyviet.com/tag/qu1cksc0pe/feed/" rel="self" type="application/rss+xml" />
	<link>https://en.anonyviet.com</link>
	<description>The most popular website for sharing information technology, computer networks, and security knowledge. Stay up to date with the hottest news and tips</description>
	<lastBuildDate>Thu, 26 Jan 2023 08:26:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://en.anonyviet.com/wp-content/uploads/2023/01/cropped-ico-logo-75x75-1.png</url>
	<title>Qu1cksc0pe &#8211; AnonyViet &#8211; English Version</title>
	<link>https://en.anonyviet.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to use Qu1cksc0pe to analyze malware</title>
		<link>https://en.anonyviet.com/how-to-use-qu1cksc0pe-to-analyze-malware/</link>
					<comments>https://en.anonyviet.com/how-to-use-qu1cksc0pe-to-analyze-malware/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Thu, 26 Jan 2023 08:26:38 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[analyze]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Qu1cksc0pe]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=3852</guid>

					<description><![CDATA[Qu1cksc0pe is a tool to analyze Windows, Linux, OSX source code, exe files and even Apk. If you are passionate about reverse engineering or want to analyze if a file is safe before installation, Qu1cksc0pe will quickly analyze it for you with just a few simple commands. Join the channel Telegram of the AnonyViet 👉 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p><strong>Qu1cksc0pe is a tool to analyze Windows, Linux, OSX source code, exe files and even Apk.  If you are passionate about reverse engineering or want to analyze if a file is safe before installation, Qu1cksc0pe will quickly analyze it for you with just a few simple commands.</strong></p>
<div class="code-block code-block-16" style="margin: 8px 0; clear: both;">
<div align="center">
<table class=" aligncenter" style="background-color: #c0c0c0; border-collapse: collapse; width: 59.9985%;">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><span style="font-size: 12pt;"><strong>Join the channel <span style="color: #0000ff;">Telegram</span> of the <span style="color: #008080;">AnonyViet </span> 👉 <span style="text-decoration: underline;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<h2 id="ftoc-cac-tinh-nang-cua-qu1cksc0pe" class="ftwp-heading">Features of Qu1cksc0pe</h2>
<p>Qu1cksc0pe is written in Python, so it&#8217;s quite easy to use, you only need a file to analyze and the computer has python pre-installed.  Features of this software will help you to know:</p>
<ul>
<li>What DLL files are used.</li>
<li>Functions and APIs.</li>
<li>Sections and segments</li>
<li>URL, IP address and email.</li>
<li>Android permissions.</li>
<li>File extensions and their names.</li>
</ul>
<p>Qu1cksc0pe aims to get more information about suspicious files and help users realize what the file is capable of.</p>
<h2 id="ftoc-cach-cai-dat-qu1cksc0pe" class="ftwp-heading">How to install Qu1cksc0pe</h2>
<p>First you need to download and install Qu1cksc0pe on your computer.  On linux you can use the command:</p>
<p><code>git clone https://github.com/CYB3RMX/Qu1cksc0pe.git</code></p>
<p><code>cd Qu1cksc0pe</code></p>
<p>Or download the .zip file directly <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fcodeload.github.com%2FCYB3RMX%2FQu1cksc0pe%2Fzip%2Frefs%2Fheads%2Fmaster" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">here</a>.</p>
<p>Then install the necessary modules: <code>pip3 install -r requirements.txt</code>.  These modules include:</p>
<ul>
<li>puremagic=> Analyze OS</li>
<li>androguard=> Analyze APK files.</li>
<li>apkid=> Check Obfuscators, Anti-Disassembly, Anti-VM and Anti-Debug.</li>
<li>prettytable=> create a table for the results</li>
<li>tqdm=> Progress bar animation.</li>
<li>colorama=>Color the output</li>
<li>oletools=> Analyze VBA Macros.</li>
<li>pefile=> Collect all information from PE files.</li>
<li>spacy=> Natural language processing for string parsing.</li>
<li>quark-engine=> Extract IP address and URL from APK file.</li>
<li>pyaxmlparser=> Collect information from target APK files.</li>
<li>yara-python=> Scan Android libraries with Yara rules.</li>
<li>capstone=> Decode binary.</li>
</ul>
<p>Can you provide some more information to make the decompile process better:</p>
<ul>
<li>Add VirusTotal API Key: https://virustotal.com</li>
<li>Install more Binutils: <code>sudo apt-get install binutils</code></li>
<li>Install more ExifTool: <code>sudo apt-get install exiftool</code></li>
<li>Install more Strings: <code>sudo apt-get install strings</code></li>
</ul>
<p>The last step is to install Qu1cksc0pe</p>
<p><code>sudo python3 qu1cksc0pe.py --install</code></p>
<h2 id="ftoc-cach-su-dung-qu1cksc0pe-de-phan-tich-phan-mem-doc-hai" class="ftwp-heading">How to use Qu1cksc0pe for malware analysis</h2>
<p>To analyze the source code of a file or data to see if it is malicious, copy the file to be analyzed into the same directory of Qu1cksc0pe and use one of the following commands:</p>
<p><strong>Normal analysis:</strong></p>
<p><code>python3 qu1cksc0pe.py --file filename.exe --analyze</code></p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2021%2F06%2Fphan-tich-ma-nguoc-qu1cksc0pe-1.jpg" rel="noopener" class="local-link"><img post-id="3852" fifu-featured="1" fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-27562" src="https://anonyviet.com/wp-content/uploads/2021/06/phan-tich-ma-nguoc-qu1cksc0pe-1.jpg" alt="How to use Qu1cksc0pe to analyze malware" title="How to use Qu1cksc0pe to analyze malware" width="645" height="371" srcset="https://anonyviet.com/wp-content/uploads/2021/06/phan-tich-ma-nguoc-qu1cksc0pe-1.jpg 645w, https://anonyviet.com/wp-content/uploads/2021/06/phan-tich-ma-nguoc-qu1cksc0pe-1-300x173.jpg 300w" sizes="(max-width: 645px) 100vw, 645px" title="How to use Qu1cksc0pe to analyze malware 7"/></a></p>
<p><strong>Analyze multiple files at once:</strong></p>
<p><code>python3 qu1cksc0pe.py --multiple FILE1 FILE2 ...</code></p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2021%2F06%2Fphan-tich-file.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-27563" src="https://anonyviet.com/wp-content/uploads/2021/06/phan-tich-file.jpg" alt="file analysis" width="991" height="45" srcset="https://anonyviet.com/wp-content/uploads/2021/06/phan-tich-file.jpg 991w, https://anonyviet.com/wp-content/uploads/2021/06/phan-tich-file-300x14.jpg 300w, https://anonyviet.com/wp-content/uploads/2021/06/phan-tich-file-768x35.jpg 768w, https://anonyviet.com/wp-content/uploads/2021/06/phan-tich-file-750x34.jpg 750w" sizes="auto, (max-width: 991px) 100vw, 991px" title="How to use Qu1cksc0pe to analyze malware 8"/></a></p>
<p><strong>Hash scan:</strong></p>
<p><code>python3 qu1cksc0pe.py --file filename --hashscan</code></p>
<p><strong>Folder scan:</strong></p>
<p>There are 2 parameters:</p>
<p><code>python3 qu1cksc0pe.py --folder FOLDER --hashscan</code></p>
<p><strong>VirusTotal:</strong></p>
<p><code>python3 qu1cksc0pe.py --file suspicious_file --vtFile</code></p>
<p><strong>Document scan – Analyze text files with malicious code:</strong></p>
<p><code>python3 qu1cksc0pe.py --file filename_document --docs</code></p>
<p><strong>Programming language detection – Check language:</strong></p>
<p><code>python3 qu1cksc0pe.py --file suspicious_executable --lang</code></p>
<p><strong>Domains:</strong></p>
<p><code>python3 qu1cksc0pe.py --file suspicious_file --domain</code></p>
<h2 id="ftoc-thong-tin-cac-danh-muc-phan-tich" class="ftwp-heading">Information on analytical categories</h2>
<h3 id="ftoc-registry" class="ftwp-heading"><strong>Registry</strong></h3>
<p><strong>This category contains functions and strings about:</strong></p>
<ul>
<li>Create or destroy registry keys</li>
<li>Change registry keys and registry logs</li>
</ul>
<h3 id="ftoc-tap-tin" class="ftwp-heading"><strong>File</strong></h3>
<p><strong>This category contains functions and strings about:</strong></p>
<ul>
<li>Create/change/infect/delete files.</li>
<li>Get information about file contents and file system.</li>
</ul>
<h3 id="ftoc-mang-web" class="ftwp-heading"><strong>Network/Web</strong></h3>
<p><strong>This category contains functions and strings about:</strong></p>
<ul>
<li>Communicate malicious servers.</li>
<li>Download malicious files.</li>
<li>Send information about the infected machine and its users.</li>
</ul>
<h3 id="ftoc-tien-trinh" class="ftwp-heading"><strong>Process</strong></h3>
<p><strong>This category contains functions and strings about:</strong></p>
<ul>
<li>Create/infect/terminate process.</li>
<li>Manipulate processes.</li>
</ul>
<h3 id="ftoc-dll-xu-ly-tai-nguyen" class="ftwp-heading"><strong>DLL/Resource Handling</strong></h3>
<p><strong>This category contains functions and strings about:</strong></p>
<ul>
<li>Deal with DLL files and other malware resource files.</li>
<li>Infect and manipulate DLL files.</li>
</ul>
<h3 id="ftoc-kha-nang-an-nau" class="ftwp-heading"><strong>The ability to hide</strong></h3>
<p><strong>This category contains functions and strings about:</strong></p>
<ul>
<li>Manipulate Windows security policies and bypass restrictions.</li>
<li>Detect debuggers and perform hidden tricks from anti-virus software</li>
</ul>
<h3 id="ftoc-he-thong" class="ftwp-heading"><strong>System</strong></h3>
<p><strong>This category contains functions and strings about:</strong></p>
<ul>
<li>Executing system commands.</li>
<li>Working with system files</li>
</ul>
<h3 id="ftoc-comobject" class="ftwp-heading"><strong>COMObject</strong></h3>
<p><strong>This category contains functions and strings about:</strong></p>
<ul>
<li>Microsoft&#8217;s Component Object Model system</li>
</ul>
<h3 id="ftoc-ma-hoa" class="ftwp-heading"><strong>Encode</strong></h3>
<p><strong>This category contains functions and strings about:</strong></p>
<ul>
<li>Encrypt and decrypt files.</li>
<li>Generate and destroy hashes.</li>
</ul>
<h3 id="ftoc-thu-thap-thong-tin" class="ftwp-heading"><strong>Collect information</strong></h3>
<p><strong>This category contains functions and strings about:</strong></p>
<ul>
<li>Collect all information from the destination server.  Like process state, network device, etc.</li>
</ul>
<h3 id="ftoc-ban-phim-keylogging" class="ftwp-heading"><strong>Keyboard/Keylogging</strong></h3>
<p><strong>This category contains functions and strings about:</strong></p>
<ul>
<li>Monitor the keyboard of the infected machine.</li>
<li>Collect keyboard information</li>
<li>Manage input methods, etc.</li>
</ul>
<h3 id="ftoc-quan-ly-bo-nho" class="ftwp-heading"><strong>Memory management</strong></h3>
<p><strong>This category contains functions and strings about:</strong></p>
<ul>
<li>Manipulating and using target machine memory.</li>
</ul>
<div class="kk-star-ratings kksr-auto kksr-align-right kksr-valign-bottom" data-payload="{&quot;align&quot;:&quot;right&quot;,&quot;id&quot;:&quot;27561&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;100&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;5&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;5&quot;,&quot;greet&quot;:&quot;\u0110\u00e1nh gi\u00e1 b\u00e0i vi\u1ebft post&quot;,&quot;legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: 5\/5 - (100 b\u00ecnh ch\u1ecdn)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;width&quot;:&quot;142.5&quot;,&quot;_legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: {score}\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}">
<p>            The article achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/how-to-use-qu1cksc0pe-to-analyze-malware/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2021/06/phan-tich-ma-nguoc-qu1cksc0pe-1.jpg" medium="image"></media:content>
            	</item>
	</channel>
</rss>
