{"id":11,"date":"2012-05-27T06:46:00","date_gmt":"2012-05-27T06:46:00","guid":{"rendered":"http:\/\/pheonixsolutions.com\/?p=11"},"modified":"2026-07-29T17:49:54","modified_gmt":"2026-07-29T12:19:54","slug":"exim-detect-top-10-spammers","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/exim-detect-top-10-spammers\/","title":{"rendered":"Detect Top 10 Spammers in Exim Using Eximstats"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Introduction<\/h3>\n\n\n\n<p>Exim is the default Mail Transfer Agent (MTA) used on many cPanel\/WHM servers. When a server is suspected of sending a large volume of emails or spam, the <code>eximstats<\/code> utility can be used to analyze the Exim mail logs and identify the top email senders, recipients, and hosts.<\/p>\n\n\n\n<p>This procedure explains how to generate an Exim statistics report to identify the top 10 spammers and review overall email activity on the server.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p>Before proceeding, ensure the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Root or sudo access to the server.<\/li>\n\n\n\n<li>Exim mail server is installed and running.<\/li>\n\n\n\n<li>The Exim log file exists:<code>\/var\/log\/exim_mainlog<\/code><\/li>\n\n\n\n<li>The <code>eximstats<\/code> utility is available:<code>which eximstats <\/code>Expected output:<code>\/usr\/sbin\/eximstats<\/code><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Steps<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Generate the Exim Statistics Report<\/h3>\n\n\n\n<p>Run the following command:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\/usr\/sbin\/eximstats -t10 \/var\/log\/exim_mainlog > teststats\n<\/pre>\n\n\n\n<p><strong>Explanation:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>-t10<\/code> \u2013 Displays the top 10 entries for each statistics category.<\/li>\n\n\n\n<li><code>\/var\/log\/exim_mainlog<\/code> \u2013 Exim mail log file to analyze.<\/li>\n\n\n\n<li><code>> teststats<\/code> \u2013 Saves the generated report to a file named <code>teststats<\/code>.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: View the Report<\/h3>\n\n\n\n<p>Open the generated report using one of the following commands:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">less teststats\n<\/pre>\n\n\n\n<p>or<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">vi teststats\n<\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Review the Statistics<\/h3>\n\n\n\n<p>The report contains multiple sections that help identify suspicious mail activity, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Top 10 local destinations by volume<\/li>\n\n\n\n<li>Top 10 local destinations by message count<\/li>\n\n\n\n<li>Top 10 sending hosts by volume<\/li>\n\n\n\n<li>Top 10 sending hosts by message count<\/li>\n\n\n\n<li>Top 10 sender email addresses<\/li>\n\n\n\n<li>Top 10 sender system users<\/li>\n\n\n\n<li>Top recipient addresses<\/li>\n\n\n\n<li>Total messages received<\/li>\n\n\n\n<li>Total messages delivered<\/li>\n\n\n\n<li>Message delivery statistics<\/li>\n\n\n\n<li>Bounce statistics<\/li>\n\n\n\n<li>Mail routing information<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Identify Potential Spammers<\/h3>\n\n\n\n<p>Review the following sections carefully:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Users sending an unusually high number of emails.<\/li>\n\n\n\n<li>Email accounts with abnormal outbound traffic.<\/li>\n\n\n\n<li>Sending hosts generating excessive mail volume.<\/li>\n\n\n\n<li>Repeated recipients or domains receiving large numbers of messages.<\/li>\n<\/ul>\n\n\n\n<p>If a user or account is sending an unexpected volume of email, investigate further by:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Verifying whether the activity is legitimate.<\/li>\n\n\n\n<li>Checking for compromised email accounts.<\/li>\n\n\n\n<li>Reviewing authentication logs.<\/li>\n\n\n\n<li>Inspecting web applications or scripts that may be sending spam.<\/li>\n\n\n\n<li>Temporarily suspending the account if malicious activity is confirmed.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Example Command<\/h2>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\/usr\/sbin\/eximstats -t10 \/var\/log\/exim_mainlog > teststats\nless teststats\n<\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Expected Outcome<\/h2>\n\n\n\n<p>After completing this procedure, you will have a detailed Exim statistics report that provides:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The top email senders.<\/li>\n\n\n\n<li>The top sending system users.<\/li>\n\n\n\n<li>The busiest sending hosts.<\/li>\n\n\n\n<li>The most active recipients.<\/li>\n\n\n\n<li>Overall email traffic statistics.<\/li>\n<\/ul>\n\n\n\n<p>This information helps quickly identify compromised accounts, spam sources, or abnormal outbound email activity.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>The <code>eximstats<\/code> utility is an effective tool for analyzing Exim mail logs and identifying high-volume email senders on a cPanel server. By generating and reviewing the top sender statistics, administrators can quickly detect potential spamming accounts, investigate suspicious activity, and take corrective actions to protect the server&#8217;s email reputation and prevent abuse. Regular monitoring of Exim statistics is recommended as part of routine server maintenance and email security practices.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Exim is the default Mail Transfer Agent (MTA) used on many cPanel\/WHM servers. When a server is suspected of sending a large volume of emails or spam, the eximstats utility can be used to analyze the Exim mail logs and identify the top email senders, recipients, and hosts. This&hellip; <a href=\"https:\/\/pheonixsolutions.com\/blog\/exim-detect-top-10-spammers\/\" class=\"more-link read-more\" rel=\"bookmark\">Continue Reading <span class=\"screen-reader-text\">Detect Top 10 Spammers in Exim Using Eximstats<\/span><i class=\"fa fa-arrow-right\"><\/i><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[14,242,241],"tags":[],"class_list":{"0":"post-11","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-cpanel","7":"category-exim-mail-servers","8":"category-mail-servers","9":"h-entry","11":"h-as-article"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Exim detect top 10 spammers<\/title>\n<meta name=\"description\" content=\"Exim detect top 10 spammers\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/blog\/exim-detect-top-10-spammers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Exim detect top 10 spammers\" \/>\n<meta property=\"og:description\" content=\"Exim detect top 10 spammers\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/blog\/exim-detect-top-10-spammers\/\" \/>\n<meta property=\"og:site_name\" content=\"PHEONIXSOLUTIONS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/\" \/>\n<meta property=\"article:published_time\" content=\"2012-05-27T06:46:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-29T12:19:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/09\/PX2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"3837\" \/>\n\t<meta property=\"og:image:height\" content=\"2540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:site\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/exim-detect-top-10-spammers\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/exim-detect-top-10-spammers\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ffa33d73c869faec2d50e79c24e3503\"},\"headline\":\"Detect Top 10 Spammers in Exim Using Eximstats\",\"datePublished\":\"2012-05-27T06:46:00+00:00\",\"dateModified\":\"2026-07-29T12:19:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/exim-detect-top-10-spammers\\\/\"},\"wordCount\":431,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"articleSection\":[\"cPanel\",\"Exim\",\"Mail Servers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/exim-detect-top-10-spammers\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/exim-detect-top-10-spammers\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/exim-detect-top-10-spammers\\\/\",\"name\":\"Exim detect top 10 spammers\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\"},\"datePublished\":\"2012-05-27T06:46:00+00:00\",\"dateModified\":\"2026-07-29T12:19:54+00:00\",\"description\":\"Exim detect top 10 spammers\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/exim-detect-top-10-spammers\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/exim-detect-top-10-spammers\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/exim-detect-top-10-spammers\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Detect Top 10 Spammers in Exim Using Eximstats\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"name\":\"Pheonix Solutions\",\"description\":\"We Empower Your Business Growth\",\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\",\"name\":\"PheonixSolutions\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"width\":454,\"height\":300,\"caption\":\"PheonixSolutions\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/PheonixSolutions-209942982759387\\\/\",\"https:\\\/\\\/x.com\\\/pheonixsolution\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ffa33d73c869faec2d50e79c24e3503\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\\\/\\\/pheonixsolutions.com\\\/blog\"],\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Exim detect top 10 spammers","description":"Exim detect top 10 spammers","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:\/\/pheonixsolutions.com\/blog\/exim-detect-top-10-spammers\/","og_locale":"en_US","og_type":"article","og_title":"Exim detect top 10 spammers","og_description":"Exim detect top 10 spammers","og_url":"https:\/\/pheonixsolutions.com\/blog\/exim-detect-top-10-spammers\/","og_site_name":"PHEONIXSOLUTIONS","article_publisher":"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","article_published_time":"2012-05-27T06:46:00+00:00","article_modified_time":"2026-07-29T12:19:54+00:00","og_image":[{"width":3837,"height":2540,"url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/09\/PX2.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@pheonixsolution","twitter_site":"@pheonixsolution","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/blog\/exim-detect-top-10-spammers\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/exim-detect-top-10-spammers\/"},"author":{"name":"admin","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/0ffa33d73c869faec2d50e79c24e3503"},"headline":"Detect Top 10 Spammers in Exim Using Eximstats","datePublished":"2012-05-27T06:46:00+00:00","dateModified":"2026-07-29T12:19:54+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/exim-detect-top-10-spammers\/"},"wordCount":431,"commentCount":0,"publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"articleSection":["cPanel","Exim","Mail Servers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/blog\/exim-detect-top-10-spammers\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/blog\/exim-detect-top-10-spammers\/","url":"https:\/\/pheonixsolutions.com\/blog\/exim-detect-top-10-spammers\/","name":"Exim detect top 10 spammers","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#website"},"datePublished":"2012-05-27T06:46:00+00:00","dateModified":"2026-07-29T12:19:54+00:00","description":"Exim detect top 10 spammers","breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/blog\/exim-detect-top-10-spammers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/blog\/exim-detect-top-10-spammers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/blog\/exim-detect-top-10-spammers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Detect Top 10 Spammers in Exim Using Eximstats"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/blog\/#website","url":"https:\/\/pheonixsolutions.com\/blog\/","name":"Pheonix Solutions","description":"We Empower Your Business Growth","publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pheonixsolutions.com\/blog\/#organization","name":"PheonixSolutions","url":"https:\/\/pheonixsolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","width":454,"height":300,"caption":"PheonixSolutions"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","https:\/\/x.com\/pheonixsolution"]},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/0ffa33d73c869faec2d50e79c24e3503","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","caption":"admin"},"sameAs":["http:\/\/pheonixsolutions.com\/blog"],"url":"https:\/\/pheonixsolutions.com\/blog\/author\/admin\/"}]}},"jetpack_shortlink":"https:\/\/wp.me\/p7F4uM-b","jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=11"}],"version-history":[{"count":1,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/11\/revisions"}],"predecessor-version":[{"id":10582,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/11\/revisions\/10582"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=11"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=11"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}