{"id":2820,"date":"2020-02-29T20:38:28","date_gmt":"2020-02-29T15:08:28","guid":{"rendered":"https:\/\/www.24x7serversupport.com\/blog\/?p=2820"},"modified":"2020-02-29T20:38:32","modified_gmt":"2020-02-29T15:08:32","slug":"expert-tips-to-protect-your-website-from-hacking","status":"publish","type":"post","link":"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/","title":{"rendered":"Expert Tips to Protect Your Website from Hacking"},"content":{"rendered":"\n<p>Securing\na site is not necessarily within everyone&#8217;s reach, but that doesn&#8217;t mean that\nyou have to be a programmer or computer scientist to get there.<\/p>\n\n\n\n<p>So\nwe&#8217;ve listed 9 tips that are both easy to apply and detailed enough to arouse\nyour curiosity about security issues, so that you slowly but surely become your\nown web security expert.<\/p>\n\n\n\n<p>All\nthe tips are specific to hacking and we will also introduce you to the\ntechniques you can use to test your website to detect security\nbreaches.&nbsp;Do not worry: nothing too difficult to do, but it is important\nthat you familiarize yourself with the simple tools and techniques that can\nblock or repel attacks, for the good of your projects.<\/p>\n\n\n\n<p>Have\nfun !<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Tip # 1: Use complex passwords<\/strong><\/h3>\n\n\n\n<p>The\nfirst Web security breach is the use of the same password on a large number of\nWeb sites or services.&nbsp;A hacker who has found only one password will thus\nhave easy access to all your data, whether it is your blog or your PayPal\naccount.&nbsp;Keeping a list of your passwords on paper or in a file is also\nnot a safe solution, because someone who hacked your computer will have easy\naccess to your database.<\/p>\n\n\n\n<p>But\nwhat if you can&#8217;t find a suitable password?<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Use a\nstrong password generator to get a hard-to-decrypt password, including\nalphanumeric characters and special symbols.&nbsp;The more the symbols are\nrandom or pseudo-random (that is to say that they are not linked to each other\nand that all symbols have an equal chance of succeeding each other), the more\nsecure the password.<\/li><li>Use a password manager like Dashlane, LastPass, Password Safe\n(Windows only) or Password Gorilla to save and encrypt all your passwords,\nwhich you can unlock with a&nbsp;<em>Master\nPassword<\/em>&nbsp;, a password to control them all.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Tip # 2: Pay attention to your scripts and plugins<\/strong><\/h3>\n\n\n\n<p>It is well known that website scripts and&nbsp;CMS platforms&nbsp;are the primary vehicles for hacking\nattacks.&nbsp;If you are hosting scripts written in PHP, ASP and JavaScript, be\naware that they may have security holes and bugs that their developers may have\noverlooked.&nbsp;In addition to contacting the developer immediately after\ndiscovering one of the above issues, there are non-technical methods you can\nuse to ensure that your scripts will not cause you long-term worry:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Read the version document for\nyour script carefully:<\/strong>&nbsp;it often contains details about\nfixes and bug fixes.<\/li><li><strong>Watch for&nbsp;warnings from\nyour software installer&nbsp;,&nbsp;control&nbsp;panel,&nbsp;or even Google\nWebmaster Tools:<\/strong>&nbsp;if you need to update or modify \/ delete a file, do so.<\/li><li><strong>Do not\ninstall&nbsp;any&nbsp;plug-in:<\/strong>&nbsp;first check\ncompatibility and safety notes.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Tip # 3: Regularly check the folders and the control panel<\/strong><\/h3>\n\n\n\n<p>Sometimes, hackers sneak up on your site, and can cause big\ndamage behind them:&nbsp;<em>spoof&nbsp;ing<\/em>&nbsp;,\nmedia files containing viruses, executables and recoded web pages, etc.<\/p>\n\n\n\n<p>Check your records regularly, at least once every two weeks, to\nmake sure your files are fine.&nbsp;If you find files that you don&#8217;t recognize,\ndelete them immediately.&nbsp;If that doesn&#8217;t work, contact your web host and\nget help (that&#8217;s when you most need&nbsp;a good web host&nbsp;).&nbsp;In\nsuch cases:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Change your admin panel password (and username, if possible)<\/li><li>Check all files to see if they have been damaged.<\/li><li>If you have an antivirus installed, run it.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Tip # 4: secure authentication<\/strong><\/h3>\n\n\n\n<p>Web security experts use many methods to ensure optimal\nsecurity of the systems and Web transactions they work on: public key\ncryptography, chains of trust, signatures,&nbsp;SSL&nbsp;and TSL (Transport\nLayer Security).&nbsp;While it is important that you become familiar with\ncryptography, you should first learn how to use simple multi-factor\nauthentication tools prepared for you by experts:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Two Factor Authentication<\/li><li>Mini Orange Google Authenticator<\/li><\/ul>\n\n\n\n<p>Why do you need multi-factor authentication?&nbsp;Because\nyou will need to know your username, password AND user code to access your\ncontent;&nbsp;otherwise, you will be denied access.&nbsp;This can be sent to\nyour phone so that no one other than you can access the site.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Tip # 5: beware of DDoS attacks<\/strong><\/h3>\n\n\n\n<p>Distributed\nDenial of Service (DDoS) attacks are rapidly evolving and dangerous, as are\nhacking servers and replacing your services with fraudulent services.<\/p>\n\n\n\n<p>A\nDDoS attack on a server will cause its main services to malfunction, and the\nentire system will no longer be available to end users.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What can cause a DDoS attack\u00a0<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Open network configuration<\/li><li>Applications with bugs and not updated<\/li><li>Unsecured server configuration<\/li><li>No maintenance and \/ or monitoring of network activity<\/li><\/ul>\n\n\n\n<p>Inform\nyour ISP and your host of this form of attack.&nbsp;The latter can configure each\nserver with a list of alternative DNS addresses, so that when the default DNS\nbecomes unavailable, the whole site always works.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Tip # 6: Secure FTP access with SFTP<\/strong><\/h3>\n\n\n\n<p>Nothing changes for you, it works like&nbsp;normal&nbsp;FTP&nbsp;, but SFTP, or Secure FTP, offers many security\nadvantages:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>It uses SSH to encrypt data and commands during file transfer.<\/li><li>It uses the public keys of the client&#8217;s server to validate the\nserver during connection, to ensure that it is not an intermediary.<\/li><li>It is impossible for a hacker to monitor your network traffic.<\/li><\/ul>\n\n\n\n<p>The problem with the usual\nFTP command is that it is not encrypted: all downloads to and from the server\nare transmitted as clear data.<\/p>\n\n\n\n<p>To access FTP via the command line (if you are using Unix \/\nLinux \/ Mac OS) you can use&nbsp;sftp username @ host&nbsp;&nbsp;or\nsimply download a free FTP program that supports SFTP, such as FileZilla (open\nsource).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Tip # 7: Learn more about SQL injection to protect yourself<\/strong><\/h3>\n\n\n\n<p>Beware of this hacking method, keep your scripts up to date and\nimmediately contact the script developer if you encounter a security\nbreach.&nbsp;Here&#8217;s how to do a simple test:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Enter the following SQL code in your web form (username and password):<br> \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u00a0 \u00a0&#8216;OR&#8217; t &#8216;=&#8217; t &#8216;;\u00a0&#8211;<br> \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 which becomes, at SQL level:<br> \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0SELECT * FROM users WHERE userid = &#8216;admin&#8217; AND password = &#8220;&#8221;.\u00a0OR &#8220;t &#8216;=&#8217; t &#8216;; -&#8220;<\/li><li>Does it return the contents of your database?<\/li><\/ul>\n\n\n\n<p>The code could work\n(we use the conditional because hopefully you have installed a very safe\nscript), since t &#8216;=&#8217; t &#8216;is a mathematically true statement, so the SQL query\nwill always be executed.<\/p>\n\n\n\n<p>A knowledgeable hacker\ncan build very sophisticated SQL statements to achieve their goals, so be sure\nto contact the script developer and get help if the script you are using is\neasily attackable.&nbsp;Or change the script.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Tip # 8: Check your administration panel logs regularly<\/strong><\/h3>\n\n\n\n<p>Your&nbsp;administration panel&nbsp;(cPanel,\nPlesk, etc.) is provided with integrated tools for traffic analysis, access and\nsecurity logs which you must monitor at least once a week.<\/p>\n\n\n\n<p>If you are using\ncPanel, we recommend that you check your Analog Stats tool every other day, as\nit displays a detailed report with:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>HTTP requests<\/li><li>Monthly, daily and hourly traffic activity reports<\/li><li>Referrers, browsers and operating systems where your traffic\ncomes from<\/li><\/ul>\n\n\n\n<p>Log tools are the\nfirst tools you should check out when you think your website has been attacked.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Tip # 9: make regular backups<\/strong><\/h3>\n\n\n\n<p>Back up your files as often as possible&nbsp;.&nbsp;With\nplug-ins like Updraft Plus and BackupBuddy, you can define the intervals at\nwhich your backups will be made.&nbsp;<\/p>\n\n\n\n<p>What matters is that\nyou constantly download new copies of your content, ready to be restored if\nsomething goes wrong along the way.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Bonus Tip # 10: Change your login url<\/strong><\/h2>\n\n\n\n<p>If\nyou use WordPress as CMS, it is possible to easily change the connection url of\nyour administration panel so that you no longer use \/ wp-admin.\n\nVia plugins like Ithemes\nSecurity or the excellent&nbsp;WPS Hide Login&nbsp;of\nWPServeur, you can make this change in just a few clicks!\n\n\n\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Securing a site is not necessarily within everyone&#8217;s reach, but that doesn&#8217;t mean that you have to be a programmer or computer scientist to get there. So we&#8217;ve listed 9 tips that are both easy to apply and detailed enough to arouse your curiosity about security issues, so that you slowly but surely become your [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2821,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[228,210,39],"tags":[229,230,209],"class_list":["post-2820","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ddos","category-security","category-server-management","tag-ddos","tag-hacking","tag-protection"],"jetpack_publicize_connections":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Expert Tips to Protect Your Website from Hacking | 24x7serversupport Blog<\/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.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Expert Tips to Protect Your Website from Hacking | 24x7serversupport Blog\" \/>\n<meta property=\"og:description\" content=\"Securing a site is not necessarily within everyone&#8217;s reach, but that doesn&#8217;t mean that you have to be a programmer or computer scientist to get there. So we&#8217;ve listed 9 tips that are both easy to apply and detailed enough to arouse your curiosity about security issues, so that you slowly but surely become your [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/\" \/>\n<meta property=\"og:site_name\" content=\"24x7serversupport Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-29T15:08:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-02-29T15:08:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/02\/hacking.png?fit=737%2C497&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"737\" \/>\n\t<meta property=\"og:image:height\" content=\"497\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"24x7support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@24x7serversuppo\" \/>\n<meta name=\"twitter:site\" content=\"@24x7serversuppo\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"24x7support\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/\",\"name\":\"Expert Tips to Protect Your Website from Hacking | 24x7serversupport Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/02\/hacking.png?fit=737%2C497&ssl=1\",\"datePublished\":\"2020-02-29T15:08:28+00:00\",\"dateModified\":\"2020-02-29T15:08:32+00:00\",\"author\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/02\/hacking.png?fit=737%2C497&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/02\/hacking.png?fit=737%2C497&ssl=1\",\"width\":737,\"height\":497,\"caption\":\"Hacking protection\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.24x7serversupport.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expert Tips to Protect Your Website from Hacking\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#website\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/\",\"name\":\"24x7serversupport Blog\",\"description\":\"Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.24x7serversupport.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401\",\"name\":\"24x7support\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/author\/24x7support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Expert Tips to Protect Your Website from Hacking | 24x7serversupport Blog","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.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/","og_locale":"en_US","og_type":"article","og_title":"Expert Tips to Protect Your Website from Hacking | 24x7serversupport Blog","og_description":"Securing a site is not necessarily within everyone&#8217;s reach, but that doesn&#8217;t mean that you have to be a programmer or computer scientist to get there. So we&#8217;ve listed 9 tips that are both easy to apply and detailed enough to arouse your curiosity about security issues, so that you slowly but surely become your [&hellip;]","og_url":"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/","og_site_name":"24x7serversupport Blog","article_published_time":"2020-02-29T15:08:28+00:00","article_modified_time":"2020-02-29T15:08:32+00:00","og_image":[{"width":737,"height":497,"url":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/02\/hacking.png?fit=737%2C497&ssl=1","type":"image\/png"}],"author":"24x7support","twitter_card":"summary_large_image","twitter_creator":"@24x7serversuppo","twitter_site":"@24x7serversuppo","twitter_misc":{"Written by":"24x7support","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/","url":"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/","name":"Expert Tips to Protect Your Website from Hacking | 24x7serversupport Blog","isPartOf":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/#primaryimage"},"image":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/02\/hacking.png?fit=737%2C497&ssl=1","datePublished":"2020-02-29T15:08:28+00:00","dateModified":"2020-02-29T15:08:32+00:00","author":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401"},"breadcrumb":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/#primaryimage","url":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/02\/hacking.png?fit=737%2C497&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/02\/hacking.png?fit=737%2C497&ssl=1","width":737,"height":497,"caption":"Hacking protection"},{"@type":"BreadcrumbList","@id":"https:\/\/www.24x7serversupport.com\/blog\/expert-tips-to-protect-your-website-from-hacking\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.24x7serversupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Expert Tips to Protect Your Website from Hacking"}]},{"@type":"WebSite","@id":"https:\/\/www.24x7serversupport.com\/blog\/#website","url":"https:\/\/www.24x7serversupport.com\/blog\/","name":"24x7serversupport Blog","description":"Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.24x7serversupport.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401","name":"24x7support","url":"https:\/\/www.24x7serversupport.com\/blog\/author\/24x7support\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.24x7serversupport.com\/blog\/wp-content\/uploads\/2020\/02\/hacking.png?fit=737%2C497&ssl=1","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/2820","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/comments?post=2820"}],"version-history":[{"count":1,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/2820\/revisions"}],"predecessor-version":[{"id":2822,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/2820\/revisions\/2822"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/media\/2821"}],"wp:attachment":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/media?parent=2820"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/categories?post=2820"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/tags?post=2820"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}