{"id":11613,"date":"2021-03-03T07:57:38","date_gmt":"2021-03-03T05:57:38","guid":{"rendered":"https:\/\/techmoz.net\/?p=11613"},"modified":"2021-03-03T13:15:57","modified_gmt":"2021-03-03T11:15:57","slug":"tutorial-how-to-perform-dns-lookup-in-the-command-line","status":"publish","type":"post","link":"https:\/\/techmoz.net\/en\/tutorial-how-to-perform-dns-lookup-in-the-command-line\/","title":{"rendered":"TUTORIAL: How to perform DNS lookup in the command-line"},"content":{"rendered":"<p>One of the common things we do during web development and beyond is to perform DNS lookup on a given domain. Usually, we do this using online services like <a href=\"https:\/\/mxtoolbox.com\/DNSLookup.aspx\" target=\"_blank\" rel=\"noopener\">MX-Toolbox<\/a>, but, did you know that we can perform DNS lookup right in the command-line? Even better, did you know that this functionality is already available as a native tool in Unix based systems like Ubuntu? In this tutorial i will show you how to do this, and how to enhance it&#8217;s output.<\/p>\n<h3>The Linux dig command to perform DNS Lookup<\/h3>\n<p>On any Unix based system like Ubuntu or Debian, you can just use dig command to perform DNS lookup on any domain.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\ndig hostmoz.test\r\n<\/pre>\n<p>The output of this command will be something like the image below:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-11614\" src=\"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dig-dns-lookup-command.png\" alt=\"\" width=\"950\" height=\"531\" srcset=\"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dig-dns-lookup-command.png 950w, https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dig-dns-lookup-command-300x168.png 300w, https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dig-dns-lookup-command-768x429.png 768w\" sizes=\"auto, (max-width: 950px) 100vw, 950px\" \/><\/p>\n<p>Just like that we performed our lookup on a domain. If you like, you can pass extra options to the command to reduce it&#8217;s verbosity:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\ndig +noquestion +nostats +nocomments +nocmd hostmoz.test\r\n<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-11617\" src=\"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dig-dns-lookup-no-verbosity.png\" alt=\"\" width=\"959\" height=\"509\" srcset=\"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dig-dns-lookup-no-verbosity.png 959w, https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dig-dns-lookup-no-verbosity-300x159.png 300w, https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dig-dns-lookup-no-verbosity-768x408.png 768w\" sizes=\"auto, (max-width: 959px) 100vw, 959px\" \/><\/p>\n<h3>Enhancing Lookup output with\u00a0<strong>dog.<\/strong><\/h3>\n<p>If you like beautiful outputs on command line, you can use the\u00a0<strong>dog command-line DNS client<\/strong> to perform the same task. dog is not installed by default, but is available for free for all platforms(Windows, Linux, Mac OS) and it&#8217;s easy to install. You just need to <a href=\"https:\/\/techmoz.net\/en\/download\/dog-the-command-line-dns-client\/\" target=\"_blank\" rel=\"noopener\">download the binaries<\/a> using the Links below and add it to your path. On ubuntu you can copy the dog executable(the one on the bin folder) to \/usr\/bin. If you are on Windows, you can check this article to know how to had a folder to your path on Windows.<\/p>\n<p>The usage of\u00a0<strong>dog<\/strong> is similar to\u00a0<strong>dig,<\/strong> but by default <strong>dog<\/strong> hides all the verbosity and only returns reelevant information. dog also supports the DoT and DoH protocols, and can emit JSON. we can perform a DNS lookup on hostmoz.test by using this command:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\ndog hostmoz.test A NS MX TXT\r\n<\/pre>\n<p>The output will be something as pretty as this one:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-11619\" src=\"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dog-the-command-line-DNS-client-1.png\" alt=\"\" width=\"961\" height=\"507\" srcset=\"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dog-the-command-line-DNS-client-1.png 961w, https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dog-the-command-line-DNS-client-1-300x158.png 300w, https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dog-the-command-line-DNS-client-1-768x405.png 768w\" sizes=\"auto, (max-width: 961px) 100vw, 961px\" \/><\/p>\n<p>That&#8217;s it, there is no need to relay on online services to perform something as simple as domain lookup \ud83d\ude09<\/p>\n<p>You can download dog for Windows, Linux and Mac OS on the Links below<\/p>\n<p>[download id=&#8221;11605&#8243; template=&#8221;button&#8221; version_id=&#8221;11606&#8243;]<\/p>\n<p>[download id=&#8221;11605&#8243; template=&#8221;button&#8221; version_id=&#8221;11607&#8243;]<\/p>\n<p>[download id=&#8221;11605&#8243; template=&#8221;button&#8221; version_id=&#8221;11624&#8243;]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One of the common things we do during web development and beyond is to perform DNS lookup on a given domain. Usually, we do this using online services like MX-Toolbox, but, did you know that we can perform DNS lookup right in the command-line? Even better, did you know that this functionality is already available<\/p>\n","protected":false},"author":2,"featured_media":11619,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_dcms_eufi_img":"","footnotes":"","_links_to":"","_links_to_target":""},"categories":[963,952,1061,1063],"tags":[],"class_list":["post-11613","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles-2","category-highlights-2","category-linux-en","category-web-development-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>TUTORIAL: How to perform DNS lookup in the command-line - Techmoz<\/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:\/\/techmoz.net\/en\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TUTORIAL: How to perform DNS lookup in the command-line - Techmoz\" \/>\n<meta property=\"og:description\" content=\"One of the common things we do during web development and beyond is to perform DNS lookup on a given domain. Usually, we do this using online services like MX-Toolbox, but, did you know that we can perform DNS lookup right in the command-line? Even better, did you know that this functionality is already available\" \/>\n<meta property=\"og:url\" content=\"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/\" \/>\n<meta property=\"og:site_name\" content=\"Techmoz\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/hostmoz\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-03T05:57:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-03-03T11:15:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dog-the-command-line-DNS-client-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"961\" \/>\n\t<meta property=\"og:image:height\" content=\"507\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Elisio Leonardo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hostmoz\" \/>\n<meta name=\"twitter:site\" content=\"@hostmoz\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Elisio Leonardo\" \/>\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\",\"NewsArticle\"],\"@id\":\"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/\"},\"author\":{\"name\":\"Elisio Leonardo\",\"@id\":\"https:\/\/techmoz.net\/#\/schema\/person\/dcc2c00505441293925f0573bc996b09\"},\"headline\":\"TUTORIAL: How to perform DNS lookup in the command-line\",\"datePublished\":\"2021-03-03T05:57:38+00:00\",\"dateModified\":\"2021-03-03T11:15:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/\"},\"wordCount\":403,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/techmoz.net\/#organization\"},\"image\":{\"@id\":\"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dog-the-command-line-DNS-client-1.png\",\"articleSection\":[\"Articles\",\"Highlights\",\"Linux\",\"Web Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#respond\"]}],\"copyrightYear\":\"2021\",\"copyrightHolder\":{\"@id\":\"https:\/\/techmoz.net\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/\",\"url\":\"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/\",\"name\":\"TUTORIAL: How to perform DNS lookup in the command-line - Techmoz\",\"isPartOf\":{\"@id\":\"https:\/\/techmoz.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dog-the-command-line-DNS-client-1.png\",\"datePublished\":\"2021-03-03T05:57:38+00:00\",\"dateModified\":\"2021-03-03T11:15:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#primaryimage\",\"url\":\"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dog-the-command-line-DNS-client-1.png\",\"contentUrl\":\"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dog-the-command-line-DNS-client-1.png\",\"width\":961,\"height\":507},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/techmoz.net\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"TUTORIAL: How to perform DNS lookup in the command-line\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/techmoz.net\/#website\",\"url\":\"https:\/\/techmoz.net\/\",\"name\":\"Techmoz\",\"description\":\"O maior Portal de Tecnologia em Mo\u00e7ambique\",\"publisher\":{\"@id\":\"https:\/\/techmoz.net\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/techmoz.net\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/techmoz.net\/#organization\",\"name\":\"Hostmoz,Lda\",\"url\":\"https:\/\/techmoz.net\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/techmoz.net\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/techmoz.test\/wp-content\/uploads\/2023\/01\/techmoz-logo.png?fit=385%2C90&ssl=1\",\"contentUrl\":\"https:\/\/techmoz.test\/wp-content\/uploads\/2023\/01\/techmoz-logo.png?fit=385%2C90&ssl=1\",\"width\":385,\"height\":90,\"caption\":\"Hostmoz,Lda\"},\"image\":{\"@id\":\"https:\/\/techmoz.net\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/web.facebook.com\/hostmoz\",\"https:\/\/x.com\/hostmoz\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/techmoz.net\/#\/schema\/person\/dcc2c00505441293925f0573bc996b09\",\"name\":\"Elisio Leonardo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/techmoz.net\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/80182e0df20d39fd5938f02fa54113c599d04372d288dc811ea9d480830a94fd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/80182e0df20d39fd5938f02fa54113c599d04372d288dc811ea9d480830a94fd?s=96&d=mm&r=g\",\"caption\":\"Elisio Leonardo\"},\"description\":\"Elisio Leonardo is an experienced Web Developer, Solutions Architect, Digital Marketing Expert, and content producer with a passion for technology, artificial intelligence, web development, and entertainment. With nearly 15 years of writing engaging content on technology and entertainment, particularly Comic Book Movies, Elisio has become a trusted source of information in the digital landscape.\",\"url\":\"https:\/\/techmoz.net\/en\/author\/backstageel\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"TUTORIAL: How to perform DNS lookup in the command-line - Techmoz","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:\/\/techmoz.net\/en\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/","og_locale":"en_US","og_type":"article","og_title":"TUTORIAL: How to perform DNS lookup in the command-line - Techmoz","og_description":"One of the common things we do during web development and beyond is to perform DNS lookup on a given domain. Usually, we do this using online services like MX-Toolbox, but, did you know that we can perform DNS lookup right in the command-line? Even better, did you know that this functionality is already available","og_url":"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/","og_site_name":"Techmoz","article_publisher":"https:\/\/web.facebook.com\/hostmoz","article_published_time":"2021-03-03T05:57:38+00:00","article_modified_time":"2021-03-03T11:15:57+00:00","og_image":[{"width":961,"height":507,"url":"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dog-the-command-line-DNS-client-1.png","type":"image\/png"}],"author":"Elisio Leonardo","twitter_card":"summary_large_image","twitter_creator":"@hostmoz","twitter_site":"@hostmoz","twitter_misc":{"Written by":"Elisio Leonardo","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","NewsArticle"],"@id":"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#article","isPartOf":{"@id":"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/"},"author":{"name":"Elisio Leonardo","@id":"https:\/\/techmoz.net\/#\/schema\/person\/dcc2c00505441293925f0573bc996b09"},"headline":"TUTORIAL: How to perform DNS lookup in the command-line","datePublished":"2021-03-03T05:57:38+00:00","dateModified":"2021-03-03T11:15:57+00:00","mainEntityOfPage":{"@id":"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/"},"wordCount":403,"commentCount":0,"publisher":{"@id":"https:\/\/techmoz.net\/#organization"},"image":{"@id":"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#primaryimage"},"thumbnailUrl":"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dog-the-command-line-DNS-client-1.png","articleSection":["Articles","Highlights","Linux","Web Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#respond"]}],"copyrightYear":"2021","copyrightHolder":{"@id":"https:\/\/techmoz.net\/#organization"}},{"@type":"WebPage","@id":"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/","url":"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/","name":"TUTORIAL: How to perform DNS lookup in the command-line - Techmoz","isPartOf":{"@id":"https:\/\/techmoz.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#primaryimage"},"image":{"@id":"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#primaryimage"},"thumbnailUrl":"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dog-the-command-line-DNS-client-1.png","datePublished":"2021-03-03T05:57:38+00:00","dateModified":"2021-03-03T11:15:57+00:00","breadcrumb":{"@id":"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#primaryimage","url":"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dog-the-command-line-DNS-client-1.png","contentUrl":"https:\/\/techmoz.net\/wp-content\/uploads\/2021\/03\/dog-the-command-line-DNS-client-1.png","width":961,"height":507},{"@type":"BreadcrumbList","@id":"https:\/\/techmoz.net\/tutorial-como-fazer-dns-lookup-a-partir-da-linha-de-comando\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/techmoz.net\/en\/"},{"@type":"ListItem","position":2,"name":"TUTORIAL: How to perform DNS lookup in the command-line"}]},{"@type":"WebSite","@id":"https:\/\/techmoz.net\/#website","url":"https:\/\/techmoz.net\/","name":"Techmoz","description":"O maior Portal de Tecnologia em Mo\u00e7ambique","publisher":{"@id":"https:\/\/techmoz.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/techmoz.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/techmoz.net\/#organization","name":"Hostmoz,Lda","url":"https:\/\/techmoz.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/techmoz.net\/#\/schema\/logo\/image\/","url":"https:\/\/techmoz.test\/wp-content\/uploads\/2023\/01\/techmoz-logo.png?fit=385%2C90&ssl=1","contentUrl":"https:\/\/techmoz.test\/wp-content\/uploads\/2023\/01\/techmoz-logo.png?fit=385%2C90&ssl=1","width":385,"height":90,"caption":"Hostmoz,Lda"},"image":{"@id":"https:\/\/techmoz.net\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/web.facebook.com\/hostmoz","https:\/\/x.com\/hostmoz"]},{"@type":"Person","@id":"https:\/\/techmoz.net\/#\/schema\/person\/dcc2c00505441293925f0573bc996b09","name":"Elisio Leonardo","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/techmoz.net\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/80182e0df20d39fd5938f02fa54113c599d04372d288dc811ea9d480830a94fd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/80182e0df20d39fd5938f02fa54113c599d04372d288dc811ea9d480830a94fd?s=96&d=mm&r=g","caption":"Elisio Leonardo"},"description":"Elisio Leonardo is an experienced Web Developer, Solutions Architect, Digital Marketing Expert, and content producer with a passion for technology, artificial intelligence, web development, and entertainment. With nearly 15 years of writing engaging content on technology and entertainment, particularly Comic Book Movies, Elisio has become a trusted source of information in the digital landscape.","url":"https:\/\/techmoz.net\/en\/author\/backstageel\/"}]}},"_format-video":{"_last_editor_used_jetpack":["classic-editor"],"_edit_lock":["1614771094:2"],"_edit_last":["2"],"_wpml_media_featured":["1"],"_wpml_media_duplicate":["1"],"_advads_ad_settings":["a:2:{s:11:\"disable_ads\";i:0;s:19:\"disable_the_content\";i:0;}"],"_yoast_wpseo_content_score":["30"],"_yoast_wpseo_estimated-reading-time-minutes":["3"],"views":["608"],"_thumbnail_id":["11619"],"_yoast_wpseo_primary_category":["1061"],"_syntaxhighlighter_encoded":["1"],"_encloseme":["1"],"_wpas_done_all":["1"],"_yoast_wpseo_focuskw":["DNS Lookup"],"_yoast_wpseo_linkdex":["67"],"mashsb_timestamp":["1674418096"],"post_views_count":["549"],"mashsb_shares":["0"],"mashsb_jsonshares":["{\"total\":0,\"error\":{\"facebook_error\":\"\"},\"facebook_total\":0}"]},"_links":{"self":[{"href":"https:\/\/techmoz.net\/en\/wp-json\/wp\/v2\/posts\/11613","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/techmoz.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/techmoz.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/techmoz.net\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/techmoz.net\/en\/wp-json\/wp\/v2\/comments?post=11613"}],"version-history":[{"count":8,"href":"https:\/\/techmoz.net\/en\/wp-json\/wp\/v2\/posts\/11613\/revisions"}],"predecessor-version":[{"id":11628,"href":"https:\/\/techmoz.net\/en\/wp-json\/wp\/v2\/posts\/11613\/revisions\/11628"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/techmoz.net\/en\/wp-json\/wp\/v2\/media\/11619"}],"wp:attachment":[{"href":"https:\/\/techmoz.net\/en\/wp-json\/wp\/v2\/media?parent=11613"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/techmoz.net\/en\/wp-json\/wp\/v2\/categories?post=11613"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/techmoz.net\/en\/wp-json\/wp\/v2\/tags?post=11613"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}