{"id":341130,"date":"2021-09-18T18:00:23","date_gmt":"2021-09-18T15:00:23","guid":{"rendered":"https:\/\/en.buradabiliyorum.com\/computer-vision-can-help-spot-cyber-threats-with-startling-accuracy\/"},"modified":"2021-09-18T18:00:23","modified_gmt":"2021-09-18T15:00:23","slug":"computer-vision-can-help-spot-cyber-threats-with-startling-accuracy","status":"publish","type":"post","link":"https:\/\/buradabiliyorum.com\/en\/computer-vision-can-help-spot-cyber-threats-with-startling-accuracy\/","title":{"rendered":"#Computer vision can help spot cyber threats with startling accuracy"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_85 counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<label for=\"ez-toc-cssicon-toggle-item-6a3ac4639ff72\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #dd3333;color:#dd3333\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #dd3333;color:#dd3333\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-6a3ac4639ff72\" checked aria-label=\"Toggle\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/buradabiliyorum.com\/en\/computer-vision-can-help-spot-cyber-threats-with-startling-accuracy\/#Detecting_malware_with_deep_learning\" >Detecting malware with deep learning<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/buradabiliyorum.com\/en\/computer-vision-can-help-spot-cyber-threats-with-startling-accuracy\/#Detecting_phishing_websites_with_deep_learning\" >Detecting phishing websites with deep learning<\/a><\/li><\/ul><\/nav><\/div>\n<p>&#8220;<strong>#Computer vision can help spot cyber threats with startling accuracy<\/strong>&#8221;<\/p>\n<div><em>This article is part of our <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/bdtechtalks.com\/tag\/ai-research-papers\/\">reviews of AI research papers<\/a>, a <a href=\"https:\/\/buradabiliyorum.com\/en\/category\/watch-movies-tv-seriess\/\" data-internallinksmanager029f6b8e52c=\"8\" title=\"Watch Movies &amp; TV Series\" target=\"_blank\" rel=\"noopener\">series<\/a> of posts that explore the latest findings in artificial intelligence.<\/em><\/p>\n<p>The last decade\u2019s growing interest in <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/bdtechtalks.com\/2021\/01\/28\/deep-learning-explainer\/\">deep learning<\/a> was triggered by the proven capacity of neural networks in computer vision tasks. If you train a neural network with enough labeled photos of cats and dogs, it will be able to find recurring patterns in each category and classify unseen images with decent accuracy.<\/p>\n<p>What else can you do with an image classifier?<\/p>\n<p>In 2019, a group of cybersecurity researchers wondered if they could treat security threat detection as an image classification problem. Their intuition proved to be well-placed, and they were able to create a machine learning model that could detect malware based on images created from the content of <a href=\"https:\/\/buradabiliyorum.com\/en\/category\/download-scripts-themes-apps\/\" data-internallinksmanager029f6b8e52c=\"9\" title=\"Download Scripts &amp; Themes &amp; Apps\" target=\"_blank\" rel=\"noopener\">app<\/a>lication files. A year later, the same technique was used to develop a machine learning system that detects phishing websites.<\/p>\n<p>The combination of binary visualization and machine learning is a powerful technique that can provide new solutions to old problems. It is showing promise in cybersecurity, but it could also be applied to other domains.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Detecting_malware_with_deep_learning\"><\/span>Detecting malware with deep learning<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The traditional way to detect malware is to search files for known signatures of malicious payloads. Malware detectors maintain a database of virus definitions which include opcode sequences or code snippets, and they search new files for the presence of these signatures. Unfortunately, malware developers can easily circumvent such detection methods using different techniques such as obfuscating their code or using polymorphism techniques to mutate their code at runtime.<\/p>\n<p>Dynamic analysis tools try to detect malicious behavior during runtime, but they are slow and require the setup of a sandbox environment to test suspicious programs.<\/p>\n<p>In recent years, researchers have also tried a range of <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/bdtechtalks.com\/2019\/07\/29\/machine-learning-ai-cybersecurity\/\">machine learning techniques<\/a> to detect malware. These ML models have managed to make progress on some of the challenges of malware detection, including code obfuscation. But they present new challenges, including the need to learn too many features and a virtual environment to analyze the target samples.<\/p>\n<p>Binary visualization can redefine malware detection by turning it into a computer vision problem. In this methodology, files are run through algorithms that transform binary and ASCII values to color codes.<\/p>\n<p>In a <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/arxiv.org\/abs\/1904.00859\">paper published in 2019<\/a>, researchers at the University of Plymouth and the University of Peloponnese showed that when benign and malicious files were visualized using this method, new patterns emerge that separate malicious and safe files. These differences would have gone unnoticed using classic malware detection methods.<\/p>\n<figure class=\"post-image post-mediaBleed aligncenter\"><img decoding=\"async\" loading=\"lazy\" alt=\"malware binary visualization\" width=\"512\" height=\"263\" class=\"js-lazy\" src=\"https:\/\/i2.wp.com\/bdtechtalks.com\/wp-content\/uploads\/2021\/09\/malware-binary-visualization.jpg?resize=512%2C263&amp;ssl=1\"\/><figcaption><a rel=\"nofollow noopener\" target=\"_blank\" href=\"#\" data-url=\"https:\/\/twitter.com\/intent\/tweet?url=https%3A%2F%2Feditorial.thenextweb.com%2Fneural%2F2021%2F09%2F18%2Fcomputer-vision-help-spot-cyber-threats-startling-accuracy-syndication%2F&amp;via=thenextweb&amp;related=thenextweb&amp;text=Check out this picture on: When the contents of binary files are visualized, patterns emerge that separate malware from safe files.\" data-title=\"Share When the contents of binary files are visualized, patterns emerge that separate malware from safe files. on Twitter\" data-width=\"685\" data-height=\"500\" class=\"post-image-share popitup\" title=\"Share When the contents of binary files are visualized, patterns emerge that separate malware from safe files. on Twitter\"><i class=\"icon icon--inline icon--twitter--dark\"\/><\/a>When the contents of binary files are visualized, patterns emerge that separate malware from safe files.<\/figcaption><noscript><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i2.wp.com\/bdtechtalks.com\/wp-content\/uploads\/2021\/09\/malware-binary-visualization.jpg?resize=512%2C263&amp;ssl=1\" alt=\"malware binary visualization\" width=\"512\" height=\"263\" class=\"\" srcset=\"\"\/><\/noscript><\/figure>\n<p>According to the paper, \u201cMalicious files have a tendency for often including ASCII characters of various categories, presenting a colorful image, while benign files have a cleaner picture and distribution of values.\u201d<\/p>\n<p>When you have such detectable patterns, you can train an <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/bdtechtalks.com\/2019\/08\/05\/what-is-artificial-neural-network-ann\/\">artificial neural network<\/a> to tell the difference between malicious and safe files. The researchers created a dataset of visualized binary files that included both benign and malign files. The dataset contained a variety of malicious payloads (viruses, worms, trojans, rootkits, etc.) and file types (.exe, .doc, .pdf, .txt, etc.).<\/p>\n<p>The researchers then used the images to train a classifier neural network. The architecture they used is the self-organizing incremental neural network (SOINN), which is fast and is especially good at dealing with noisy data. They also used an image preprocessing technique to shrink the binary images into 1,024-dimension feature vectors, which makes it much easier and compute-efficient to learn patterns in the input data.<\/p>\n<figure class=\"post-image post-mediaBleed aligncenter\"><img decoding=\"async\" loading=\"lazy\" alt=\"malware detection with deep learning architecture\" width=\"512\" height=\"257\" class=\"js-lazy\" src=\"https:\/\/i0.wp.com\/bdtechtalks.com\/wp-content\/uploads\/2021\/09\/malware-detection-with-deep-learning-architecture.png?resize=512%2C257&amp;ssl=1\"\/><figcaption><a rel=\"nofollow noopener\" target=\"_blank\" href=\"#\" data-url=\"https:\/\/twitter.com\/intent\/tweet?url=https%3A%2F%2Feditorial.thenextweb.com%2Fneural%2F2021%2F09%2F18%2Fcomputer-vision-help-spot-cyber-threats-startling-accuracy-syndication%2F&amp;via=thenextweb&amp;related=thenextweb&amp;text=Check out this picture on: Architecture of deep learning system that detects malware from binary visualization.\" data-title=\"Share Architecture of deep learning system that detects malware from binary visualization. on Twitter\" data-width=\"685\" data-height=\"500\" class=\"post-image-share popitup\" title=\"Share Architecture of deep learning system that detects malware from binary visualization. on Twitter\"><i class=\"icon icon--inline icon--twitter--dark\"\/><\/a>Architecture of deep learning system that detects malware from binary visualization.<\/figcaption><noscript><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/bdtechtalks.com\/wp-content\/uploads\/2021\/09\/malware-detection-with-deep-learning-architecture.png?resize=512%2C257&amp;ssl=1\" alt=\"malware detection with deep learning architecture\" width=\"512\" height=\"257\" class=\"\" srcset=\"\"\/><\/noscript><\/figure>\n<p>The resulting neural network was efficient enough to compute a training dataset with 4,000 samples in 15 seconds on a personal workstation with an Intel Core i5 processor.<\/p>\n<p>Experiments by the researchers showed that the deep learning model was especially good at detecting malware in .doc and .pdf files, which are the preferred medium for <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/bdtechtalks.com\/2016\/03\/25\/the-beginners-guide-to-ransomware\/\">ransomware attacks<\/a>. The researchers suggested that the model\u2019s performance can be improved if it is adjusted to take the filetype as one of its learning dimensions. Overall, the algorithm achieved an average detection rate of around 74 percent.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Detecting_phishing_websites_with_deep_learning\"><\/span>Detecting phishing websites with deep learning<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/bdtechtalks.com\/2017\/04\/21\/what-is-phishing-and-spear-phishing\/\">Phishing attacks<\/a> are becoming a growing problem for organizations and individuals. Many phishing attacks trick the victims into clicking on a link to a malicious website that poses as a legitimate service, where they end up entering sensitive information such as credentials or financial information.<\/p>\n<p>Traditional approaches for detecting phishing websites revolve around blacklisting malicious domains or whitelisting safe domains. The former method misses new phishing websites until someone falls victim, and the latter is too restrictive and requires extensive efforts to provide access to all safe domains.<\/p>\n<p>Other detection methods rely on heuristics. These methods are more accurate than blacklists, but they still fall short of providing optimal detection.<\/p>\n<p>In 2020, a group of researchers at the University of Plymouth and the University of Portsmouth used binary visualization and deep learning to develop a <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/arxiv.org\/ftp\/arxiv\/papers\/2108\/2108.13333.pdf\">novel method for detecting phishing websites<\/a>.<\/p>\n<p>The technique uses binary visualization libraries to transform website markup and source code into color values.<\/p>\n<figure class=\"post-image post-mediaBleed aligncenter\"><img decoding=\"async\" class=\"aligncenter js-lazy\" alt=\"html-to-color\" src=\"https:\/\/i2.wp.com\/bdtechtalks.com\/wp-content\/uploads\/2021\/09\/html-to-color.jpg?resize=467%2C416&amp;ssl=1\"\/><noscript><img decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/i2.wp.com\/bdtechtalks.com\/wp-content\/uploads\/2021\/09\/html-to-color.jpg?resize=467%2C416&amp;ssl=1\" alt=\"html-to-color\" srcset=\"\"\/><\/noscript><\/figure>\n<p>As is the case with benign and malign application files, when visualizing websites, unique patterns emerge that separate safe and malicious websites. The researchers write, \u201cThe legitimate site has a more detailed RGB value because it would be constructed from additional characters sourced from licenses, hyperlinks, and detailed data entry forms.<\/p>\n<p>Whereas the phishing counterpart would <a href=\"https:\/\/buradabiliyorum.com\/en\/category\/general\/\" data-internallinksmanager029f6b8e52c=\"3\" title=\"General\" target=\"_blank\" rel=\"noopener\">general<\/a>ly contain a single or no CSS reference, multiple images rather than forms and a single login form with no security scripts. This would create a smaller data input string when scraped.\u201d<\/p>\n<p>The example below shows the visual representation of the code of the legitimate PayPal login compared to a fake phishing PayPal website.<\/p>\n<figure class=\"post-image post-mediaBleed aligncenter\"><img decoding=\"async\" class=\"aligncenter js-lazy\" alt=\"fake vs legitimate paypal login page\" src=\"https:\/\/i1.wp.com\/bdtechtalks.com\/wp-content\/uploads\/2021\/09\/fake-vs-legitimate-paypal-login-page.jpg?resize=512%2C345&amp;ssl=1\"\/><noscript><img decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/i1.wp.com\/bdtechtalks.com\/wp-content\/uploads\/2021\/09\/fake-vs-legitimate-paypal-login-page.jpg?resize=512%2C345&amp;ssl=1\" alt=\"fake vs legitimate paypal login page\" srcset=\"\"\/><\/noscript><\/figure>\n<p>The researchers created a dataset of images representing the code of legitimate and malicious websites and used it to train a classification machine learning model.<\/p>\n<p>The architecture they used is MobileNet, a lightweight <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/bdtechtalks.com\/2020\/01\/06\/convolutional-neural-networks-cnn-convnets\/\">convolutional neural network (CNN)<\/a> that is optimized to run on user devices instead of high-capacity cloud servers. CNNs are especially suited for <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/bdtechtalks.com\/2019\/12\/30\/computer-vision-applications-deep-learning\/\">computer vision<\/a> tasks including image classification and object detection.<\/p>\n<p>Once the model is trained, it is plugged into a phishing detection tool. When the user stumbles on a new website, it first checks whether the URL is included in its database of malicious domains. If it\u2019s a new domain, then it is transformed through the visualization algorithm and run through the neural network to check if it has the patterns of malicious websites. This two-step architecture makes sure the system uses the speed of blacklist databases and the smart detection of the neural network\u2013based phishing detection technique.<\/p>\n<p>The researchers\u2019 experiments showed that the technique could detect phishing websites with 94 percent accuracy. \u201cUsing visual representation techniques allows to obtain an insight into the structural differences between legitimate and phishing web pages. From our initial experimental results, the method seems promising and being able to fast detection of phishing attacker with high accuracy. Moreover, the method learns from the misclassifications and improves its efficiency,\u201d the researchers wrote.<\/p>\n<figure class=\"post-image post-mediaBleed aligncenter\"><img decoding=\"async\" loading=\"lazy\" alt=\"website phishing detection machine learning architecture\" width=\"696\" height=\"296\" class=\"js-lazy\" src=\"https:\/\/i1.wp.com\/bdtechtalks.com\/wp-content\/uploads\/2021\/09\/website-phishing-detection-machine-learning-architecture.jpg?resize=696%2C296&amp;ssl=1\"\/><figcaption><a rel=\"nofollow noopener\" target=\"_blank\" href=\"#\" data-url=\"https:\/\/twitter.com\/intent\/tweet?url=https%3A%2F%2Feditorial.thenextweb.com%2Fneural%2F2021%2F09%2F18%2Fcomputer-vision-help-spot-cyber-threats-startling-accuracy-syndication%2F&amp;via=thenextweb&amp;related=thenextweb&amp;text=Check out this picture on: Architecture of deep learning system that detects phishing websites through binary visualization\" data-title=\"Share Architecture of deep learning system that detects phishing websites through binary visualization on Twitter\" data-width=\"685\" data-height=\"500\" class=\"post-image-share popitup\" title=\"Share Architecture of deep learning system that detects phishing websites through binary visualization on Twitter\"><i class=\"icon icon--inline icon--twitter--dark\"\/><\/a>Architecture of deep learning system that detects phishing websites through binary visualization<\/figcaption><noscript><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i1.wp.com\/bdtechtalks.com\/wp-content\/uploads\/2021\/09\/website-phishing-detection-machine-learning-architecture.jpg?resize=696%2C296&amp;ssl=1\" alt=\"website phishing detection machine learning architecture\" width=\"696\" height=\"296\" class=\"\" srcset=\"\"\/><\/noscript><\/figure>\n<p><a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/portswigger.net\/daily-swig\/machine-learning-technique-detects-phishing-sites-based-on-markup-visualization\">I recently spoke to Stavros Shiaeles<\/a>, cybersecurity lecturer at the University of Portsmouth and co-author of both papers. According to Shiaeles, the researchers are now in the process of preparing the technique for adoption in real-world applications.<\/p>\n<p>Shiaeles is also exploring the use of binary visualization and machine learning to detect malware traffic in <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/bdtechtalks.com\/2017\/09\/27\/what-is-iot-internet-of-things\/\">IoT networks<\/a>.<\/p>\n<p>As machine learning continues to make progress, it will provide scientists new tools to address cybersecurity challenges. Binary visualization shows that with enough creativity and rigor, we can find novel solutions to old problems.<\/p>\n<p><i><span>This article was originally published by Ben Dickson on\u00a0<\/span><\/i><a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/bdtechtalks.com\/\"><i><span>TechTalks<\/span><\/i><\/a><i><span>, a publication that examines trends in <a href=\"https:\/\/buradabiliyorum.com\/en\/category\/technology\/\" data-internallinksmanager029f6b8e52c=\"4\" title=\"Technology\" target=\"_blank\" rel=\"noopener\">technology<\/a>, how they affect the way we live and do business, and the problems they solve. But we also discuss the evil side of technology, the darker implications of new tech, and what we need to look out for. You can read the original article\u00a0<a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/bdtechtalks.com\/2021\/09\/10\/computer-vision-deep-learning-threat-detection\/\">here<\/a>.<\/span><\/i><\/p>\n<\/div>\n<p><script async src=\"\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><\/p>\n<blockquote><p><strong><span style=\"color: #ff6600;\">If you liked the article, do not forget to share it with your friends. Follow us on\u00a0<span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"https:\/\/news.google.com\/publications\/CAAqBwgKMLG0nwswvr63Aw\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Google News<\/a><\/span>\u00a0too, click on the star and choose us from your favorites.<\/span><\/strong><\/p><\/blockquote>\n<blockquote>\n<p style=\"text-align: center;\">For forums sites go to <span style=\"color: #ff9900;\"><a style=\"color: #ff9900;\" href=\"https:\/\/forum.buradabiliyorum.com\/\" target=\"_blank\" rel=\"noopener\">Forum.BuradaBiliyorum.Com<\/a><\/span><\/strong>\n<\/p><\/blockquote>\n<blockquote>\n<p style=\"text-align: center;\"><strong>If you want to read more like this article, you can visit our <span style=\"color: #ff9900;\"><a style=\"color: #ff9900;\" href=\"https:\/\/en.buradabiliyorum.com\/technology\/\" target=\"_blank\" rel=\"noopener\">Technology category.<\/a><\/span><\/strong><\/p>\n<\/blockquote>\n<p><span style=\"color: black;\"><a style=\"color: #ff9900;\" href=\"https:\/\/thenextweb.com\/news\/computer-vision-help-spot-cyber-threats-startling-accuracy-syndication\" target=\"_blank\" rel=\"noopener\">Source<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#8220;#Computer vision can help spot cyber threats with startling accuracy&#8221; This article is part of our reviews of AI research papers, a series of posts that explore the latest findings in artificial intelligence. The last decade\u2019s growing interest in deep learning was triggered by the proven capacity of neural networks in computer vision tasks. If&#8230;<\/p>\n","protected":false},"author":1,"featured_media":341131,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/img-cdn.tnwcdn.com\/image\/neural?filter_last=1&fit=1280,640&url=https:\/\/cdn0.tnwcdn.com\/wp-content\/blogs.dir\/1\/files\/2021\/09\/malicious-code-4036349_1920-hed.jpg&signature=a4274c2ddc0d9d90c7894df0e316eebf","fifu_image_alt":"","footnotes":""},"categories":[18],"tags":[],"class_list":["post-341130","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology"],"_links":{"self":[{"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/posts\/341130","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/comments?post=341130"}],"version-history":[{"count":0,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/posts\/341130\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/media\/341131"}],"wp:attachment":[{"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/media?parent=341130"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/categories?post=341130"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/tags?post=341130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}