{"id":1715,"date":"2025-04-30T04:25:52","date_gmt":"2025-04-30T04:25:52","guid":{"rendered":"https:\/\/emojifaces.org\/blog\/?p=1715"},"modified":"2025-04-30T04:38:10","modified_gmt":"2025-04-30T04:38:10","slug":"how-to-download-and-install-microsoft-defender-for-endpoint-on-linux","status":"publish","type":"post","link":"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/","title":{"rendered":"How to Download and Install Microsoft Defender for Endpoint on Linux"},"content":{"rendered":"<p>Microsoft Defender for Endpoint is a powerful security solution that extends endpoint protection to various platforms, including Linux. As cyber threats become more sophisticated, securing Linux systems is increasingly critical for organizations. Microsoft Defender for Endpoint provides advanced threat detection and response capabilities tailored to Linux environments. This guide outlines the steps to <em>download and install Microsoft Defender for Endpoint on Linux<\/em>, ensuring your system remains secure and compliant with enterprise security policies.<\/p>\n<h2>System Requirements<\/h2>\n<p>Before proceeding with the installation, it&#8217;s essential to ensure that your Linux distribution is supported. Microsoft Defender for Endpoint supports the following Linux distributions:<\/p>\n<ul>\n<li>Ubuntu 16.04 LTS, 18.04 LTS, and 20.04 LTS<\/li>\n<li>Red Hat Enterprise Linux (RHEL) 7.2+, 8.0+<\/li>\n<li>CentOS 7.2+<\/li>\n<li>Debian 9 and 10<\/li>\n<li>Oracle Linux 7.2+ and 8.0+<\/li>\n<li>Amazon Linux 2<\/li>\n<\/ul>\n<p>Additionally, ensure that the system is updated and that you have root or sudo privileges.<\/p>\n<h2>Step 1: Register with Microsoft Defender for Endpoint<\/h2>\n<p>Before installing the Defender software, administrators must have access to the <strong>Microsoft 365 Defender portal<\/strong>. This portal provides the onboarding package required for Linux.<\/p>\n<p>Follow these steps to get started:<\/p>\n<ol>\n<li>Log in to the <a href=\"https:\/\/security.microsoft.com\" target=\"_blank\">Microsoft 365 Defender portal<\/a>.<\/li>\n<li>Navigate to <em>Settings &gt; Endpoints &gt; Onboarding<\/em>.<\/li>\n<li>Select <strong>Linux<\/strong> as the operating system.<\/li>\n<li>Download the onboarding package, which includes configuration and script files.<\/li>\n<\/ol>\n<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1620\" src=\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/a-computer-screen-with-a-bunch-of-text-on-it-cron-job-script-code-php-terminal-linux-task.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/a-computer-screen-with-a-bunch-of-text-on-it-cron-job-script-code-php-terminal-linux-task.jpg 1080w, https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/a-computer-screen-with-a-bunch-of-text-on-it-cron-job-script-code-php-terminal-linux-task-200x300.jpg 200w, https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/a-computer-screen-with-a-bunch-of-text-on-it-cron-job-script-code-php-terminal-linux-task-683x1024.jpg 683w, https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/a-computer-screen-with-a-bunch-of-text-on-it-cron-job-script-code-php-terminal-linux-task-768x1152.jpg 768w, https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/a-computer-screen-with-a-bunch-of-text-on-it-cron-job-script-code-php-terminal-linux-task-1024x1536.jpg 1024w\" sizes=\"auto, (max-width: 1080px) 100vw, 1080px\" \/>\n<h2>Step 2: Configure Package Repository<\/h2>\n<p>Once you&#8217;ve acquired the onboarding package, the next step is to configure your system to allow installation of the Microsoft Defender packages. Depending on the distribution, the steps are slightly different.<\/p>\n<p><strong>For Ubuntu and Debian:<\/strong><\/p>\n<pre><code>curl -o microsoft.list https:\/\/packages.microsoft.com\/config\/&lt;distro&gt;\/prod.list\nsudo mv microsoft.list \/etc\/apt\/sources.list.d\/microsoft.list\ncurl https:\/\/packages.microsoft.com\/keys\/microsoft.asc | sudo apt-key add -\nsudo apt-get update<\/code><\/pre>\n<p><strong>For RHEL, CentOS, Oracle Linux:<\/strong><\/p>\n<pre><code>sudo rpm --import https:\/\/packages.microsoft.com\/keys\/microsoft.asc\nsudo curl -o \/etc\/yum.repos.d\/microsoft.repo https:\/\/packages.microsoft.com\/config\/rhel\/7\/prod.repo<\/code><\/pre>\n<p>Substitute the appropriate distribution in the URLs if you&#8217;re using a newer RHEL 8+ system.<\/p>\n<h2>Step 3: Install Microsoft Defender for Endpoint<\/h2>\n<p>With the repository configuration completed, install the Microsoft Defender agent using your package manager.<\/p>\n<ul>\n<li><strong>Debian\/Ubuntu:<\/strong> <code>sudo apt-get install mdatp<\/code><\/li>\n<li><strong>RHEL\/CentOS\/Oracle:<\/strong> <code>sudo yum install mdatp<\/code><\/li>\n<\/ul>\n<p>Once the installation is complete, verify it by running:<\/p>\n<pre><code>mdatp health<\/code><\/pre>\n<p>This command shows the current status of the Defender component on the machine.<\/p>\n<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"720\" src=\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/04\/woman-holding-white-pack-terminal-install-antivirus-for-linux-threat-detection.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/04\/woman-holding-white-pack-terminal-install-antivirus-for-linux-threat-detection.jpg 1080w, https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/04\/woman-holding-white-pack-terminal-install-antivirus-for-linux-threat-detection-300x200.jpg 300w, https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/04\/woman-holding-white-pack-terminal-install-antivirus-for-linux-threat-detection-1024x683.jpg 1024w, https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/04\/woman-holding-white-pack-terminal-install-antivirus-for-linux-threat-detection-768x512.jpg 768w\" sizes=\"auto, (max-width: 1080px) 100vw, 1080px\" \/>\n<h2>Step 4: Onboard the Device<\/h2>\n<p>Use your onboarding script, included in the zip package you downloaded earlier. Typically, the onboarding is achieved with:<\/p>\n<pre><code>sudo bash MicrosoftDefenderATPOnboardingLinuxServer.py<\/code><\/pre>\n<p>Run the command as a superuser to apply the necessary configuration and connect your endpoint to Microsoft Defender. You can confirm the onboarding status with:<\/p>\n<pre><code>mdatp health --field org_id<\/code><\/pre>\n<h2>Step 5: Test and Verify<\/h2>\n<p>It is highly recommended to test the installation by scanning and generating a test detection alert using the EICAR test file. This harmless file is detected by most antivirus solutions as a test signature.<\/p>\n<pre><code>\nwget https:\/\/www.eicar.org\/download\/eicar.com.txt\nmdatp scan file --path .\/eicar.com.txt\n<\/code><\/pre>\n<p>If the Defender component detects it successfully, your installation is working correctly.<\/p>\n<h2>FAQs<\/h2>\n<dl>\n<dt><strong>Q: Is Microsoft Defender for Endpoint free for Linux?<\/strong><\/dt>\n<dd><em>No, it requires a valid Microsoft 365 E5 or corresponding security plan license.<\/em><\/dd>\n<dt><strong>Q: Can I use Microsoft Defender for personal Ubuntu systems?<\/strong><\/dt>\n<dd><em>Technically yes, but it is designed and licensed for enterprise environments.<\/em><\/dd>\n<dt><strong>Q: How do I update Microsoft Defender for Endpoint on Linux?<\/strong><\/dt>\n<dd><em>Use your system package manager. For example, run <code>sudo apt-get upgrade mdatp<\/code> on Ubuntu.<\/em><\/dd>\n<dt><strong>Q: Is it compatible with third-party antivirus software?<\/strong><\/dt>\n<dd><em>It is not recommended to run multiple antivirus products simultaneously as it may cause conflicts.<\/em><\/dd>\n<dt><strong>Q: How can I uninstall Defender from my Linux system?<\/strong><\/dt>\n<dd><em>Use the package manager&#8217;s remove command, i.e., <code>sudo apt-get remove mdatp<\/code> or <code>sudo yum remove mdatp<\/code>.<\/em><\/dd>\n<\/dl>\n","protected":false},"excerpt":{"rendered":"<p>Microsoft Defender for Endpoint is a powerful security solution that extends endpoint protection to various platforms, including Linux. As cyber &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to Download and Install Microsoft Defender for Endpoint on Linux\" class=\"read-more button\" href=\"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/#more-1715\" aria-label=\"Read more about How to Download and Install Microsoft Defender for Endpoint on Linux\">Read more<\/a><\/p>\n","protected":false},"author":39,"featured_media":1716,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[485],"tags":[],"class_list":["post-1715","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","resize-featured-image"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Download and Install Microsoft Defender for Endpoint on Linux - EmojiFaces Blog \ud83d\ude0e<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Download and Install Microsoft Defender for Endpoint on Linux - EmojiFaces Blog \ud83d\ude0e\" \/>\n<meta property=\"og:description\" content=\"Microsoft Defender for Endpoint is a powerful security solution that extends endpoint protection to various platforms, including Linux. As cyber ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"EmojiFaces Blog \ud83d\ude0e\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-30T04:25:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-30T04:38:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/04\/macbook-pro-on-top-of-brown-table-microsoft-defender-linux-computer-security-settings.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jame Miller\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jame Miller\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/\"},\"author\":{\"name\":\"Jame Miller\",\"@id\":\"https:\/\/emojifaces.org\/blog\/#\/schema\/person\/a0f9a21c48eb810387960779e71189a6\"},\"headline\":\"How to Download and Install Microsoft Defender for Endpoint on Linux\",\"datePublished\":\"2025-04-30T04:25:52+00:00\",\"dateModified\":\"2025-04-30T04:38:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/\"},\"wordCount\":534,\"publisher\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/04\/macbook-pro-on-top-of-brown-table-microsoft-defender-linux-computer-security-settings.jpg\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/\",\"url\":\"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/\",\"name\":\"How to Download and Install Microsoft Defender for Endpoint on Linux - EmojiFaces Blog \ud83d\ude0e\",\"isPartOf\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/04\/macbook-pro-on-top-of-brown-table-microsoft-defender-linux-computer-security-settings.jpg\",\"datePublished\":\"2025-04-30T04:25:52+00:00\",\"dateModified\":\"2025-04-30T04:38:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/#primaryimage\",\"url\":\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/04\/macbook-pro-on-top-of-brown-table-microsoft-defender-linux-computer-security-settings.jpg\",\"contentUrl\":\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/04\/macbook-pro-on-top-of-brown-table-microsoft-defender-linux-computer-security-settings.jpg\",\"width\":1080,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/emojifaces.org\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Download and Install Microsoft Defender for Endpoint on Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/emojifaces.org\/blog\/#website\",\"url\":\"https:\/\/emojifaces.org\/blog\/\",\"name\":\"EmojiFaces Blog \ud83d\ude0e\",\"description\":\"Simple Emoji Keyboard to Copy &amp; Paste\",\"publisher\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/emojifaces.org\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/emojifaces.org\/blog\/#organization\",\"name\":\"EmojiFaces Blog \ud83d\ude0e\",\"url\":\"https:\/\/emojifaces.org\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/emojifaces.org\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2022\/07\/cropped-emojifaces-logo.png\",\"contentUrl\":\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2022\/07\/cropped-emojifaces-logo.png\",\"width\":312,\"height\":63,\"caption\":\"EmojiFaces Blog \ud83d\ude0e\"},\"image\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/emojifaces.org\/blog\/#\/schema\/person\/a0f9a21c48eb810387960779e71189a6\",\"name\":\"Jame Miller\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/emojifaces.org\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/906d8a8fa6c3e14384c5577430fce80ea6f816e5fc083e2bc39ab04d01d06283?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/906d8a8fa6c3e14384c5577430fce80ea6f816e5fc083e2bc39ab04d01d06283?s=96&d=mm&r=g\",\"caption\":\"Jame Miller\"},\"description\":\"I'm Jame Miller, a cybersecurity analyst and blogger. Sharing knowledge on online security, data protection, and privacy issues is what I do best.\",\"url\":\"https:\/\/emojifaces.org\/blog\/author\/jamesm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Download and Install Microsoft Defender for Endpoint on Linux - EmojiFaces Blog \ud83d\ude0e","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:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/","og_locale":"en_US","og_type":"article","og_title":"How to Download and Install Microsoft Defender for Endpoint on Linux - EmojiFaces Blog \ud83d\ude0e","og_description":"Microsoft Defender for Endpoint is a powerful security solution that extends endpoint protection to various platforms, including Linux. As cyber ... Read more","og_url":"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/","og_site_name":"EmojiFaces Blog \ud83d\ude0e","article_published_time":"2025-04-30T04:25:52+00:00","article_modified_time":"2025-04-30T04:38:10+00:00","og_image":[{"width":1080,"height":720,"url":"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/04\/macbook-pro-on-top-of-brown-table-microsoft-defender-linux-computer-security-settings.jpg","type":"image\/jpeg"}],"author":"Jame Miller","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jame Miller","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/#article","isPartOf":{"@id":"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/"},"author":{"name":"Jame Miller","@id":"https:\/\/emojifaces.org\/blog\/#\/schema\/person\/a0f9a21c48eb810387960779e71189a6"},"headline":"How to Download and Install Microsoft Defender for Endpoint on Linux","datePublished":"2025-04-30T04:25:52+00:00","dateModified":"2025-04-30T04:38:10+00:00","mainEntityOfPage":{"@id":"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/"},"wordCount":534,"publisher":{"@id":"https:\/\/emojifaces.org\/blog\/#organization"},"image":{"@id":"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/04\/macbook-pro-on-top-of-brown-table-microsoft-defender-linux-computer-security-settings.jpg","articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/","url":"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/","name":"How to Download and Install Microsoft Defender for Endpoint on Linux - EmojiFaces Blog \ud83d\ude0e","isPartOf":{"@id":"https:\/\/emojifaces.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/#primaryimage"},"image":{"@id":"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/04\/macbook-pro-on-top-of-brown-table-microsoft-defender-linux-computer-security-settings.jpg","datePublished":"2025-04-30T04:25:52+00:00","dateModified":"2025-04-30T04:38:10+00:00","breadcrumb":{"@id":"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/#primaryimage","url":"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/04\/macbook-pro-on-top-of-brown-table-microsoft-defender-linux-computer-security-settings.jpg","contentUrl":"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/04\/macbook-pro-on-top-of-brown-table-microsoft-defender-linux-computer-security-settings.jpg","width":1080,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/emojifaces.org\/blog\/2025\/04\/30\/how-to-download-and-install-microsoft-defender-for-endpoint-on-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/emojifaces.org\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Download and Install Microsoft Defender for Endpoint on Linux"}]},{"@type":"WebSite","@id":"https:\/\/emojifaces.org\/blog\/#website","url":"https:\/\/emojifaces.org\/blog\/","name":"EmojiFaces Blog \ud83d\ude0e","description":"Simple Emoji Keyboard to Copy &amp; Paste","publisher":{"@id":"https:\/\/emojifaces.org\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/emojifaces.org\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/emojifaces.org\/blog\/#organization","name":"EmojiFaces Blog \ud83d\ude0e","url":"https:\/\/emojifaces.org\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/emojifaces.org\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2022\/07\/cropped-emojifaces-logo.png","contentUrl":"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2022\/07\/cropped-emojifaces-logo.png","width":312,"height":63,"caption":"EmojiFaces Blog \ud83d\ude0e"},"image":{"@id":"https:\/\/emojifaces.org\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/emojifaces.org\/blog\/#\/schema\/person\/a0f9a21c48eb810387960779e71189a6","name":"Jame Miller","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/emojifaces.org\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/906d8a8fa6c3e14384c5577430fce80ea6f816e5fc083e2bc39ab04d01d06283?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/906d8a8fa6c3e14384c5577430fce80ea6f816e5fc083e2bc39ab04d01d06283?s=96&d=mm&r=g","caption":"Jame Miller"},"description":"I'm Jame Miller, a cybersecurity analyst and blogger. Sharing knowledge on online security, data protection, and privacy issues is what I do best.","url":"https:\/\/emojifaces.org\/blog\/author\/jamesm\/"}]}},"_links":{"self":[{"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/posts\/1715","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/users\/39"}],"replies":[{"embeddable":true,"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/comments?post=1715"}],"version-history":[{"count":2,"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/posts\/1715\/revisions"}],"predecessor-version":[{"id":1719,"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/posts\/1715\/revisions\/1719"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/media\/1716"}],"wp:attachment":[{"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/media?parent=1715"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/categories?post=1715"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/tags?post=1715"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}