{"id":8914,"date":"2021-05-01T19:34:32","date_gmt":"2021-05-01T16:34:32","guid":{"rendered":"https:\/\/kifarunix.com\/?p=8914"},"modified":"2024-03-18T22:36:39","modified_gmt":"2024-03-18T19:36:39","slug":"easy-way-to-install-wazuh-agents-on-ubuntu-debian","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/easy-way-to-install-wazuh-agents-on-ubuntu-debian\/","title":{"rendered":"Easy Way to Install Wazuh Agents on Ubuntu\/Debian"},"content":{"rendered":"\n<p>In this tutorial, you will learn how to install Wazuh agents on Ubuntu\/Debian systems. <a href=\"https:\/\/documentation.wazuh.com\/current\/getting-started\/index.html\" target=\"_blank\" rel=\"noreferrer noopener\">Wazuh<\/a> operates in server-client architecture. It is made up of  a Wazuh server and Wazuh agents.<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\"><h2>Table of Contents<\/h2><nav><ul><li><a href=\"#installing-wazuh-agents-on-ubuntu-debian\">Installing Wazuh Agents on Ubuntu\/Debian<\/a><ul><li><a href=\"#wazuh-agent-capabilities\">Wazuh Agent Capabilities<\/a><\/li><li><a href=\"#install-and-manually-register-the-wazuh-agent\">Install and Manually Register the Wazuh Agent<\/a><ul><li><a href=\"#install-wazuh-repository\">Install Wazuh Repository<\/a><\/li><li><a href=\"#installing-wazuh-agents\">Installing Wazuh Agents<\/a><\/li><li><a href=\"#manually-register-wazuh-agent-on-wazuh-siem-manager\">Manually Register Wazuh Agent on Wazuh SIEM\/Manager<\/a><\/li><li><a href=\"#verify-wazuh-agent-connection-to-wazuh-server\">Verify Wazuh Agent Connection to Wazuh Server<\/a><\/li><\/ul><\/li><li><a href=\"#install-and-automatically-register-wazuh-agent\">Install and Automatically Register Wazuh Agent<\/a><ul><li><a href=\"#install-and-enroll-the-wazuh-agent\">Install and Enroll the Wazuh agent<\/a><\/li><li><a href=\"#generate-wazuh-agent-install-and-enrollment-command-from-wazuh-manager\">Generate Wazuh Agent Install and Enrollment Command from Wazuh manager<\/a><\/li><li><a href=\"#verify-wazuh-agent-connection-to-wazuh-server-1\">Verify Wazuh Agent Connection to Wazuh Server<\/a><\/li><\/ul><\/li><li><a href=\"#verify-wazuh-agents-status-from-wazuh-manager-dashboard\">Verify Wazuh Agents Status from Wazuh Manager Dashboard<\/a><\/li><li><a href=\"#other-tutorials\">Other Tutorials<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"installing-wazuh-agents-on-ubuntu-debian\">Installing Wazuh Agents on Ubuntu\/Debian<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"wazuh-agent-capabilities\">Wazuh Agent Capabilities<\/h3>\n\n\n\n<p>Wazuh agents collect data from the end-points and ships it to the Wazuh manager for processing. It is capable of;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>Log and data collection<\/em><\/li>\n\n\n\n<li><em>File integrity monitoring<\/em><\/li>\n\n\n\n<li><em>Rootkit and malware detection<\/em><\/li>\n\n\n\n<li><em>Security policy monitoring.<\/em><\/li>\n\n\n\n<li><em>Configuration assessments<\/em><\/li>\n\n\n\n<li><em>Software inventor<\/em>y<\/li>\n<\/ul>\n\n\n\n<p>There are two options here<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a class=\"rank-math-link\" href=\"#manual-reg\">Install and manually register the Wazuh Agent<\/a><\/li>\n\n\n\n<li><a class=\"rank-math-link\" href=\"#auto-reg\">Install and automatically register the Wazuh Agent<\/a><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-and-manually-register-the-wazuh-agent\">Install and Manually Register the Wazuh Agent<\/h3>\n\n\n\n<p>Wazuh agent can be install on various platforms including AIX, HP-UX, Solaris, Windows systems. However, this tutorial focuses on how to install Wazuh agents on Linux systems. We are using Ubuntu 24.04.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"install-wazuh-repository\">Install Wazuh Repository<\/h4>\n\n\n\n<p>Wazuh provides APT repositories which makes the installation of Wazuh agents easy on Ubuntu\/Debian systems.<\/p>\n\n\n\n<p>Install Repository GPG signing Key<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo su -<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">apt install curl gnupg2 apt-transport-https<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">curl -s https:\/\/packages.wazuh.com\/key\/GPG-KEY-WAZUH | \\\ngpg --dearmor &gt; \/etc\/apt\/trusted.gpg.d\/wazuh.gpg<\/pre>\n\n\n\n<p>Add Wazuh repository:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">echo \"deb https:\/\/packages.wazuh.com\/4.x\/apt\/ stable main\" | tee -a \/etc\/apt\/sources.list.d\/wazuh.list<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"installing-wazuh-agents\">Installing Wazuh Agents<\/h4>\n\n\n\n<p>Update system package cache:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt update<\/pre>\n\n\n\n<p>So if you need to install the Wazuh agent and later connect it to the server for manual registration, simply run the command below to install it;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt install wazuh-agent<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"manually-register-wazuh-agent-on-wazuh-siem-manager\">Manually Register Wazuh Agent on Wazuh SIEM\/Manager<\/h4>\n\n\n\n<p>If you choose to install the Wazuh agent this way, then you need to add the agent to the server by running the command below (on the server where the agent is installed):<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/var\/ossec\/bin\/agent-auth -m MANAGER-IP [-A AGENT_NAME]<\/pre>\n\n\n\n<p>Before you can proceed, ensure you can connect to the Wazuh-manager registration ports 1515\/TCP. Ensure that this port is open on firewall, if any is running.<\/p>\n\n\n\n<p>Wazuh Server\/Manager uses port 1515\/tcp for Agent enrollment services.<\/p>\n\n\n\n<p>Hence, confirm that you can connect to this port from the Wazuh agent server.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">telnet 192.168.122.149 1515<\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>Trying 192.168.122.149...\nConnected to 192.168.122.149.\nEscape character is '^]'.\n^]\ntelnet> quit\nConnection closed.\n<\/code><\/pre>\n\n\n\n<p>To register the agent with the automatic system hostname name just omit the <code><strong>[-A AGENT_NAME]<\/strong><\/code>.<\/p>\n\n\n\n<pre id=\"block-96aa96c4-f2c3-42e8-a6e2-f80f402e6290\" class=\"wp-block-preformatted\">\/var\/ossec\/bin\/agent-auth -m 192.168.122.149<\/pre>\n\n\n\n<p>Sample command output;<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>2024\/02\/29 20:59:04 agent-auth: INFO: Started (pid: 3356).\n2024\/02\/29 20:59:04 agent-auth: INFO: Requesting a key from server: 192.168.122.149\n2024\/02\/29 20:59:04 agent-auth: INFO: No authentication password provided\n2024\/02\/29 20:59:04 agent-auth: INFO: Using agent name as: noble-numbat\n2024\/02\/29 20:59:04 agent-auth: INFO: Waiting for server reply\n2024\/02\/29 20:59:04 agent-auth: INFO: Valid key received\n<\/code><\/pre>\n\n\n\n<p>Next, set the Wazuh server IP in the Wazuh agent configuration file, <code><strong>\/var\/ossec\/etc\/ossec.conf<\/strong><\/code>.<\/p>\n\n\n\n<p>Simple replace MANAGER_IP with the IP address of the Wazuh server\/manager;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sed -i.bak 's\/MANAGER_IP\/192.168.122.149\/' \/var\/ossec\/etc\/ossec.conf<\/pre>\n\n\n\n<p>Start and enable the Wazuh Agent service;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl enable --now wazuh-agent<\/code><\/pre>\n\n\n\n<p>Check the status;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl status wazuh-agent<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>\u25cf wazuh-agent.service - Wazuh agent\n     Loaded: loaded (\/usr\/lib\/systemd\/system\/wazuh-agent.service; enabled; preset: enabled)\n     Active: active (running) since Thu 2024-02-29 21:01:28 UTC; 42s ago\n      Tasks: 32 (limit: 4576)\n     Memory: 317.2M (peak: 343.1M)\n        CPU: 14.761s\n     CGroup: \/system.slice\/wazuh-agent.service\n             \u251c\u25003661 \/var\/ossec\/bin\/wazuh-execd\n             \u251c\u25003669 \/var\/ossec\/bin\/wazuh-agentd\n             \u251c\u25003683 \/var\/ossec\/bin\/wazuh-syscheckd\n             \u251c\u25003693 \/var\/ossec\/bin\/wazuh-logcollector\n             \u2514\u25003704 \/var\/ossec\/bin\/wazuh-modulesd\n\nFeb 29 21:01:24 noble-numbat systemd[1]: Starting wazuh-agent.service - Wazuh agent...\nFeb 29 21:01:24 noble-numbat env[3384]: Starting Wazuh v4.7.2...\nFeb 29 21:01:24 noble-numbat env[3384]: Started wazuh-execd...\nFeb 29 21:01:25 noble-numbat env[3384]: Started wazuh-agentd...\nFeb 29 21:01:25 noble-numbat env[3384]: Started wazuh-syscheckd...\nFeb 29 21:01:26 noble-numbat env[3384]: Started wazuh-logcollector...\nFeb 29 21:01:26 noble-numbat env[3384]: Started wazuh-modulesd...\nFeb 29 21:01:28 noble-numbat env[3384]: Completed.\nFeb 29 21:01:28 noble-numbat systemd[1]: Started wazuh-agent.service - Wazuh agent.\n<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"verify-wazuh-agent-connection-to-wazuh-server\">Verify Wazuh Agent Connection to Wazuh Server<\/h4>\n\n\n\n<p>Verify Wazuh agent connection to the server;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>tail -f \/var\/ossec\/logs\/ossec.log<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>...\n2024\/02\/29 21:01:29 wazuh-execd: INFO: (1314): Shutdown received. Deleting responses.\n2024\/02\/29 21:01:29 wazuh-execd: INFO: (1225): SIGNAL [(15)-(Terminated)] Received. Exit Cleaning...\n2024\/02\/29 21:01:30 wazuh-execd: INFO: Started (pid: 3661).\n2024\/02\/29 21:01:30 wazuh-agentd: INFO: (1410): Reading authentication keys file.\n2024\/02\/29 21:01:30 wazuh-agentd: INFO: Using notify time: 10 and max time to reconnect: 60\n2024\/02\/29 21:01:30 wazuh-agentd: INFO: Version detected -> Linux |noble-numbat |6.6.0-14-generic |#14-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 30 10:27:29 UTC 2023 |x86_64 [Ubuntu|ubuntu: 24.04 (Noble Numbat)] - Wazuh v4.7.2\n2024\/02\/29 21:01:30 wazuh-agentd: INFO: Started (pid: 3669).\n2024\/02\/29 21:01:30 wazuh-agentd: INFO: Using AES as encryption method.\n2024\/02\/29 21:01:30 wazuh-agentd: INFO: Trying to connect to server ([192.168.122.149]:1514\/tcp).\n2024\/02\/29 21:01:30 wazuh-agentd: INFO: (4102): Connected to the server ([192.168.122.149]:1514\/tcp).\n<\/code><\/pre>\n\n\n\n<p>Note that Wazuh agent communicates with the server via port 1514\/tcp by default. Ensure that this port is opened on the firewall and on the Wazuh server host level firewall.<\/p>\n\n\n\n<p>Similary, check agent status on the server CLI;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>\/var\/ossec\/bin\/agent_control -l<\/code><\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>\nWazuh agent_control. List of available agents:\n   ID: 000, Name: wazuh.kifarunix-demo.com (server), IP: 127.0.0.1, Active\/Local\n<strong>   ID: 001, Name: noble-numbat, IP: any, Active\n<\/strong>\nList of agentless devices:\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-and-automatically-register-wazuh-agent\">Install and Automatically Register Wazuh Agent<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"install-and-enroll-the-wazuh-agent\">Install and Enroll the Wazuh agent<\/h4>\n\n\n\n<p>To install and automatically register your Wazuh agent, execute the command below. <strong>Replace the Wazuh-manager IP accordingly.<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">WAZUH_MANAGER<strong>=<\/strong>\"192.168.122.149\" apt install wazuh-agent<\/pre>\n\n\n\n<p>You can see other deployment variables on <a class=\"rank-math-link\" href=\"https:\/\/documentation.wazuh.com\/current\/installation-guide\/wazuh-agent\/deployment_variables\/linux\/deployment_variables_apt.html#deployment-variables-apt\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">variables page<\/a>.<\/p>\n\n\n\n<p>You can also download the installation command to automatically enroll the agent right from the Wazuh manager agents dashboard.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"generate-wazuh-agent-install-and-enrollment-command-from-wazuh-manager\">Generate Wazuh Agent Install and Enrollment Command from Wazuh manager<\/h4>\n\n\n\n<p>Navigate to <strong>Wazuh App &gt; Agents &gt; Deploy new agent<\/strong> and follow the procedure.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1596\" height=\"631\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/03\/wazuh-agents-enrollment-command-from-ui.png?v=1709241238\" alt=\"\" class=\"wp-image-20293\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/03\/wazuh-agents-enrollment-command-from-ui.png?v=1709241238 1596w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/03\/wazuh-agents-enrollment-command-from-ui-768x304.png?v=1709241238 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/03\/wazuh-agents-enrollment-command-from-ui-1536x607.png?v=1709241238 1536w\" sizes=\"(max-width: 1596px) 100vw, 1596px\" \/><\/figure>\n\n\n\n<p>New agent enrollment wizard.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1353\" height=\"2183\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/03\/enroll-wazuh-agent-ui.png?v=1709241602\" alt=\"\" class=\"wp-image-20294\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/03\/enroll-wazuh-agent-ui.png?v=1709241602 1353w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/03\/enroll-wazuh-agent-ui-768x1239.png?v=1709241602 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/03\/enroll-wazuh-agent-ui-952x1536.png?v=1709241602 952w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/03\/enroll-wazuh-agent-ui-1269x2048.png?v=1709241602 1269w\" sizes=\"(max-width: 1353px) 100vw, 1353px\" \/><figcaption class=\"wp-element-caption\">enroll agents from wazuh dashboard<\/figcaption><\/figure><\/div>\n\n\n<p>Copy the installation and enrollment command from UI and execute on the host to install and enroll Wazuh agent onto the Wazuh server.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget https:\/\/packages.wazuh.com\/4.x\/apt\/pool\/main\/w\/wazuh-agent\/wazuh-agent_4.7.2-1_amd64.deb &amp;&amp; sudo WAZUH_MANAGER='192.168.122.149' dpkg -i .\/wazuh-agent_4.7.2-1_amd64.deb<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"verify-wazuh-agent-connection-to-wazuh-server-1\">Verify Wazuh Agent Connection to Wazuh Server<\/h4>\n\n\n\n<p>Verify Wazuh Agent connection to the Wazuh server\/manager.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>tail -f \/var\/ossec\/logs\/ossec.log<\/code><\/pre>\n\n\n\n<p>Ensure you get string <strong>Connected to the server<\/strong>.<\/p>\n\n\n\n<p>Also, ensure that connection to port 1514\/tcp is opened on the server.<\/p>\n\n\n\n<p>You can also list the agents on the Wazuh manager, you should see that the agent is registered but not connected.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/var\/ossec\/bin\/agent_control -l<\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>\nWazuh agent_control. List of available agents:\n   ID: 000, Name: wazuh.kifarunix-demo.com (server), IP: 127.0.0.1, Active\/Local\n<strong>   ID: 001, Name: noble-numbat, IP: any, Active\n<\/strong>\nList of agentless devices:\n<\/code><\/pre>\n\n\n\n<p><strong>Ensure that no hosts shares the same names<\/strong>.<\/p>\n\n\n\n<p>Once the agents are installed and registered, start and enable the agents to run on system boot:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">systemctl enable --now wazuh-agent.service<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"verify-wazuh-agents-status-from-wazuh-manager-dashboard\">Verify Wazuh Agents Status from Wazuh Manager Dashboard<\/h3>\n\n\n\n<p>You can also verify from Wazuh interface. Wondering how? See our guide on integrating Wazuh Server with ELK stack.<\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/integrate-wazuh-manager-with-elk-stack\/\">Integrate Wazuh Manager with ELK Stack<\/a><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1612\" height=\"721\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/03\/verify-wazuh-agents-from-manager-dashboard.png?v=1709242266\" alt=\"\" class=\"wp-image-20295\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/03\/verify-wazuh-agents-from-manager-dashboard.png?v=1709242266 1612w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/03\/verify-wazuh-agents-from-manager-dashboard-768x344.png?v=1709242266 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/03\/verify-wazuh-agents-from-manager-dashboard-1536x687.png?v=1709242266 1536w\" sizes=\"(max-width: 1612px) 100vw, 1612px\" \/><\/figure>\n\n\n\n<p>You can then be able to view the events collected from the systems.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1915\" height=\"684\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/05\/wazuh-agent-events.png\" alt=\"\" class=\"wp-image-8917\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/05\/wazuh-agent-events.png?v=1622046023 1915w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/05\/wazuh-agent-events-768x274.png?v=1622046023 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/05\/wazuh-agent-events-1536x549.png?v=1622046023 1536w\" sizes=\"(max-width: 1915px) 100vw, 1915px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"other-tutorials\">Other Tutorials<\/h3>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/detecting-malicious-files-with-wazuh-and-virustotal\/\" target=\"_blank\" rel=\"noreferrer noopener\">Detecting Malicious Files with Wazuh and VirusTotal<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, you will learn how to install Wazuh agents on Ubuntu\/Debian systems. Wazuh operates in server-client architecture. It is made up of a<\/p>\n","protected":false},"author":3,"featured_media":8918,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[72,910,121,1823],"tags":[3582,913,3576,3578,3577,3583,3579,3581,4961,3580,4959,4960,4962,1829,1828],"class_list":["post-8914","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-monitoring","category-elastic-stack","category-howtos","category-wazuh","tag-autoregister-wazuh-agent","tag-elk","tag-install-wazuh-agent-debian","tag-install-wazuh-agent-linux","tag-install-wazuh-agent-ubuntu","tag-ossec-conf","tag-ubuntu-wazuh-agent","tag-wazuh-agent","tag-wazuh-agent-debian-11","tag-wazuh-agent-install","tag-wazuh-agent-on-ubuntu-22-04","tag-wazuh-agent-ubuntu-20-4","tag-wazuh-agents-debian-10","tag-wazuh-manager","tag-wazuh-server","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/8914"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=8914"}],"version-history":[{"count":8,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/8914\/revisions"}],"predecessor-version":[{"id":21828,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/8914\/revisions\/21828"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/8918"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=8914"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=8914"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=8914"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}