<?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/"
	>

<channel>
	<title>Detect It Easy - osintafrica</title>
	<atom:link href="https://www.osintafrica.net/tag/detect-it-easy/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osintafrica.net</link>
	<description>intelligency blog</description>
	<lastBuildDate>Tue, 19 Sep 2023 20:19:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/05/cropped-osintafrica-1.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>Detect It Easy - osintafrica</title>
	<link>https://www.osintafrica.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">221010672</site>	<item>
		<title>STATIC MALWARE ANALYSIS TOOLS</title>
		<link>https://www.osintafrica.net/static-malware-analysis-tools/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=static-malware-analysis-tools</link>
		
		<dc:creator><![CDATA[Bangaly Koita]]></dc:creator>
		<pubDate>Sat, 17 Jun 2023 13:41:55 +0000</pubDate>
				<category><![CDATA[Main News]]></category>
		<category><![CDATA[BinText]]></category>
		<category><![CDATA[Dependency walker]]></category>
		<category><![CDATA[Detect It Easy]]></category>
		<category><![CDATA[FLARE-FLOSS]]></category>
		<category><![CDATA[Peframe]]></category>
		<category><![CDATA[PEiD - aldeid]]></category>
		<category><![CDATA[PeStudio]]></category>
		<category><![CDATA[Readpe]]></category>
		<category><![CDATA[STATIC MALWARE ANALYSIS]]></category>
		<guid isPermaLink="false">https://www.osintafrica.net/?p=681</guid>

					<description><![CDATA[<p>Static Malware analysis tools are used to analyze the file or malware without running it....</p>
<p>The post <a href="https://www.osintafrica.net/static-malware-analysis-tools/">STATIC MALWARE ANALYSIS TOOLS</a> first appeared on <a href="https://www.osintafrica.net">osintafrica</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="aligncenter wp-image-700" src="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/Static-Malware-Analysis-tools.drawio-1.png?resize=640%2C367&#038;ssl=1" alt="" width="640" height="367" srcset="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/Static-Malware-Analysis-tools.drawio-1.png?w=614&amp;ssl=1 614w, https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/Static-Malware-Analysis-tools.drawio-1.png?resize=300%2C172&amp;ssl=1 300w" sizes="(max-width: 640px) 100vw, 640px" /></p>
<p><span style="color: #000000;"><strong>Static Malware analysis</strong> <strong>tools</strong> are used to analyze the file or malware without running it.</span></p>
<p><span style="color: #000000;">The mains objectives of the <strong>STATIC MALWARE ANALYSIS</strong> are the following:</span></p>
<ul>
<li><span style="color: #000000;">Scanning the file to detect the file hash</span></li>
<li><span style="color: #000000;">Identify if the file is packed, identify the file format</span></li>
<li><span style="color: #000000;">Analyzing the file’s header</span></li>
<li><span style="color: #000000;">Identifying malicious strings embedded in the file</span></li>
<li><span style="color: #000000;">Finding imports and exports used in the file</span></li>
</ul>
<p><span style="color: #000000;">Below, you will find one of the most used tools find STATIC MALWARE ANALYSIS.</span></p>
<p><span style="color: #000000;"><strong>Readpe </strong></span></p>
<p><a href="https://sourceforge.net/projects/pev/">readpe download | SourceForge.net</a></p>
<p><span style="color: #000000;">Readpe (also known as pev) is a set of toolkits used to work with PE (Portable Executable) binaries. The main goal of the toolkit is to provide feature-rich tools for properly analyze binaries with a strong focus on suspicious ones.</span></p>
<p><img data-recalc-dims="1" decoding="async" class="alignnone size-full wp-image-682" src="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/READPE.png?resize=640%2C201&#038;ssl=1" alt="" width="640" height="201" srcset="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/READPE.png?w=972&amp;ssl=1 972w, https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/READPE.png?resize=300%2C94&amp;ssl=1 300w, https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/READPE.png?resize=768%2C242&amp;ssl=1 768w" sizes="(max-width: 640px) 100vw, 640px" /></p>
<p><span style="color: #000000;"><strong>Strings </strong> </span></p>
<p><span style="color: #000000;">Strings is a command-line tool used for extracting strings from binary data (the tool is available for Windows and Linux). </span></p>
<p><img data-recalc-dims="1" decoding="async" class="alignnone size-full wp-image-683" src="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/STRINGS-COMMAND.png?resize=640%2C224&#038;ssl=1" alt="" width="640" height="224" srcset="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/STRINGS-COMMAND.png?w=942&amp;ssl=1 942w, https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/STRINGS-COMMAND.png?resize=300%2C105&amp;ssl=1 300w, https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/STRINGS-COMMAND.png?resize=768%2C268&amp;ssl=1 768w" sizes="(max-width: 640px) 100vw, 640px" /></p>
<p><span style="color: #000000;">The newer version of the command is <strong>Strings2</strong></span> <a href="https://www.split-code.com/strings2.html">strings2: an improved string extraction tool from from binary (split-code.com)</a></p>
<p><span style="color: #000000;"><strong>FLARE-FLOSS </strong></span></p>
<p><a href="https://github.com/mandiant/flare-floss">GitHub &#8211; mandiant/flare-floss: FLARE Obfuscated String Solver &#8211; Automatically extract obfuscated strings from malware.</a></p>
<p><span style="color: #000000;">The FLARE Obfuscated String Solver (FLOSS, formerly FireEye Labs Obfuscated String Solver) uses advanced static analysis techniques to automatically de-obfuscate strings from malware binaries. You can use it just like strings.exe to enhance the basic static analysis of unknown binaries.</span></p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-full wp-image-684" src="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/FLOSS.png?resize=640%2C279&#038;ssl=1" alt="" width="640" height="279" srcset="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/FLOSS.png?w=660&amp;ssl=1 660w, https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/FLOSS.png?resize=300%2C131&amp;ssl=1 300w" sizes="(max-width: 640px) 100vw, 640px" /></p>
<p><span style="color: #000000;"><strong>BinText</strong></span></p>
<p><a href="https://github.com/mfput/McAfee-Tools/blob/master/bintext303.zip">McAfee-Tools/bintext303.zip at master · mfput/McAfee-Tools · GitHub</a></p>
<p><span style="color: #000000;">The tool is used to extract text from files to find plain ASCII text, Unicode text and strings.</span></p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-full wp-image-685" src="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/BinText.png?resize=640%2C394&#038;ssl=1" alt="" width="640" height="394" srcset="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/BinText.png?w=689&amp;ssl=1 689w, https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/BinText.png?resize=300%2C185&amp;ssl=1 300w" sizes="(max-width: 640px) 100vw, 640px" /></p>
<p><span style="color: #000000;"><strong>DIE or (</strong><strong>Detect It Easy</strong><strong>)</strong></span></p>
<p><a href="https://horsicq.github.io/">NTInfo | .:NTInfo:. (horsicq.github.io)</a></p>
<p><span style="color: #000000;">The tool is used for determining the types of files. DIE exists in three versions. Basic version (&#8220;die&#8221;), Lite version (&#8220;diel&#8221;) and console version (&#8220;diec&#8221;).</span></p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-full wp-image-686" src="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/IDE.png?resize=640%2C464&#038;ssl=1" alt="" width="640" height="464" srcset="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/IDE.png?w=722&amp;ssl=1 722w, https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/IDE.png?resize=300%2C217&amp;ssl=1 300w" sizes="(max-width: 640px) 100vw, 640px" /></p>
<p><span style="color: #000000;"><strong>Peframe </strong></span></p>
<p><a href="https://github.com/guelfoweb/peframe">GitHub &#8211; guelfoweb/peframe: PEframe is a open source tool to perform static analysis on Portable Executable malware and malicious MS Office documents.</a></p>
<p><span style="color: #000000;">Peframe is an open-source tool used to perform static analysis on Portable Executable malware and generic suspicious file. It can help malware researchers to detect packer, xor, digital signature, mutex, anti-debug, anti-virtual machine, suspicious sections and functions, macro and much more information about the suspicious files.</span></p>
<p><span style="color: #000000;"><strong>PEiD</strong></span></p>
<p><a href="https://www.aldeid.com/wiki/PEiD">PEiD &#8211; aldeid</a></p>
<p><span style="color: #000000;">An open-source detection tool that detects packers, cryptors, and compilers stored inside the PE files.</span></p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-full wp-image-687" src="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/PEid.png?resize=414%2C237&#038;ssl=1" alt="" width="414" height="237" srcset="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/PEid.png?w=414&amp;ssl=1 414w, https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/PEid.png?resize=300%2C172&amp;ssl=1 300w" sizes="(max-width: 414px) 100vw, 414px" /></p>
<p><span style="color: #000000;"><strong>PeStudio </strong></span></p>
<p><a href="https://www.winitor.com/download">Winitor</a></p>
<p><span style="color: #000000;">The tool is very useful for the static analysis, the tool is used to find the following information:</span></p>
<ul>
<li><span style="color: #000000;">File signature</span></li>
<li><span style="color: #000000;">Imports Exports</span></li>
<li><span style="color: #000000;">URL and IP addresses</span></li>
<li><span style="color: #000000;">Show Virus total score</span></li>
<li><span style="color: #000000;">Virus total scoring</span></li>
<li><span style="color: #000000;">Strings embedded in the files</span></li>
</ul>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-full wp-image-688" src="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/PEStudio.png?resize=640%2C396&#038;ssl=1" alt="" width="640" height="396" srcset="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/PEStudio.png?w=812&amp;ssl=1 812w, https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/PEStudio.png?resize=300%2C186&amp;ssl=1 300w, https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/PEStudio.png?resize=768%2C476&amp;ssl=1 768w" sizes="(max-width: 640px) 100vw, 640px" /></p>
<p><span style="color: #000000;"><strong>Dependency walker </strong></span></p>
<p><a href="https://dependencywalker.com/">Dependency Walker (depends.exe) Home Page</a></p>
<p><span style="color: #000000;">The tool is use to identify the modules, imports, exports and dependencies of the file.</span></p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-full wp-image-689" src="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/Dependency-Walker.png?resize=640%2C372&#038;ssl=1" alt="" width="640" height="372" srcset="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/Dependency-Walker.png?w=743&amp;ssl=1 743w, https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/06/Dependency-Walker.png?resize=300%2C174&amp;ssl=1 300w" sizes="(max-width: 640px) 100vw, 640px" /></p>
<p><span style="color: #000000;">They are many others tools that you can use to perform Static Malware Analysis.</span></p>
<p><span style="color: #000000;"><strong>Static Malware Analysis</strong> can help to analyze the malware in a less secure environment without impacting it. However, it is always better to analyze the malware in a most secure environment like a <strong>sandbox</strong> or VM setup specially for that purpose. <strong>Static Malware Analysis</strong> is very important because it will give you more information about the malware so it is always a good practice to start the analysis of a malware statically before you go further.</span></p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/05/cropped-osintafrica-1.jpg?fit=100%2C100&#038;ssl=1" srcset="https://i0.wp.com/www.osintafrica.net/wp-content/uploads/2023/05/cropped-osintafrica-1.jpg?fit=200%2C200&#038;ssl=1 2x" width="100" height="100" alt="Bangaly Koita" class="avatar avatar-100 wp-user-avatar wp-user-avatar-100 photo avatar-default" /></div><div class="saboxplugin-authorname"><a href="https://www.osintafrica.net/author/admin/" class="vcard author" rel="author"><span class="fn">Bangaly Koita</span></a></div><div class="saboxplugin-desc"><div itemprop="description"><p>Bangaly Koita is a SOC Analyst and  Cyber Security researcher . As a passionate in cyber security,  he spends most of the time  writing articles and making videos online to share his knowledge and experience to the vast community of IT but in general Cyber Security. Feel free to contact me in case.</p>
</div></div><div class="saboxplugin-web "><a href="https://osintafrica.net" target="_self" >osintafrica.net</a></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/bangaly-koita-68b8b912a/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a></div></div></div><p>The post <a href="https://www.osintafrica.net/static-malware-analysis-tools/">STATIC MALWARE ANALYSIS TOOLS</a> first appeared on <a href="https://www.osintafrica.net">osintafrica</a>.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">681</post-id>	</item>
	</channel>
</rss>
