{"id":5277,"date":"2020-11-11T18:55:14","date_gmt":"2020-11-11T23:55:14","guid":{"rendered":"https:\/\/www.globo.tech\/learning-center\/?p=5277"},"modified":"2024-07-26T14:45:42","modified_gmt":"2024-07-26T18:45:42","slug":"how-to-install-and-run-malware-scan-with-maldet-on-centos-8","status":"publish","type":"post","link":"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/","title":{"rendered":"How to install and run malware scan with Maldet on CentOS 8"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-run-malware-scan-Maldet-CentOS8.jpg\" alt=\"How to install and run malware scan with Maldet on CentOS 8\" class=\"wp-image-5278\" srcset=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-run-malware-scan-Maldet-CentOS8.jpg 1200w, https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-run-malware-scan-Maldet-CentOS8-573x300.jpg 573w, https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-run-malware-scan-Maldet-CentOS8-768x402.jpg 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<p>In this tutorial, we will explain how to install and run malware scan with Maldet on <a href=\"https:\/\/www.globo.tech\/dedicated-server-hosting\" target=\"_blank\" rel=\"noreferrer noopener\">CentOS 8 server<\/a>.<\/p>\n\n\n\n<p>Malware is the name of a number of malicious software including, spyware, ransomware and viruses. It was designed to cause your system, delete your personal data and gain unauthorized access to a network. Maldet stands for &#8220;Linux Malware Detect&#8221; is a malware scanner for Linux operating system. It can be used to scan your server for malicious files.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Prerequisite<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>A server running <a href=\"https:\/\/www.centos.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">CentOS<\/a> 8<\/li><li>Root access to the server<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Install Maldet<\/strong> on CentOS 8<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.rfxn.com\/projects\/linux-malware-detect\/\">Maldet<\/a> is written in Perl, so you will need to install Perl in your system. You can install it using the following command:<\/p>\n\n\n\n<p><code>dnf install perl -y<\/code><\/p>\n\n\n\n<p>Next, download the latest version of the Maldet with the following command:<\/p>\n\n\n\n<p><code>wget http:\/\/www.rfxn.com\/downloads\/maldetect-current.tar.gz<\/code><\/p>\n\n\n\n<p>Once downloaded, extract the downloaded file with the following command:<\/p>\n\n\n\n<p><code>tar -xvzf maldetect-current.tar.gz<\/code><\/p>\n\n\n\n<p>Next, change the directory to the extracted directory and install the Maldet using the following command:<\/p>\n\n\n\n<p><code>cd maldetect-1.6.4  &amp;&amp; .\/install.sh<\/code><\/p>\n\n\n\n<p>Once the Maldet has been installed, you should see the following screen:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"599\" height=\"300\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-maldet-599x300.png\" alt=\"Install maldet tarball package using .\/install.sh command.\" class=\"wp-image-5279\" srcset=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-maldet-599x300.png 599w, https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-maldet-768x384.png 768w, https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-maldet.png 993w\" sizes=\"auto, (max-width: 599px) 100vw, 599px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Maldet Syntax<\/strong><\/h3>\n\n\n\n<p>The basic syntax of the Maldet command as shown below:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> maldet [OPTION] [Directory Path]<\/pre>\n\n\n\n<p><br>A brief explanation of each option is shown below:<\/p>\n\n\n\n<p><strong>-b :<\/strong> This option is used to execute operations in the background.<\/p>\n\n\n\n<p><strong>-u :<\/strong> This option is used to update malware detection signatures from rfxn.com.<\/p>\n\n\n\n<p><strong>-l :<\/strong> This option is used to view maldet log file events.<\/p>\n\n\n\n<p><strong>-d : <\/strong>This option is used to update the installed version from rfxn.com.<\/p>\n\n\n\n<p><strong>-a :<\/strong> This option is used to scan all files in the path.<\/p>\n\n\n\n<p><strong>-p :<\/strong> This option is used to clear logs, session and temporary data.<\/p>\n\n\n\n<p><strong>-q :<\/strong> This option is used to quarantine all malware from the report.<\/p>\n\n\n\n<p><strong>-n :<\/strong> This option is used to clean &amp; restore malware hits from the report.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Configure Maldet<\/strong> on CentOS 8<\/h2>\n\n\n\n<p>The Maldet default configuration file is located at \/usr\/local\/maldetect\/conf.maldet.<\/p>\n\n\n\n<p>You can edit it with the following command:<\/p>\n\n\n\n<p><code>nano \/usr\/local\/maldetect\/conf.maldet<\/code><\/p>\n\n\n\n<p>Change the following lines as per your need:<br><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> # To enable the email notification.\n email_alert=\"1\"\n\n # Specify the email address on which you want to receive an email notification.\n email_addr=\"user@domain.com\"\n\n # Enable the LMD signature autoupdate.\n autoupdate_signatures=\"1\"\n\n # Enable the automatic updates of the LMD installation.\n autoupdate_version=\"1\"\n\n # Enable the daily automatic scanning.\n cron_daily_scan=\"1\"\n\n # Allows non-root users to perform scans.\n scan_user_access=\"1\"\n\n # Clean string based malware injections.\n quarantine_clean=\"1\"<\/pre>\n\n\n\n<p><br>Save and close the file when you are finished.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Scan Directory with Maldet<\/strong><\/h2>\n\n\n\n<p>You can scan any directory with Maldet using the -a option. For example, to scan the directory \/etc, run the following command:<\/p>\n\n\n\n<p><code>maldet -a \/etc\/<\/code><\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"993\" height=\"294\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/scan-directory-using-maldet.png\" alt=\"Output of a maldet -a command.\" class=\"wp-image-5280\" srcset=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/scan-directory-using-maldet.png 993w, https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/scan-directory-using-maldet-768x227.png 768w\" sizes=\"auto, (max-width: 993px) 100vw, 993px\" \/><\/figure>\n\n\n\n<p>From the above screen, you will get the scan report ID. You can view the detailed report using the report ID:<\/p>\n\n\n\n<p><code>maldet --report 200516-0508.6231<\/code><\/p>\n\n\n\n<p>You should see the scan report in the following screen:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"993\" height=\"250\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/maldet-report.png\" alt=\"Output of a maldet report.\" class=\"wp-image-5281\" srcset=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/maldet-report.png 993w, https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/maldet-report-768x193.png 768w\" sizes=\"auto, (max-width: 993px) 100vw, 993px\" \/><\/figure>\n\n\n\n<p>If you want to put the infected files to quarantine, run the following command:<\/p>\n\n\n\n<p><code>maldet -q 200516-0508.6231<\/code><\/p>\n\n\n\n<p>If you want to clean on all malware results from a previous scan, run the following command:<\/p>\n\n\n\n<p><code>maldet --clean 200516-0508.6231<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Scan Directory with Maldet in Background<\/h2>\n\n\n\n<p>If you want to scan a very large directory then you can use -b option to execute operations in the background.<\/p>\n\n\n\n<p>For example, scan the root partition (\/) in the background with the following command:<\/p>\n\n\n\n<p><code>maldet -b -a \/<\/code><\/p>\n\n\n\n<p>You should see the following screen:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"1042\" height=\"151\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/maldet-b-a-command.png\" alt=\"Output of a maldet -b -a command.\" class=\"wp-image-5282\" srcset=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/maldet-b-a-command.png 1042w, https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/maldet-b-a-command-768x111.png 768w\" sizes=\"auto, (max-width: 1042px) 100vw, 1042px\" \/><\/figure>\n\n\n\n<p>You can now check the log file with the following command:<\/p>\n\n\n\n<p><code>tail -f \/usr\/local\/maldetect\/logs\/event_log<\/code><\/p>\n\n\n\n<p>You should see the following screen along with report ID.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"1295\" height=\"221\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/maldet-event_log.png\" alt=\"Output of a maldet event_log file.\" class=\"wp-image-5283\" srcset=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/maldet-event_log.png 1295w, https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/maldet-event_log-768x131.png 768w\" sizes=\"auto, (max-width: 1295px) 100vw, 1295px\" \/><\/figure>\n\n\n\n<p>You can now use this report ID to see the scan report as shown below:<\/p>\n\n\n\n<p><code>maldet --report 200516-0517.7928<\/code><\/p>\n\n\n\n<p>You should see the scan report in the following screen:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"1295\" height=\"263\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/maldet-report2.png\" alt=\"Output of a maldet --report command.\" class=\"wp-image-5284\" srcset=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/maldet-report2.png 1295w, https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/maldet-report2-768x156.png 768w\" sizes=\"auto, (max-width: 1295px) 100vw, 1295px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Clear Logs and Temporary data<\/h2>\n\n\n\n<p>If you want to clear logs, quarantine queue, session and temporary data from the previous scan, you can use -p option as shown below:<\/p>\n\n\n\n<p><code>maldet -p<\/code><\/p>\n\n\n\n<p>You should see the following screen:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"1295\" height=\"131\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/maldet-p.png\" alt=\"Maldet -p command\" class=\"wp-image-5285\" srcset=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/maldet-p.png 1295w, https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/maldet-p-768x78.png 768w\" sizes=\"auto, (max-width: 1295px) 100vw, 1295px\" \/><\/figure>\n\n\n\n<p>Now, verify the log data with the following command:<\/p>\n\n\n\n<p><code>maldet -l<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>In the above guide, you learned how to install and run malware scan with Maldet on CentOS 8. I hope you can now scan your server with Maldet and remove the malware easily.<\/p>\n<!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content -->","protected":false},"excerpt":{"rendered":"<p>Malware is the name of malicious software including, spyware, ransomware and viruses. Learn how to install and run malware scan with Maldet on CentOS 8.<!-- AddThis Advanced Settings generic via filter on get_the_excerpt --><!-- AddThis Share Buttons generic via filter on get_the_excerpt --><\/p>\n","protected":false},"author":3,"featured_media":5278,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[73],"tags":[197,198,196],"class_list":["post-5277","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-security","tag-centos8","tag-maldet","tag-malware"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to install and run malware scan with Maldet on CentOS 8 - Globo.Tech<\/title>\n<meta name=\"description\" content=\"Malware is the name of malicious software including, spyware, ransomware and viruses. Learn how to install and run malware scan with Maldet on CentOS 8.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install and run malware scan with Maldet on CentOS 8 - Globo.Tech\" \/>\n<meta property=\"og:description\" content=\"Malware is the name of malicious software including, spyware, ransomware and viruses. Learn how to install and run malware scan with Maldet on CentOS 8.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/\" \/>\n<meta property=\"og:site_name\" content=\"Globo.Tech\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-11T23:55:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-26T18:45:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-run-malware-scan-Maldet-CentOS8.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"GloboTech Communications\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"GloboTech Communications\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/\",\"name\":\"How to install and run malware scan with Maldet on CentOS 8 - Globo.Tech\",\"isPartOf\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-run-malware-scan-Maldet-CentOS8.jpg\",\"datePublished\":\"2020-11-11T23:55:14+00:00\",\"dateModified\":\"2024-07-26T18:45:42+00:00\",\"author\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87\"},\"description\":\"Malware is the name of malicious software including, spyware, ransomware and viruses. Learn how to install and run malware scan with Maldet on CentOS 8.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/#primaryimage\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-run-malware-scan-Maldet-CentOS8.jpg\",\"contentUrl\":\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-run-malware-scan-Maldet-CentOS8.jpg\",\"width\":1200,\"height\":628},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.globo.tech\/learning-center\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install and run malware scan with Maldet on CentOS 8\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#website\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/\",\"name\":\"Globo.Tech\",\"description\":\"Welcome to the Official Globo.Tech Learning Center\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.globo.tech\/learning-center\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87\",\"name\":\"GloboTech Communications\",\"sameAs\":[\"http:\/\/www.gtcomm.net\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install and run malware scan with Maldet on CentOS 8 - Globo.Tech","description":"Malware is the name of malicious software including, spyware, ransomware and viruses. Learn how to install and run malware scan with Maldet on CentOS 8.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/","og_locale":"en_US","og_type":"article","og_title":"How to install and run malware scan with Maldet on CentOS 8 - Globo.Tech","og_description":"Malware is the name of malicious software including, spyware, ransomware and viruses. Learn how to install and run malware scan with Maldet on CentOS 8.","og_url":"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/","og_site_name":"Globo.Tech","article_published_time":"2020-11-11T23:55:14+00:00","article_modified_time":"2024-07-26T18:45:42+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-run-malware-scan-Maldet-CentOS8.jpg","type":"image\/jpeg"}],"author":"GloboTech Communications","twitter_misc":{"Written by":"GloboTech Communications","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/","url":"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/","name":"How to install and run malware scan with Maldet on CentOS 8 - Globo.Tech","isPartOf":{"@id":"https:\/\/www.globo.tech\/learning-center\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/#primaryimage"},"image":{"@id":"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/#primaryimage"},"thumbnailUrl":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-run-malware-scan-Maldet-CentOS8.jpg","datePublished":"2020-11-11T23:55:14+00:00","dateModified":"2024-07-26T18:45:42+00:00","author":{"@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87"},"description":"Malware is the name of malicious software including, spyware, ransomware and viruses. Learn how to install and run malware scan with Maldet on CentOS 8.","breadcrumb":{"@id":"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/#primaryimage","url":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-run-malware-scan-Maldet-CentOS8.jpg","contentUrl":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/11\/install-run-malware-scan-Maldet-CentOS8.jpg","width":1200,"height":628},{"@type":"BreadcrumbList","@id":"https:\/\/www.globo.tech\/learning-center\/how-to-install-and-run-malware-scan-with-maldet-on-centos-8\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.globo.tech\/learning-center\/"},{"@type":"ListItem","position":2,"name":"How to install and run malware scan with Maldet on CentOS 8"}]},{"@type":"WebSite","@id":"https:\/\/www.globo.tech\/learning-center\/#website","url":"https:\/\/www.globo.tech\/learning-center\/","name":"Globo.Tech","description":"Welcome to the Official Globo.Tech Learning Center","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.globo.tech\/learning-center\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87","name":"GloboTech Communications","sameAs":["http:\/\/www.gtcomm.net"]}]}},"_links":{"self":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/5277","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/comments?post=5277"}],"version-history":[{"count":9,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/5277\/revisions"}],"predecessor-version":[{"id":5294,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/5277\/revisions\/5294"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/media\/5278"}],"wp:attachment":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/media?parent=5277"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/categories?post=5277"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/tags?post=5277"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}