{"id":12407,"date":"2024-04-20T16:02:27","date_gmt":"2024-04-20T10:32:27","guid":{"rendered":"https:\/\/www.skynats.com\/?p=12407"},"modified":"2025-01-08T20:36:18","modified_gmt":"2025-01-08T15:06:18","slug":"ways-to-check-for-malware-on-an-ubuntu-server","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/","title":{"rendered":"Ways to check for malware on an Ubuntu server"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"298\" height=\"169\" sizes=\"(max-width: 298px) 100vw, 298px\" src=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/04\/images-1-1.png\" alt=\"Malware &amp; Clam AV\" class=\"wp-image-12409\"\/><\/figure>\n\n\n\n<p>Ensuring your server&#8217;s security is essential for protecting it from numerous dangers, such as malware. Malware refers to a wide spectrum of destructive software intended to compromise systems, steal data, or disrupt activities. Because servers are used a lot for essential tasks like hosting websites, databases, or applications, it is crucial to implement strong security measures, such as malware detection and prevention.<\/p>\n\n\n\n<p>Here are some ways and tools to check for malware on Linux servers, as well as guidelines for how to install them:<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-clamav\">ClamAV<\/h3>\n\n\n\n<p>ClamAV is an important open-source antivirus application that is available across major Linux distributions. It can check files and folders for known malware signatures.<\/p>\n\n\n\n<p>1. Install ClamAV with the following command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt-get install clamav clamav-daemon<\/code><\/pre>\n\n\n\n<p>2. After installing ClamAV, you should update its virus database.To run the updater application, use the commands given below.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl stop clamav-freshclam\nfreshclam<\/code><\/pre>\n\n\n\n<p>3. After updating, start and enable the services.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl start clamav-freshclam\nsystemctl enable clamav-freshclam<\/code><\/pre>\n\n\n\n<p>4. After completing the steps above, scan your home directory of websites or the directory you want to scan using the command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>clamscan -ir \/home\/* > Test.txt<\/code><\/pre>\n\n\n\n<p>-i: This option instructs clamscan to only display infected files.<\/p>\n\n\n\n<p>-r: This option instructs clamscan to scan directories recursively.<\/p>\n\n\n\n<p>\/home\/*: This is the path to the directory you want to scan. It will scan all files within the home directory<a href=\"https:\/\/ubuntu.com\/\">.<\/a><\/p>\n\n\n\n<p>&gt; Test.txt: This part of the command redirects the output of the clamscan command to a file named Test.txt.<\/p>\n\n\n\n<p>The > symbol is used for output redirection, and it will create or overwrite the file with the scan results.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-rkhunter\">Rkhunter<\/h3>\n\n\n\n<p>Rootkit Hunter (rkhunter) examines the system for known rootkits, backdoors, and other harmful files.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Install the package manager using the following command.<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>apt-get install rkhunter<\/code><\/pre>\n\n\n\n<p>2. After installing, update the file properties database using the command<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>rkhunter --propupd<\/code><\/pre>\n\n\n\n<p>3. After the update, start the scanner using the following command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>rkhunter --checkall<\/code><\/pre>\n\n\n\n<p>4.The scanner runs, checks for actual rootkits and malware, and generates a summary to a log file.<\/p>\n\n\n\n<p>view the log file using the command below<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cat \/var\/log\/rkhunter.log<\/code><\/pre>\n\n\n\n<p>Examine the output to see what you can do to improve your system security.<\/p>\n\n\n\n<p>By implementing the security solutions described above, you can more effectively secure your Linux server from attacks and vulnerabilities.<\/p>\n\n\n\n<p>Our\u00a0<a href=\"https:\/\/www.skynats.com\/server-management\/\">Technical Team<\/a>\u00a0will be available to assist you with Ways to check for malware on an Ubuntu server that can make your job a lot easier. Get in Touch with\u00a0<a href=\"https:\/\/www.skynats.com\/server-management\/\">Skynats<\/a>\u00a0if you have any queries.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ensuring your server&#8217;s security is essential for protecting it from numerous dangers, such as malware. Malware refers to a wide spectrum of destructive software intended to compromise systems, steal data, or disrupt activities. Because servers are used a lot for essential tasks like hosting websites, databases, or applications, it is crucial to implement strong security [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,239,391,762,381],"tags":[852,850,853,851],"class_list":["post-12407","post","type-post","status-publish","format-standard","hentry","category-blog","category-linux","category-server-monitoring","category-ubuntu-22-04","category-website-security","tag-clamav","tag-malware","tag-rkhunter","tag-ubuntu-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Malware on Ubuntu Server: Effective Ways to Check for Threats<\/title>\n<meta name=\"description\" content=\"Malware on Ubuntu server? Learn effective ways to detect and eliminate threats. Safeguard your server with our malware detection guide.\" \/>\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.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ways to check for malware on an Ubuntu server\" \/>\n<meta property=\"og:description\" content=\"Malware on Ubuntu server? Learn effective ways to detect and eliminate threats. Safeguard your server with our malware detection guide.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Server Management Services | Cloud Management | Skynats\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/skynats\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-20T10:32:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-08T15:06:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/04\/images-1-1.png\" \/>\n<meta name=\"author\" content=\"Jishnu V\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:site\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jishnu V\" \/>\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:\\\/\\\/www.skynats.com\\\/blog\\\/ways-to-check-for-malware-on-an-ubuntu-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/ways-to-check-for-malware-on-an-ubuntu-server\\\/\"},\"author\":{\"name\":\"Jishnu V\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/c63611da5e22d216e38d8658e5a605c5\"},\"headline\":\"Ways to check for malware on an Ubuntu server\",\"datePublished\":\"2024-04-20T10:32:27+00:00\",\"dateModified\":\"2025-01-08T15:06:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/ways-to-check-for-malware-on-an-ubuntu-server\\\/\"},\"wordCount\":390,\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/ways-to-check-for-malware-on-an-ubuntu-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/images-1-1.png\",\"keywords\":[\"ClamAV\",\"Malware\",\"Rkhunter\",\"ubuntu server\"],\"articleSection\":[\"Blog\",\"Linux\",\"server monitoring\",\"Ubuntu 22.04\",\"website security\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/ways-to-check-for-malware-on-an-ubuntu-server\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/ways-to-check-for-malware-on-an-ubuntu-server\\\/\",\"name\":\"Malware on Ubuntu Server: Effective Ways to Check for Threats\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/ways-to-check-for-malware-on-an-ubuntu-server\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/ways-to-check-for-malware-on-an-ubuntu-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/images-1-1.png\",\"datePublished\":\"2024-04-20T10:32:27+00:00\",\"dateModified\":\"2025-01-08T15:06:18+00:00\",\"description\":\"Malware on Ubuntu server? Learn effective ways to detect and eliminate threats. Safeguard your server with our malware detection guide.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/ways-to-check-for-malware-on-an-ubuntu-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.skynats.com\\\/blog\\\/ways-to-check-for-malware-on-an-ubuntu-server\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/ways-to-check-for-malware-on-an-ubuntu-server\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/images-1-1.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/images-1-1.png\",\"width\":298,\"height\":169},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/ways-to-check-for-malware-on-an-ubuntu-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ways to check for malware on an Ubuntu server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"name\":\"Server Management Services | Cloud Management | Skynats\",\"description\":\"Server Management and Cloud Management\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\",\"name\":\"Skynats Technologies\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"width\":989,\"height\":367,\"caption\":\"Skynats Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/skynats\",\"https:\\\/\\\/x.com\\\/skynatstech\",\"https:\\\/\\\/www.instagram.com\\\/skynatstech\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/skynats-technologies\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCvTAjrFJ4_E2MJKwlDHomlg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/c63611da5e22d216e38d8658e5a605c5\",\"name\":\"Jishnu V\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g\",\"caption\":\"Jishnu V\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Malware on Ubuntu Server: Effective Ways to Check for Threats","description":"Malware on Ubuntu server? Learn effective ways to detect and eliminate threats. Safeguard your server with our malware detection guide.","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.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/","og_locale":"en_US","og_type":"article","og_title":"Ways to check for malware on an Ubuntu server","og_description":"Malware on Ubuntu server? Learn effective ways to detect and eliminate threats. Safeguard your server with our malware detection guide.","og_url":"https:\/\/www.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/","og_site_name":"Server Management Services | Cloud Management | Skynats","article_publisher":"https:\/\/www.facebook.com\/skynats","article_published_time":"2024-04-20T10:32:27+00:00","article_modified_time":"2025-01-08T15:06:18+00:00","og_image":[{"url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/04\/images-1-1.png","type":"","width":"","height":""}],"author":"Jishnu V","twitter_card":"summary_large_image","twitter_creator":"@skynatstech","twitter_site":"@skynatstech","twitter_misc":{"Written by":"Jishnu V","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/#article","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/"},"author":{"name":"Jishnu V","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/c63611da5e22d216e38d8658e5a605c5"},"headline":"Ways to check for malware on an Ubuntu server","datePublished":"2024-04-20T10:32:27+00:00","dateModified":"2025-01-08T15:06:18+00:00","mainEntityOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/"},"wordCount":390,"publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/04\/images-1-1.png","keywords":["ClamAV","Malware","Rkhunter","ubuntu server"],"articleSection":["Blog","Linux","server monitoring","Ubuntu 22.04","website security"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/","url":"https:\/\/www.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/","name":"Malware on Ubuntu Server: Effective Ways to Check for Threats","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/#primaryimage"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/04\/images-1-1.png","datePublished":"2024-04-20T10:32:27+00:00","dateModified":"2025-01-08T15:06:18+00:00","description":"Malware on Ubuntu server? Learn effective ways to detect and eliminate threats. Safeguard your server with our malware detection guide.","breadcrumb":{"@id":"https:\/\/www.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/#primaryimage","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/04\/images-1-1.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/04\/images-1-1.png","width":298,"height":169},{"@type":"BreadcrumbList","@id":"https:\/\/www.skynats.com\/blog\/ways-to-check-for-malware-on-an-ubuntu-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.skynats.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Ways to check for malware on an Ubuntu server"}]},{"@type":"WebSite","@id":"https:\/\/www.skynats.com\/blog\/#website","url":"https:\/\/www.skynats.com\/blog\/","name":"Server Management Services | Cloud Management | Skynats","description":"Server Management and Cloud Management","publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.skynats.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.skynats.com\/blog\/#organization","name":"Skynats Technologies","url":"https:\/\/www.skynats.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","width":989,"height":367,"caption":"Skynats Technologies"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/skynats","https:\/\/x.com\/skynatstech","https:\/\/www.instagram.com\/skynatstech\/","https:\/\/www.linkedin.com\/company\/skynats-technologies","https:\/\/www.youtube.com\/channel\/UCvTAjrFJ4_E2MJKwlDHomlg"]},{"@type":"Person","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/c63611da5e22d216e38d8658e5a605c5","name":"Jishnu V","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g","caption":"Jishnu V"}}]}},"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/12407","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=12407"}],"version-history":[{"count":0,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/12407\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=12407"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=12407"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=12407"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}