{"id":31685,"date":"2023-09-27T19:39:46","date_gmt":"2023-09-27T14:09:46","guid":{"rendered":"https:\/\/mywindowshub.com\/?p=31685"},"modified":"2023-09-27T19:39:49","modified_gmt":"2023-09-27T14:09:49","slug":"lateral-movement-in-windows-environments","status":"publish","type":"post","link":"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/","title":{"rendered":"Lateral Movement in Windows Environments"},"content":{"rendered":"\n
\"Lateral<\/figure>\n\n\n\n

What Is Lateral Movement? <\/h2>\n\n\n\n

lateral movement is a cyber-attack technique that enables an attacker to move through a network in search of critical data and assets after gaining initial access. The main objective is to gain control of the network by searching for information or access that can be exploited further.<\/p>\n\n\n\n

The risk associated with lateral movement is that it often goes unnoticed. This is because the attack uses legitimate processes and credentials, making it difficult for traditional defensive tools to detect any malicious activity. Therefore, having a thorough understanding of lateral movement is extremely important for professionals to prevent and detect such cyber threats effectively.<\/p>\n\n\n\n

It’s important to note that lateral movement comprises a series of steps<\/a> in a cyber attack. It involves several stages, including reconnaissance, where the attacker gains an understanding of the network layout and identifies potential targets. The other stages involve exploiting the identified vulnerabilities and maintaining access to the compromised systems.<\/p>\n\n\n\n

Why Are Windows Environments Targeted in Lateral Movement Attacks? <\/h2>\n\n\n\n

Market Dominance<\/h3>\n\n\n\n

Windows systems are most often targeted for lateral movement attacks due to their market dominance. With over 1 billion devices running on Windows 10 alone, it’s no surprise that hackers focus their efforts on this platform. The vast number of users makes it a fertile ground for attackers looking to exploit vulnerabilities and gain unauthorized access to sensitive data.<\/p>\n\n\n\n

The operating system’s complexity is another reason why Windows is a prime target. With numerous services, protocols, and hidden features, Windows provides ample opportunities for attackers to discover and exploit vulnerabilities. Furthermore, the frequent updates and patches can often introduce new vulnerabilities, providing a constant stream of potential exploits for attackers.<\/p>\n\n\n\n

Active Directory (AD) Exploitation<\/h3>\n\n\n\n

Active Directory (AD) is a critical component of a Windows environment. It manages and stores information about a network\u2019s users and their privileges, making it a prime target for lateral movement attacks. Once an attacker gains access to AD, they can manipulate it to escalate privileges, modify access controls, and even create new accounts with extensive permissions.<\/p>\n\n\n\n

Attackers often exploit misconfigurations or weak security practices within AD. For example, overly permissive access controls or weak passwords can allow an attacker to gain unauthorized access. Once inside, the attacker can move laterally throughout the network, exploiting the inherent trust relationships within AD.<\/p>\n\n\n\n

Abundance of Tools and Scripts<\/h3>\n\n\n\n

The third reason why Windows environments are often targeted for lateral movement attacks is the abundance of tools and scripts available. Many of these tools are legitimate administration tools, such as PowerShell, that can be exploited by attackers for malicious purposes.<\/p>\n\n\n\n

PowerShell, for instance, is a powerful scripting language and command-line shell that’s used for system administration. It provides full access to COM and WMI, enabling administrators to perform administrative tasks on both local and remote Windows systems. However, PowerShell can also be exploited by attackers to execute malicious scripts and move laterally across a network.<\/p>\n\n\n\n

Methods of Lateral Movement in Windows <\/h2>\n\n\n\n

Credential Dumping<\/h3>\n\n\n\n

Credential dumping is a common method used in lateral movement attacks. In this technique, attackers extract (or “dump”) credentials from the memory of a system. The dumped credentials can include usernames, passwords, and NTLM hashes, which can then be used to authenticate to other systems on the network.<\/p>\n\n\n\n

There are various tools available for credential dumping, with Mimikatz being one of the most well-known. Introduced by Benjamin Delpy, Mimikatz is a potent tool capable of extracting plaintexts passwords, hash, PIN codes, and Kerberos tickets from memory.<\/p>\n\n\n\n

Pass-the-Hash<\/h3>\n\n\n\n

Pass-the-Hash is another popular lateral movement technique. In this method, attackers use a valid NTLM hash of a user’s password to authenticate to a remote server or service. The advantage of this technique is that the attacker doesn’t need to know the plaintext password.<\/p>\n\n\n\n

This technique takes advantage of the way Windows handles authentication. When a user logs in, Windows generates an NTLM hash of the password, which is then stored in memory. If an attacker can access this hash, they can use it to authenticate to other systems, allowing them to move laterally across the network.<\/p>\n\n\n\n

Remote Desktop Protocol (RDP)<\/h3>\n\n\n\n

Remote Desktop Protocol (RDP) is a frequent method used for lateral movement. RDP is a protocol developed by Microsoft that provides a graphical interface for a user to connect to another computer over a network.<\/p>\n\n\n\n

Attackers can exploit RDP to move laterally across a network. Once an attacker has compromised a system, they can use RDP to connect to other systems on the network. By doing this, the attacker can effectively jump from system to system, gaining access to sensitive data and resources along the way.<\/p>\n\n\n\n

SMB Exploits<\/h3>\n\n\n\n

Server Message Block (SMB) is a core component of Windows networking, facilitating file sharing and printer access among other things. However, it’s also a prime target for attackers seeking to execute lateral movement. SMB exploits allow cybercriminals to propagate malware across networks, infecting multiple systems simultaneously.<\/p>\n\n\n\n

One of the most notorious SMB exploits is the EternalBlue vulnerability, which was used in the widespread WannaCry ransomware attack. Once an attacker has gained access to one machine in the network, they can exploit the SMB protocol to move laterally and compromise other connected systems. Understanding these exploits is therefore paramount for any cybersecurity professional.<\/p>\n\n\n\n

PowerShell Scripts<\/h3>\n\n\n\n

PowerShell is a powerful scripting language and shell framework primarily used for automated administration of Windows systems. However, it’s also a popular tool among cyber attackers for performing lateral movement.<\/p>\n\n\n\n

Attackers can use PowerShell scripts to remotely execute commands, manipulate system settings, and even download and run malicious code. The versatility of PowerShell makes it an attractive tool for cybercriminals, and its misuse forms a significant part of the lateral movement threat landscape.<\/p>\n\n\n\n

WMI Exploits<\/h3>\n\n\n\n

Windows Management Instrumentation (WMI) is another integral component of the Windows ecosystem that can be exploited for lateral movement. WMI is used for tasks such as system management, monitoring, and event notification, but its extensive capabilities can also be turned against the system.<\/p>\n\n\n\n

WMI exploits often involve the use of scripts or embedded code to manipulate system settings or execute malicious commands. Like PowerShell, WMI is a powerful tool that, when in the wrong hands, can be used for nefarious purposes.<\/p>\n\n\n\n

Mitigation Strategies of Lateral Movement in Windows Environments <\/h2>\n\n\n\n

Least Privilege Access<\/h3>\n\n\n\n

One of the most effective strategies to mitigate lateral movement is implementing the principle of least privilege (PoLP). This means that users are given the minimum levels of access \u2013 or permissions \u2013 they need to perform their work.<\/p>\n\n\n\n

By restricting privileges, even if an attacker compromises a user account, they can’t easily move laterally or escalate their privileges without additional effort. Implementing PoLP is a straightforward yet powerful mitigation strategy that can significantly reduce the risk of lateral movement.<\/p>\n\n\n\n

Network Segmentation<\/h3>\n\n\n\n

Network segmentation is another effective strategy for preventing lateral movement. By dividing the network into smaller, isolated segments, you can limit an attacker’s ability to move laterally.<\/p>\n\n\n\n

If an attacker gains access to one segment, they’re confined to that area and can’t easily access other parts of the network. This not only prevents them from accessing sensitive data but also makes it easier to contain and eliminate the threat.<\/p>\n\n\n\n

Multi-Factor Authentication (MFA)<\/h3>\n\n\n\n

Multi-factor authentication (MFA) is a security measure that requires users to provide two or more verification factors to gain access to a resource. Implementing MFA can significantly reduce the risk of lateral movement by adding an additional layer of security.<\/p>\n\n\n\n

Even if an attacker manages to steal a user’s credentials, they’ll be unable to gain access without the second factor, such as a mobile device or biometric data. This can stop an attack in its tracks and prevent lateral movement across the network.<\/p>\n\n\n\n

Endpoint Security Solutions<\/h3>\n\n\n\n

Endpoint security solutions are designed to protect network endpoints \u2013 the places where an attacker can gain access to your network. These solutions include antivirus software, firewalls, and intrusion detection systems.<\/p>\n\n\n\n

By protecting the endpoints, you can prevent initial access and subsequent lateral movement. Endpoint security solutions are an essential part of the mitigation strategy and should be used in conjunction with other measures for maximum effectiveness.<\/p>\n\n\n\n

Log Monitoring and Analysis<\/h3>\n\n\n\n

Log monitoring and analysis is a proactive strategy that can help you detect and respond to lateral movement quickly. By continuously monitoring your system logs, you can identify unusual activity that could indicate an attack.<\/p>\n\n\n\n

Once an anomaly is detected, you can analyze the logs to determine the nature of the threat, its source, and its potential impact. This allows you to respond promptly and effectively, limiting the damage caused by lateral movement.<\/p>\n\n\n\n

Training and Awareness<\/h3>\n\n\n\n

Finally, one of the most important mitigation strategies is training and awareness. Many attacks begin with a successful phishing attempt or other forms of social engineering. By training your staff to recognize and avoid these threats, you can drastically reduce the risk of an attacker gaining initial access to your network.<\/p>\n\n\n\n

Additionally, training should also focus on best practices for secure behavior, such as not sharing passwords, locking computers when not in use, and reporting any suspicious activity. By fostering a culture of security awareness, you can create a human firewall against lateral movement.<\/p>\n\n\n\n

Conclusion<\/h2>\n\n\n\n

In conclusion, understanding lateral movement and its methods is key to protecting your network from cyber threats. By implementing the mitigation strategies outlined above, you can significantly reduce the risk of lateral movement and safeguard your valuable data. Remember, the best defense is a good offense \u2013 so stay informed, stay vigilant, and stay one step ahead of the attackers.<\/p>\n\n\n\n

<\/p>\n\n\n\n

Author Bio: Gilad David Maayan<\/strong><\/p>\n\n\n\n

\"Gilad<\/figure>\n\n\n\n

Gilad David Maayan is a technology writer who has worked with over 150 technology companies including SAP, Imperva, Samsung NEXT, NetApp and Check Point, producing technical and thought leadership content that elucidates technical solutions for developers and IT leadership. Today he heads Agile SEO<\/a>, the leading marketing agency in the technology industry.<\/p>\n\n\n\n

LinkedIn: https:\/\/www.linkedin.com\/in\/giladdavidmaayan\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"

What Is Lateral Movement?  lateral movement is a cyber-attack technique that enables an attacker to move through a network in search of critical data and assets after gaining initial access. The main objective is to gain control of the network by searching for information or access that can be exploited further. The risk associated with […]<\/p>\n","protected":false},"author":7,"featured_media":31687,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"yoast_head":"\nLateral Movement in Windows Environments<\/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:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lateral Movement in Windows Environments\" \/>\n<meta property=\"og:description\" content=\"What Is Lateral Movement?  lateral movement is a cyber-attack technique that enables an attacker to move through a network in search of critical data and assets after gaining initial access. The main objective is to gain control of the network by searching for information or access that can be exploited further. The risk associated with […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/\" \/>\n<meta property=\"og:site_name\" content=\"My Windows Hub\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-27T14:09:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-27T14:09:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mywindowshub.com\/wp-content\/uploads\/2023\/09\/Windows-environment-lateral-movement.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"574\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Guest\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Guest\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/\"},\"author\":{\"name\":\"Guest\",\"@id\":\"https:\/\/mywindowshub.com\/#\/schema\/person\/eb97f60e36922248a89dcb2fa37c4a1c\"},\"headline\":\"Lateral Movement in Windows Environments\",\"datePublished\":\"2023-09-27T14:09:46+00:00\",\"dateModified\":\"2023-09-27T14:09:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/\"},\"wordCount\":1662,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/mywindowshub.com\/#organization\"},\"articleSection\":[\"Featured\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/\",\"url\":\"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/\",\"name\":\"Lateral Movement in Windows Environments\",\"isPartOf\":{\"@id\":\"https:\/\/mywindowshub.com\/#website\"},\"datePublished\":\"2023-09-27T14:09:46+00:00\",\"dateModified\":\"2023-09-27T14:09:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mywindowshub.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lateral Movement in Windows Environments\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mywindowshub.com\/#website\",\"url\":\"https:\/\/mywindowshub.com\/\",\"name\":\"My Windows Hub\",\"description\":\"Windows tutorials, themes, news and updates\",\"publisher\":{\"@id\":\"https:\/\/mywindowshub.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mywindowshub.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/mywindowshub.com\/#organization\",\"name\":\"mywindowshub.com\",\"url\":\"https:\/\/mywindowshub.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mywindowshub.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mywindowshub.com\/wp-content\/uploads\/2018\/07\/mywindows.png\",\"contentUrl\":\"https:\/\/mywindowshub.com\/wp-content\/uploads\/2018\/07\/mywindows.png\",\"width\":494,\"height\":149,\"caption\":\"mywindowshub.com\"},\"image\":{\"@id\":\"https:\/\/mywindowshub.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/mywindowshub.com\/#\/schema\/person\/eb97f60e36922248a89dcb2fa37c4a1c\",\"name\":\"Guest\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mywindowshub.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5e82b5efe560bc754fc3f7ff9c846ad3?s=96&d=wavatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5e82b5efe560bc754fc3f7ff9c846ad3?s=96&d=wavatar&r=g\",\"caption\":\"Guest\"},\"url\":\"https:\/\/mywindowshub.com\/author\/guest\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Lateral Movement in Windows Environments","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:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/","og_locale":"en_US","og_type":"article","og_title":"Lateral Movement in Windows Environments","og_description":"What Is Lateral Movement?  lateral movement is a cyber-attack technique that enables an attacker to move through a network in search of critical data and assets after gaining initial access. The main objective is to gain control of the network by searching for information or access that can be exploited further. The risk associated with […]","og_url":"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/","og_site_name":"My Windows Hub","article_published_time":"2023-09-27T14:09:46+00:00","article_modified_time":"2023-09-27T14:09:49+00:00","og_image":[{"width":1170,"height":574,"url":"https:\/\/mywindowshub.com\/wp-content\/uploads\/2023\/09\/Windows-environment-lateral-movement.png","type":"image\/png"}],"author":"Guest","twitter_misc":{"Written by":"Guest","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/#article","isPartOf":{"@id":"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/"},"author":{"name":"Guest","@id":"https:\/\/mywindowshub.com\/#\/schema\/person\/eb97f60e36922248a89dcb2fa37c4a1c"},"headline":"Lateral Movement in Windows Environments","datePublished":"2023-09-27T14:09:46+00:00","dateModified":"2023-09-27T14:09:49+00:00","mainEntityOfPage":{"@id":"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/"},"wordCount":1662,"commentCount":0,"publisher":{"@id":"https:\/\/mywindowshub.com\/#organization"},"articleSection":["Featured"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/","url":"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/","name":"Lateral Movement in Windows Environments","isPartOf":{"@id":"https:\/\/mywindowshub.com\/#website"},"datePublished":"2023-09-27T14:09:46+00:00","dateModified":"2023-09-27T14:09:49+00:00","breadcrumb":{"@id":"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mywindowshub.com\/lateral-movement-in-windows-environments\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mywindowshub.com\/"},{"@type":"ListItem","position":2,"name":"Lateral Movement in Windows Environments"}]},{"@type":"WebSite","@id":"https:\/\/mywindowshub.com\/#website","url":"https:\/\/mywindowshub.com\/","name":"My Windows Hub","description":"Windows tutorials, themes, news and updates","publisher":{"@id":"https:\/\/mywindowshub.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mywindowshub.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mywindowshub.com\/#organization","name":"mywindowshub.com","url":"https:\/\/mywindowshub.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mywindowshub.com\/#\/schema\/logo\/image\/","url":"https:\/\/mywindowshub.com\/wp-content\/uploads\/2018\/07\/mywindows.png","contentUrl":"https:\/\/mywindowshub.com\/wp-content\/uploads\/2018\/07\/mywindows.png","width":494,"height":149,"caption":"mywindowshub.com"},"image":{"@id":"https:\/\/mywindowshub.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/mywindowshub.com\/#\/schema\/person\/eb97f60e36922248a89dcb2fa37c4a1c","name":"Guest","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mywindowshub.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5e82b5efe560bc754fc3f7ff9c846ad3?s=96&d=wavatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5e82b5efe560bc754fc3f7ff9c846ad3?s=96&d=wavatar&r=g","caption":"Guest"},"url":"https:\/\/mywindowshub.com\/author\/guest\/"}]}},"_links":{"self":[{"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/posts\/31685"}],"collection":[{"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/comments?post=31685"}],"version-history":[{"count":1,"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/posts\/31685\/revisions"}],"predecessor-version":[{"id":31688,"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/posts\/31685\/revisions\/31688"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/media\/31687"}],"wp:attachment":[{"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/media?parent=31685"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/categories?post=31685"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mywindowshub.com\/wp-json\/wp\/v2\/tags?post=31685"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}