CINXE.COM
Blanford's fox | Canids
<!DOCTYPE HTML> <html> <head> <title>Blanford's fox | Canids</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="keywords" content="Blanford's fox"> <meta name="description" content="Blanford's fox"> <meta name="alberon-uptime-monitor-tag" content="ok"> <link href='//fonts.googleapis.com/css?family=Orienta' rel='stylesheet' type='text/css'> <!-- base css, generic styles that can be overridden --> <link rel="stylesheet" type="text/css" href="/app/css/base.css" /> <link rel="stylesheet" href="/app/layouts/brochure/canids/layout.css?ver=4" type="text/css"> <script type="text/javascript" src="/jquery/jquery.min.js"></script> <script type="text/javascript" src="/jquery/ui.core.js"></script> <script type="text/javascript" src="/jquery/ui.draggable.js"></script> <script type="text/javascript" src="/jquery/ui.resizable.js"></script> <script type="text/javascript" src="/jquery/ui.dialog.js"></script> <script type="text/javascript" src="/jquery/ui.droppable.js"></script> <script type="text/javascript" src="/jquery/rating/jquery.rating.js"></script> <script type="text/javascript" src="/jquery/hoverbutton.oww.js"></script> <script type="text/javascript" src="/jquery/search.js"></script> <link rel="stylesheet" type="text/css" href="/jquery/dialog/jquery-ui-themeroller.css" > <link rel="stylesheet" type="text/css" href="/jquery/rating/jquery.rating.css" > <script type="text/javascript"> var DDSPEED = 5; var DDTIMER = 15; // main function to handle the mouse events // // d=direction of fade, 1=fade in, -1 = fade out. function ddMenu(id,d){ var h = document.getElementById(id + '-ddheader'); var c = document.getElementById(id + '-ddcontent'); clearInterval(c.timer); if(d == 1){ clearTimeout(h.timer); if(c.maxh && c.maxh <= c.offsetHeight){return} else if(!c.maxh){ c.style.display = 'block'; c.style.height = 'auto'; c.maxh = c.offsetHeight; c.style.height = '0px'; } c.timer = setInterval(function(){ddSlide(c,1)},DDTIMER); }else{ h.timer = setTimeout(function(){ddCollapse(c)},50); } } // collapse the menu // function ddCollapse(c){ c.timer = setInterval(function(){ddSlide(c,-1)},DDTIMER); } // cancel the collapse if a user rolls over the dropdown // function cancelHide(id){ var h = document.getElementById(id + '-ddheader'); var c = document.getElementById(id + '-ddcontent'); clearTimeout(h.timer); clearInterval(c.timer); if(c.offsetHeight < c.maxh){ c.timer = setInterval(function(){ddSlide(c,1)},DDTIMER); } } // incrementally expand/contract the dropdown and change the opacity // function ddSlide(c,d){ var currh = parseInt(c.style.height) ; //offsetHeight; var dist; if(d == 1){ dist = (Math.round((c.maxh - currh) / DDSPEED)); }else{ dist = (Math.round(currh / DDSPEED)); } if(dist <= 1 ) { dist = 1; } c.style.height = currh + (dist * d) + 'px'; c.style.opacity = currh / c.maxh; c.style.filter = 'alpha(opacity=' + (currh * 100 / c.maxh) + ')'; if((currh < 2 && d != 1) || (currh > (c.maxh - 2) && d == 1)){ clearInterval(c.timer); } } </script> </head> <body onload=""> <div id="container"> <div id="header"><img style=" height: 60px; margin-left: 10px; margin-top: 5px;" alt="Canids Specialist Group" src="/app/images/structure/canids-logo-brown.jpg"><div class="housekeepingmenu"> <div class="menuitem"><a class="off" href="/support-" >Support us</a></div><div class="separator">|</div> <div class="menuitem"><a class="off" href="/tools-1" >Tools</a></div><div class="separator">|</div> <div class="menuitem"><a class="off" href="/photo-gallery" >Photo Gallery</a></div><div class="separator">|</div> <div class="menuitem"><a class="off" href="/useful-links" >Useful Links</a></div><div class="separator">|</div> <div class="menuitem"><a class="off" href="/contact" >Contact</a></div></div><!-- housekeepingmenu --> </div><!-- header --> <div id="navigation"> <div id="nav"><ul class="dropdown"><li id="home-ddheader" class=""><a href="/home">Home</a></li></ul><ul class="dropdown"><li id="PNKHEJ389685-ddheader" onmouseout="ddMenu('PNKHEJ389685', -1)" onmouseover="ddMenu('PNKHEJ389685', 1)" class=""><a href="/PNKHEJ389685">About</a></li><div id="PNKHEJ389685-ddcontent" onmouseout="ddMenu('PNKHEJ389685', -1)" onmouseover="cancelHide('PNKHEJ389685')" class="submenu"><div class="submenuitem"><a href="/groups">Working Groups</a></div><div class="submenuitem"><a href="/what-we-do">What We Do</a></div><div class="submenuitem"><a href="/who-we-are">Who We Are</a></div><div class="submenuitem"><a href="/histor">History</a></div><div class="submenuitem"><a href="/sponsors-1">Sponsors</a></div></div></ul><ul class="dropdown"><li id="speciespage-ddheader" onmouseout="ddMenu('speciespage', -1)" onmouseover="ddMenu('speciespage', 1)" class=""><a href="/speciespage">Species</a></li><div id="speciespage-ddcontent" onmouseout="ddMenu('speciespage', -1)" onmouseover="cancelHide('speciespage')" class="submenu"><div class="submenuitem fatMenu"><div style="vertical-align: top; display: inline-block; margin-right: 10px;"><div class="name">South America</div><div class="species"><a href="/species/view/PREKFN688091">Short-eared dog</a></div><div class="species"><a href="/species/view/PREKFY360401">Crab-eating fox</a></div><div class="species"><a href="/species/view/PREKIV875331">Bush dog</a></div><div class="species"><a href="/species/view/PREKIN694741">Hoary fox</a></div><div class="species"><a href="/species/view/PREKI2182561">Pampas Fox</a></div><div class="species"><a href="/species/view/PREKIA411651">Sechuran Fox</a></div><div class="species"><a href="/species/view/PREKGA855611">Maned wolf</a></div><div class="species"><a href="/species/view/PREKHM366471">Darwin's fox</a></div><div class="species"><a href="/species/view/PREKGI446591">Culpeo</a></div><div class="species"><a href="/species/view/PREKHU172531">Chilla</a></div></div></div><div class="submenuitem fatMenu"><div style="vertical-align: top; display: inline-block; margin-right: 10px;"><div class="name">Central & North America</div><div class="species"><a href="/species/view/PREKJA587951">Coyote</a></div><div class="species"><a href="/species/view/PREKJI659751">Red wolf</a></div><div class="species"><a href="/species/view/PREKJP597461">Gray fox</a></div><div class="species"><a href="/species/view/PREKJY135341">Island fox</a></div><div class="species"><a href="/species/view/PREKK8422331">Kit fox</a></div><div class="species"><a href="/species/view/PREKKG784471">Swift fox</a></div></div></div><div class="submenuitem fatMenu"><div style="vertical-align: top; display: inline-block; margin-right: 10px;"><div class="name">Europe & North/Central Asia</div><div class="species"><a href="/species/view/PREKKS663901">Arctic fox</a></div><div class="species"><a href="/species/view/PREKLD895731">Grey wolf</a></div><div class="species"><a href="/species/view/PREKLP237241">Red fox</a></div><div class="species"><a href="/species/view/PREKLY462191">Raccoon dog</a></div><div class="species"><a href="/species/view/PREKM6521571">Corsac</a></div><div class="species"><a href="/species/view/PREKMF443401">Tibetan fox</a></div></div></div><div class="submenuitem fatMenu"><div style="vertical-align: top; display: inline-block; margin-right: 10px;"><div class="name">Sub-Saharan Africa</div><div class="species"><a href="/species/view/PREKMO428071">Side-striped jackal</a></div><div class="species"><a href="/species/view/PREKMW872861">Golden jackal</a></div><div class="species"><a href="/species/view/PREKN8360151">Black-backed jackal</a></div><div class="species"><a href="/species/view/PREKNL433181">Ethiopian wolf</a></div><div class="species"><a href="/species/view/PREKNU724601">African wild dog</a></div><div class="species"><a href="/species/view/PREKO4241281">Bat-eared fox</a></div><div class="species"><a href="/species/view/PREKOC822211">Cape fox</a></div></div></div><div class="submenuitem fatMenu"><div style="vertical-align: top; display: inline-block; margin-right: 10px;"><div class="name">North Africa & the Middle East</div><div class="species"><a href="/species/view/PREKON160201">Blanford's fox</a></div><div class="species"><a href="/species/view/PREKOV287451">Pale fox</a></div><div class="species"><a href="/species/view/PREKP7952371">Ruppell's fox</a></div><div class="species"><a href="/species/view/PREKPF521541">Fennec fox</a></div></div></div><div class="submenuitem fatMenu"><div style="vertical-align: top; display: inline-block; margin-right: 10px;"><div class="name">South Asia</div><div class="species"><a href="/species/view/PREKQW171301">Dhole</a></div><div class="species"><a href="/species/view/PREKR4188521">Bengal fox</a></div><div class="species"><a href="/species/view/WCD6DU963961">Dingo </a></div></div></div></div></ul><ul class="dropdown"><li id="members-ddheader" class=""><a href="/members">Members</a></li></ul><ul class="dropdown"><li id="projects-ddheader" class=""><a href="/projects">Projects</a></li></ul><ul class="dropdown"><li id="publications-ddheader" class=""><a href="/publications">Publications</a></li></ul><ul class="dropdown"><li id="c-b-c-ddheader" onmouseout="ddMenu('c-b-c', -1)" onmouseover="ddMenu('c-b-c', 1)" class=""><a href="/c-b-c">Journal</a></li><div id="c-b-c-ddcontent" onmouseout="ddMenu('c-b-c', -1)" onmouseover="cancelHide('c-b-c')" class="submenu"><div class="submenuitem"><a href="/about-canid-biology-and-conservation">About CBC</a></div><div class="submenuitem"><a href="/editorial-board">Editorial Board</a></div><div class="submenuitem"><a href="/call-for-papers">Call for Papers</a></div><div class="submenuitem"><a href="/instructions-for-authors">Instructions to authors</a></div><div class="submenuitem"><a href="/all-articles">Previous Issues</a></div><div class="submenuitem"><a href="/recent-articles">Recent Issues</a></div><div class="submenuitem"><a href="/Q6WN21890762">----------------------------</a></div></div></ul><ul class="dropdown"><li id="news-and-events-ddheader" class=""><a href="/news-and-events">News</a></li></ul><ul class="dropdown"><li id="working-groups-ddheader" class=""><a href="/working-groups">Working Groups</a></li></ul></div><script type="text/javascript"> $(document).ready(function() { $('.fatMenu').css('display', 'inline-block'); $('.dropdown').each(function() { var menuContainer = $(this); var topMenuItem = menuContainer.children('li'); var subMenu = menuContainer.children('.submenu'); var fatMenuElements = subMenu.children('.fatMenu'); if (fatMenuElements.size() == 0) return; menuContainer.data('fatMenu', { _data : { menu : menuContainer, topMenuItem : topMenuItem, subMenu : subMenu, fatMenuElements : fatMenuElements }, setup : function() { var noElements = this._data.fatMenuElements.size(); this._data.subMenu.width(noElements * 133); this._data.subMenu.find('div').css('border', 'none'); } }); menuContainer.data('fatMenu').setup(); }); }); </script><div style="clear:both;"></div></div><div id="headerpic"></div> <div id="outercontent"><div class="contentSpacer"></div><div id="leftPane"><div class="searchBox"><form method="post" action="/sitesearch">Search <input name="q" type="text" class="search" /><input type="submit" style="display: none;" /></form></div><script type="text/javascript"> $(document).ready(function() { $('.search').keyup(function(e) { var searchObject = $(this); if (e.which == 13) return true; if (searchObject.data('jqXhtmlSearch') != null) { searchObject.data('jqXhtmlSearch').abort(); searchObject.data('jqXhtmlSearch', null); } if (searchObject.data('searchResults') != null) { searchObject.data('searchResults').remove(); searchObject.data('searchResults', null); } var criteria = searchObject.val(); if (criteria.length < 3) return; var uri = '/sitesearch'; searchObject.data('jqXhtmlSearch', $.get(uri, { ajax : 1, q : criteria, limit : 10 }, function(data) { var searchResults = $('<div class="searchResults"/>'); searchObject.data('searchResults', searchResults); searchResults.css('position', 'absolute'); searchResults.css('top', searchObject.position().top + searchObject.height() + 6); searchResults.css('left', searchObject.position().left + 2); searchResults.html(data); searchResults.find('a').click(function() { searchResults.hide(); }); $('body').append(searchResults); })); }); }); </script><ul class="sideMenu"><li class=""><a href="/species/region/PREKDB770131">South America</a></li><li class=""><a href="/species/region/PREKDL133611">Central & North America</a></li><li class=""><a href="/species/region/PREKDX515331">Europe & North/Central Asia</a></li><li class=""><a href="/species/region/PREKE8430791">Sub-Saharan Africa</a></li><li class="selected"><a href="/species/region/PREKEJ362401">North Africa & the Middle East</a></li><li class=""><a href="/species/region/PREKQ6133971">South Asia</a></li></ul><div class="subscribeBox">Subscribe to <a href="/subscribe">Canids-L mailing List</a></div><p style="text-align: center;"><a href="https://www.youtube.com/channel/UCgZH3Opj68FzAThu75cEkgw/feed" target="_blank"><img style="margin-left: 5px; margin-right: 5px; border: 0px;" title="Follow our Youtube channel" src="/app/images/icons/youtube.png" alt="Follow our Youtube channel" width="79" height="33" /></a><a href="https://www.facebook.com/Canidconservation" target="_blank"><img style="border: 0px;" title="Find us on Facebook" src="/app/images/icons/facebook-icon.png" alt="Find us on Facebook" width="33" height="33" /></a> <a href="https://twitter.com/WildCanids" target="_blank"><img src="/app/images/icons/twitter-icon.png" alt="" width="32" height="33" /></a></p></div><div id="innercontent"> <h1><span class="mainMenuItemBread">North Africa & the Middle East</span><span class="subMenuItem">Blanford's fox</span><span class="scientificName"> Vulpes cana</span></h1><div class="pageImages"><img src="/app/images/canids/blandfords-fox/blandfords.jpg" title="Blanford's fox - © Steve Kaufman"><p>Blanford's fox - © Steve Kaufman</p><strong>Relevant Links</strong><ul class="resources"><li><a href="http://www.flickr.com/groups/canidguide/">Flickr: Wild Canids of the World</a></li><li><a href="https://www.iucnredlist.org/species/23050/48075169">2015 IUCN Red List Assessment - Blanford's Fox</a></li></ul><strong>Reports / Papers</strong><ul class="resources"><li><a href="/resources/view/Q7NTKY298011">2004 Status Survey & Conservation Action Plan - Chapters 7, 8 & 9</a></li></ul><strong>Other Names</strong><h5><span style="font-size: small;">English:</span><span style="font-size: small;"> <span style="font-weight: normal;">Blanford's Fox, Afghan Fox, Steppe Fox</span></span></h5> <p><span style="font-size: small;"> </span></p> <h5><span style="font-size: small;">French:</span><span style="font-size: small;"> <span style="font-weight: normal;">Renard de Blanford</span></span></h5> <p><span style="font-size: small;"> </span></p> <h5><span style="font-size: small;">Spanish; Castilian:</span><span style="font-size: small;"> <span style="font-weight: normal;">Zorro de Blanford</span></span></h5> <p><span style="font-size: small;"> </span></p> <h5><span style="font-size: small;">Arabic:</span><span style="font-size: small;"> <span style="font-weight: normal;">Tha’leb Sakhari</span></span></h5></div><a class="statusImage" href="http://www.redlist.org/static/categories_criteria_3_1#categories"><img style="width:404px;" alt="Least Concern" src="/app/images/iucn-categories/least-concern.jpg" /></a><h4>Justification</h4> <p>This species is listed as Least Concern as available evidence suggests that Blanford's Fox has a relatively wide distribution albeit largely confined to mountainous regions. It is fairly common in some parts of its range, and while the species may possibly be undergoing some localized declines, there is at present no evidence to suggest any range-wide decline that would meet the thresholds for a threatened category or for Near Threatened.</p> <h4>Geographic Range Information</h4> <p>The Blanford's Fox has a disjunct distribution. Originally known only from southwestern Asia (Novikov 1962, Bobrinskii <em>et al.</em> 1965, Lay 1967, Hassinger 1973, Roberts 1977), in 1981 this species was discovered in Israel (Ilany 1983) and subsequently found to occur more widely in arid mountainous regions in the Arabian Peninsula. Peters and Rödel (1994) reviewed available distribution records of this species and, for the easterly part of the range, provided what they considered to be definite records from around the Iranian Plateau in Iran, Turkmenistan and Pakistan, with more questionable records (usually based on skins obtained from fur bazaars or otherwise indirectly) from Afghanistan and Tajikistan (though there is no obvious reason why they should not occur).<br /><br />In the Middle East, there are now confirmed records from Jordan, the Sinai Peninsula (Egypt), Oman, Saudi Arabia and the United Arab Emirates (Mendelssohn <em>et al</em>. 1987, Harrison and Bates 1989, Harrison and Bates 1991, Al Khalili 1993, Stuart and Stuart 1995, Amr <em>et al</em>. 1996, Amr 2000, Cunningham and Howarth 2002, Smith <em>et al</em>. 2003, Abu-Baker <em>et al</em>. 2004, Cunningham and Wronski 2009, Mallon and Budd 2011, Eid <em>et al</em>. 2013, Eid <em>et al</em>. 2015). They have long been suspected to occur in Yemen, and were recorded by Al Jumaily <em>et al</em>. (2012) in Hawf Forest in Al Mahra Governorate in extreme eastern Yemen, close to the borders with Oman, at an altitude of about 1,200 m asl. It also seemed likely that they would be shown to occur in western Yemen where contiguous with mountains in southwest Arabia (Mallon and Budd 2011), and a camera-trapping record by Mohammed Al-Qudamy in February 2014 in Wadi Sharis (Wadi Sharas) in Hajjah Governorate, NW of Sana'a, now confirms their occurrence (D. Mallon pers. comm. 2015). There is a single record from Egypt, west of the Suez Canal, in Wadi Qiseib from an animal collected in 1988, and originally thought to be <em>Vulpes rueppellii</em> (Peters and Rödel 1994, Geffen and Peters 2013). There are no confirmed records from Syria, though they might possibly occur (Masseti 2009).</p><p><strong>Population trend:</strong>Stable</p><a href="https://f002.backblazeb2.com/file/cached-individual-maps/T23050A48075169.jpg?Authorization=3_20210112214924_20eb640bde7cdb3e7bfb687d_e54ac27c4b7a827f4065812e89af695e30221090_002_20210119214924_0019_dnld" target="_blank"><div><img class="rangeMap" src="/app/images/blanfords-fox-map.jpg" alt="(Blanford's fox range map)" /></div></a><div>(Click on map for more detail)</div><h4>Population Information</h4> <p>The only available population densities come from Israel and Jordan. In Israel, where the species is fairly common in the south-east, density estimates of 2.0/km<sup>2</sup> in Ein Gedi and 0.5/km<sup>2</sup> in Eilat have been recorded (Geffen 1994). In Jordan, density using the Bondrup-Nielsen formula identified 8.5 individuals per km<sup>2</sup> (Eid <em>et al</em>. 2013). Surveys in other regions indicate that Blanford's Fox is locally abundant. In United Arab Emirates, for example, researchers frequently captured foxes in the northeastern mountains of the country (Smith <em>et al.</em> 2003).</p> <h4>Habitat and Ecology Information</h4> <p>Blanford's Fox generally occurs in mountainous regions. Hassinger (1973) concluded that Blanford's Foxes are usually found below an altitude of 2,000 m asl in dry montane biotopes, (although see Peters and Rödel 1994). All the records collected on the Iranian Plateau are from foothills and mountains in the vicinity of lower plains and basins (Hassinger 1973, Roberts 1977). In that region, the habitat of the Blanford's Fox comprises the slopes of rocky mountains with stony plains and patches of cultivation (Lay 1967, Roberts 1977) and they appear to avoid higher mountain ranges as well as lower, warmer valleys (Roberts 1977). In the Middle East, Blanford's Foxes are confined to mountainous desert ranges and inhabit steep, rocky slopes, canyons and cliffs (Mendelssohn <em>et al.</em> 1987, Harrison and Bates 1991); their distribution is apparently not limited by access to water (Geffen <em>et al</em>. 1992a). In Israel, Blanford's Foxes inhabit the driest and hottest regions, being distributed along the western side of the Rift Valley, and, in the central Negev, where specimens were collected in creeks that drain into the Rift Valley (Geffen <em>et al</em>. 1993). The densest population is found in the Judaean Desert at elevations of 100–350 m below sea level, in contrast to Roberts' (1977) remark that the species avoids low, warm valleys in Pakistan. <br /><br />Geffen <em>et al</em>. (1992b) found that dry creek bed was the most frequently visited habitat in all home ranges in Israel. Dry creek bed provided abundant prey for the foxes and only sparse cover for their terrestrial predators. Creek bed patches were used in proportion to their size. Both the available area of creek bed in each range and the area of creek bed patches that was used by the foxes were independent of home range size. However, variance in home range size was explained by the mean distance between the main denning area and the most frequently used patches of creek bed (Geffen <em>et al</em>. 1992b).</p> <h4>Threats Information</h4> <p>There are currently no obvious major threats resulting in range-wide declines of Blanford's Fox. However, general habitat loss, due mainly to expanding settlement and tourism development, and human persecution and indirect mortality, do pose localized threats (Abu-Baker <em>et al</em>. 2004, Mallon and Budd 2011). In Israel, habitat loss is limited as most of the area where this species occurs is designated as protected. However, political developments may change the status of the northern Judaean Desert, and human development along the Dead Sea coasts may also pose a considerable threat to existing habitat. Similar concerns exist for the populations in the U.A.E. (Smith <em>et al.</em> 2003). Indirect mortality is usually a result of animals being killed incidentally through carcass poisoning of other target species, such as hyaenas and wolves. The current situation in Iran and Pakistan is unknown.</p> <h4>Use and Trade Information</h4> <p>At present, the trade in fur is negligible. There is some suggested use of fox meat as medicine, and body parts, especially tails, by Bedouins (Eid <em>et al</em>. 2015).</p> <h4>Conservation Actions Information</h4> <p><strong>Legislation</strong><br />This species is listed on CITES – Appendix II. It is fully protected in Israel, with no hunting, trapping or trading permitted. Holding in captivity requires a special permit from the Nature Reserves Authority of Israel. There is a ban on hunting in Jordan and Oman. However, there is no legal protection in Egypt, Saudi Arabia, U.A.E., Iran, Afghanistan or Pakistan.<br /><br /><strong>Presence in protected areas</strong><br />The species occurs in protected areas in Iran, Israel, Jordan, Oman, Saudi Arabia, United Arab Emirates and Yemen.<br /><br /><strong>Presence in captivity</strong><br />In Israel, the species is kept in captivity at the Hai Bar Breeding Centre (near Eilat). In previous years, there was a pair at the Tel Aviv University Zoo. Captive individuals are also kept at the Breeding Centre for Endangered Arabian Wildlife, Sharjah, U.A.E. Foxes have been successfully bred at all the above facilities.<br /><br /><strong>Research needs</strong><br />The information on the biology of Blanford's Foxes is mostly from the southern part of Israel. Little is known on the behaviour and ecology of the species in the eastern part of its distribution. Further information on the distribution of the species in Egypt would also be useful. Interactions with other predators (including potential competition with Red Fox <em>Vulpes vulpes</em>) and the susceptibility to diseases are poorly understood.</p></div></div><div style="clear: both;"></div></div><div id="footer"><div class="copyrightNotice" style="width:610px"><div> The Canid Specialist Group is housed by WildCRU at Tubney House, Oxford, UK. Claudio Sillero's position at WildCRU is funded by <a target="_blank" href="http://www.bornfree.org.uk/">The Born Free Foundation.</a> Copyright 漏 <?php echo date('Y'); ?> by the IUCN/SSC Canid Specialist Group. All rights reserved. <a href="http://www.oxford-web.co.uk">Website developed by oxford web</a> and designed by Teresa Fuertes. </div></div><div class="sponsors"> <img alt="Wildlife Conservation Research Unit" src="/app/images/structure/wild-cru.png" /> <img src="/app/images/structure/born-free.png" alt="Born Free Foundation"/></div><div style="clear: both;"></div></div></body></html>