{"id":36711,"date":"2026-09-03T23:15:59","date_gmt":"2026-09-03T23:15:59","guid":{"rendered":"https:\/\/www.adminbyrequest.com\/en\/?p=36711"},"modified":"2026-09-06T20:35:45","modified_gmt":"2026-09-06T20:35:45","slug":"data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out","status":"publish","type":"post","link":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out","title":{"rendered":"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Breaking into a network is only half the job. The part that pays is getting your data back out, and that final step (moving files from inside your environment to somewhere the attacker controls) is what turns a break-in into a breach notification, a regulatory fine, or a ransom demand.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Stealing data is the goal of most attacks, not a bonus on top of one. In the incidents Microsoft&#8217;s response teams investigated for its <a href=\"https:\/\/blogs.microsoft.com\/on-the-issues\/2025\/10\/16\/mddr-2025\/\">2025 Digital Defense Report<\/a>, attackers went after data in 80% of cases, with financial gain driving far more of that activity than espionage.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Knowing how attackers pull data out helps you spot it happening and cut it off before it finishes. The methods run from crude (copying files to a USB stick) to nearly invisible (hiding data inside traffic that looks completely ordinary).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Backups Won&#8217;t Save You From Exfiltration<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Modern ransomware rarely stops at encryption. Attackers steal a copy of your data first, then encrypt what&#8217;s left, so paying for a decryption key doesn&#8217;t get you off the hook. They can still leak customer records, financials, or intellectual property. This is double extortion, and it&#8217;s been standard for years: the <a href=\"https:\/\/www.researchgate.net\/publication\/355545158_Double-Extortion_Ransomware_A_Technical_Analysis_of_Maze_Ransomware\">Maze group initiated it<\/a> in November 2019, and today a ransomware hit with no data theft is the exception.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s what makes the stolen copy so valuable to an attacker. Backups can get your systems running again, but they can&#8217;t un-steal information that&#8217;s already sitting on someone else&#8217;s server. Encrypting your files is often just the loud finish to a theft that already happened out of sight.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The stolen data keeps earning after the fact, too. It can be sold, used to extort a second time, or mined for credentials that open the door to the next target. Once it&#8217;s gone, you&#8217;ve lost control of it for good, which is why the exfiltration step deserves as much attention as keeping attackers out to begin with.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"553\" src=\"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2026\/09\/inline-1-1024x553.webp\" alt=\"\" class=\"wp-image-36890\" srcset=\"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2026\/09\/inline-1-1024x553.webp 1024w, https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2026\/09\/inline-1-300x162.webp 300w, https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2026\/09\/inline-1-766x414.webp 766w, https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2026\/09\/inline-1.webp 1392w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">How Attackers Move Data Out<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The MITRE ATT&amp;CK framework, a widely referenced catalog of real-world attacker behavior, treats <a href=\"https:\/\/attack.mitre.org\/tactics\/TA0010\/\">exfiltration as its own tactic<\/a> and documents the specific techniques adversaries use to get data across the boundary. Most incidents come down to a handful of recurring approaches:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Over the command-and-control channel: Attackers tuck stolen data into the same connection their malware already uses to receive instructions. To your network, it reads as <a href=\"https:\/\/attack.mitre.org\/techniques\/T1041\/\">ordinary beacon traffic<\/a> rather than a theft in progress.<\/li>\n\n\n\n<li>DNS tunneling: Data gets broken up and smuggled out inside DNS queries, traffic almost nobody blocks and few teams inspect closely.<\/li>\n\n\n\n<li>Through web services: Files are uploaded to legitimate cloud storage or file-sharing platforms, blending in with the SaaS traffic your users generate all day.<\/li>\n\n\n\n<li>In small chunks: Instead of one large transfer that trips an alarm, attackers split data into pieces small enough to slip under volume thresholds, moving it out slowly.<\/li>\n\n\n\n<li>Over physical media: The low-tech route. Someone with hands-on access copies data to a USB drive and walks out with it.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The common thread is camouflage. Attackers want your data leaving to look like something you&#8217;d never question, whether that&#8217;s a routine cloud upload, a normal DNS lookup, or an encrypted session that resembles every other one.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That camouflage is exactly why exfiltration is so hard to catch in the moment. By the time an odd transfer stands out, the data is often already gone. Useful detection focuses on the behavior surrounding the theft: unusual access patterns, files being staged in places they don&#8217;t belong, and connections to destinations your systems have no reason to reach.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Actually Stops It<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Since exfiltration hides inside legitimate-looking traffic, the strongest defenses sit at the points where data leaves. Data loss prevention (DLP) tools inspect outbound content and can block sensitive files from going where they shouldn&#8217;t. Egress filtering controls which destinations your network is allowed to reach at all, closing off the channels attackers depend on. Cloud security controls do the same work for the SaaS and storage platforms that hold so much data now.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Those controls handle the movement of data, but it&#8217;s also worth limiting how much an attacker can collect before they even get to that stage, and that&#8217;s where privilege comes in. A compromised account or process running with permanent admin rights can reach far more files, install its own collection and transfer tools, and stage large volumes for a single pull.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Take those standing privileges away and the same compromise is boxed in: fewer files within reach, fewer tools it can install, less it can assemble before anyone notices. Just-in-time elevation, the model behind Admin By Request&#8217;s EPM solution, keeps admin access from sitting idle on endpoints waiting to be abused, which shrinks what any one compromise can accomplish.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Monitoring ties the two together. Logging outbound connections, watching for unusual staging, and alerting on transfers to unfamiliar destinations gives you a window to step in while an attack is still unfolding instead of learning about it later.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"553\" src=\"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2026\/09\/inline-2-1024x553.webp\" alt=\"\" class=\"wp-image-36892\" srcset=\"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2026\/09\/inline-2-1024x553.webp 1024w, https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2026\/09\/inline-2-300x162.webp 300w, https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2026\/09\/inline-2-766x414.webp 766w, https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2026\/09\/inline-2.webp 1392w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Guard the Exits, Shrink the Haul<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">No single control stops exfiltration, since the whole point of it is to look like traffic you already allow. What works is narrowing the ways data can leave and limiting how much any one compromised account can pull together before it tries.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re rethinking how much standing privilege lives on your endpoints, our <a href=\"https:\/\/www.adminbyrequest.com\/en\/freeplandownload\">lifetime free plan<\/a> covers up to 25 endpoints with the full feature set. It&#8217;s a simple way to see how just-in-time access limits what an attacker can do with a foothold.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>From DNS tunneling to cloud uploads, attackers move stolen data through channels you rarely watch. Small, slow transfers slip under most volume alerts.<\/p>\n","protected":false},"author":16,"featured_media":36891,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36],"tags":[83,148,621,67,68,79],"ppma_author":[428,559],"class_list":["post-36711","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blogs","tag-cyber-attack","tag-cybersecurity","tag-data-exfiltration","tag-pam","tag-privileged-access-management","tag-ransomware","entry","has-media"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"From DNS tunneling to cloud uploads, attackers move stolen data through channels you rarely watch. Small, slow transfers slip under most volume alerts.\" \/>\n\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"Pocholo Legaspi\"\/>\n\t<meta name=\"keywords\" content=\"cyber attack,cybersecurity,data exfiltration,pam,privileged access management,ransomware\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Admin By Request \u00bb Local Admin Rights, Managed.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out \u00bb Admin By Request\" \/>\n\t\t<meta property=\"og:description\" content=\"From DNS tunneling to cloud uploads, attackers move stolen data through channels you rarely watch. Small, slow transfers slip under most volume alerts.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2023\/05\/Circle-Tick-24.svg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2023\/05\/Circle-Tick-24.svg\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-09-03T23:15:59+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-09-06T20:35:45+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/adminbyrequest\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@AdminByRequest\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out \u00bb Admin By Request\" \/>\n\t\t<meta name=\"twitter:description\" content=\"From DNS tunneling to cloud uploads, attackers move stolen data through channels you rarely watch. Small, slow transfers slip under most volume alerts.\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@AdminByRequest\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2023\/05\/Circle-Tick-24.svg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/blogs\\\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#blogposting\",\"name\":\"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out \\u00bb Admin By Request\",\"headline\":\"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out\",\"author\":{\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/author\\\/pocholo-editor#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/main.webp\",\"width\":1392,\"height\":752,\"caption\":\"Dark data center with rows of server racks and glowing orange lights; a burst of orange particles streams from a rack toward the floor.\"},\"datePublished\":\"2026-09-03T23:15:59+00:00\",\"dateModified\":\"2026-09-06T20:35:45+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/blogs\\\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/blogs\\\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#webpage\"},\"articleSection\":\"Blogs, Cyber Attack, Cybersecurity, Data Exfiltration, PAM, Privileged Access Management, Ransomware, Pocholo Legaspi, Paul Fisher\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/blogs\\\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/category\\\/blogs#listItem\",\"name\":\"Blogs\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/category\\\/blogs#listItem\",\"position\":2,\"name\":\"Blogs\",\"item\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/category\\\/blogs\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/blogs\\\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#listItem\",\"name\":\"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/blogs\\\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#listItem\",\"position\":3,\"name\":\"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/category\\\/blogs#listItem\",\"name\":\"Blogs\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/#organization\",\"name\":\"Admin By Request\",\"description\":\"Local Admin Rights, Managed.\",\"url\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/\",\"telephone\":\"+12622994600\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/Circle-Tick-24.svg\",\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/blogs\\\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out\\\/#organizationLogo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/blogs\\\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/adminbyrequest\",\"https:\\\/\\\/twitter.com\\\/AdminByRequest\",\"https:\\\/\\\/www.instagram.com\\\/AdminByRequest\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@adminbyrequest\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCwq1wlbT9m_z3YH-EPaZqKw\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/adminbyrequest\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/author\\\/pocholo-editor#author\",\"url\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/author\\\/pocholo-editor\",\"name\":\"Pocholo Legaspi\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/blogs\\\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#webpage\",\"url\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/blogs\\\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out\",\"name\":\"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out \\u00bb Admin By Request\",\"description\":\"From DNS tunneling to cloud uploads, attackers move stolen data through channels you rarely watch. Small, slow transfers slip under most volume alerts.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/blogs\\\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/author\\\/pocholo-editor#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/author\\\/pocholo-editor#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/main.webp\",\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/blogs\\\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out\\\/#mainImage\",\"width\":1392,\"height\":752,\"caption\":\"Dark data center with rows of server racks and glowing orange lights; a burst of orange particles streams from a rack toward the floor.\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/blogs\\\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#mainImage\"},\"datePublished\":\"2026-09-03T23:15:59+00:00\",\"dateModified\":\"2026-09-06T20:35:45+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/\",\"name\":\"Admin By Request\",\"alternateName\":\"ABR\",\"description\":\"Local Admin Rights, Managed.\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.adminbyrequest.com\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out \u00bb Admin By Request<\/title>\n\n","aioseo_head_json":{"title":"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out \u00bb Admin By Request","description":"From DNS tunneling to cloud uploads, attackers move stolen data through channels you rarely watch. Small, slow transfers slip under most volume alerts.","canonical_url":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out","robots":"max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"cyber attack,cybersecurity,data exfiltration,pam,privileged access management,ransomware","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#blogposting","name":"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out \u00bb Admin By Request","headline":"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out","author":{"@id":"https:\/\/www.adminbyrequest.com\/en\/author\/pocholo-editor#author"},"publisher":{"@id":"https:\/\/www.adminbyrequest.com\/en\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2026\/09\/main.webp","width":1392,"height":752,"caption":"Dark data center with rows of server racks and glowing orange lights; a burst of orange particles streams from a rack toward the floor."},"datePublished":"2026-09-03T23:15:59+00:00","dateModified":"2026-09-06T20:35:45+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#webpage"},"isPartOf":{"@id":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#webpage"},"articleSection":"Blogs, Cyber Attack, Cybersecurity, Data Exfiltration, PAM, Privileged Access Management, Ransomware, Pocholo Legaspi, Paul Fisher"},{"@type":"BreadcrumbList","@id":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.adminbyrequest.com\/en#listItem","position":1,"name":"Home","item":"https:\/\/www.adminbyrequest.com\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/www.adminbyrequest.com\/en\/category\/blogs#listItem","name":"Blogs"}},{"@type":"ListItem","@id":"https:\/\/www.adminbyrequest.com\/en\/category\/blogs#listItem","position":2,"name":"Blogs","item":"https:\/\/www.adminbyrequest.com\/en\/category\/blogs","nextItem":{"@type":"ListItem","@id":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#listItem","name":"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.adminbyrequest.com\/en#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#listItem","position":3,"name":"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out","previousItem":{"@type":"ListItem","@id":"https:\/\/www.adminbyrequest.com\/en\/category\/blogs#listItem","name":"Blogs"}}]},{"@type":"Organization","@id":"https:\/\/www.adminbyrequest.com\/en\/#organization","name":"Admin By Request","description":"Local Admin Rights, Managed.","url":"https:\/\/www.adminbyrequest.com\/en\/","telephone":"+12622994600","logo":{"@type":"ImageObject","url":"\/wp-content\/uploads\/2023\/05\/Circle-Tick-24.svg","@id":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out\/#organizationLogo"},"image":{"@id":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/adminbyrequest","https:\/\/twitter.com\/AdminByRequest","https:\/\/www.instagram.com\/AdminByRequest\/","https:\/\/www.tiktok.com\/@adminbyrequest","https:\/\/www.youtube.com\/channel\/UCwq1wlbT9m_z3YH-EPaZqKw","https:\/\/www.linkedin.com\/company\/adminbyrequest\/"]},{"@type":"Person","@id":"https:\/\/www.adminbyrequest.com\/en\/author\/pocholo-editor#author","url":"https:\/\/www.adminbyrequest.com\/en\/author\/pocholo-editor","name":"Pocholo Legaspi"},{"@type":"WebPage","@id":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#webpage","url":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out","name":"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out \u00bb Admin By Request","description":"From DNS tunneling to cloud uploads, attackers move stolen data through channels you rarely watch. Small, slow transfers slip under most volume alerts.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.adminbyrequest.com\/en\/#website"},"breadcrumb":{"@id":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#breadcrumblist"},"author":{"@id":"https:\/\/www.adminbyrequest.com\/en\/author\/pocholo-editor#author"},"creator":{"@id":"https:\/\/www.adminbyrequest.com\/en\/author\/pocholo-editor#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2026\/09\/main.webp","@id":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out\/#mainImage","width":1392,"height":752,"caption":"Dark data center with rows of server racks and glowing orange lights; a burst of orange particles streams from a rack toward the floor."},"primaryImageOfPage":{"@id":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out#mainImage"},"datePublished":"2026-09-03T23:15:59+00:00","dateModified":"2026-09-06T20:35:45+00:00"},{"@type":"WebSite","@id":"https:\/\/www.adminbyrequest.com\/en\/#website","url":"https:\/\/www.adminbyrequest.com\/en\/","name":"Admin By Request","alternateName":"ABR","description":"Local Admin Rights, Managed.","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.adminbyrequest.com\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Admin By Request \u00bb Local Admin Rights, Managed.","og:type":"article","og:title":"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out \u00bb Admin By Request","og:description":"From DNS tunneling to cloud uploads, attackers move stolen data through channels you rarely watch. Small, slow transfers slip under most volume alerts.","og:url":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out","og:image":"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2023\/05\/Circle-Tick-24.svg","og:image:secure_url":"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2023\/05\/Circle-Tick-24.svg","article:published_time":"2026-09-03T23:15:59+00:00","article:modified_time":"2026-09-06T20:35:45+00:00","article:publisher":"https:\/\/www.facebook.com\/adminbyrequest","twitter:card":"summary_large_image","twitter:site":"@AdminByRequest","twitter:title":"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out \u00bb Admin By Request","twitter:description":"From DNS tunneling to cloud uploads, attackers move stolen data through channels you rarely watch. Small, slow transfers slip under most volume alerts.","twitter:creator":"@AdminByRequest","twitter:image":"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2023\/05\/Circle-Tick-24.svg"},"aioseo_meta_data":{"post_id":"36711","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-09-06 20:36:12","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-09-02 22:53:39","updated":"2026-09-06 20:58:35","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.adminbyrequest.com\/en\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.adminbyrequest.com\/en\/category\/blogs\" title=\"Blogs\">Blogs<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\tData Exfiltration Techniques: The Ways Attackers Move Stolen Data Out\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.adminbyrequest.com\/en"},{"label":"Blogs","link":"https:\/\/www.adminbyrequest.com\/en\/category\/blogs"},{"label":"Data Exfiltration Techniques: The Ways Attackers Move Stolen Data Out","link":"https:\/\/www.adminbyrequest.com\/en\/blogs\/data-exfiltration-techniques-the-ways-attackers-move-stolen-data-out"}],"authors":[{"term_id":428,"user_id":16,"is_guest":0,"slug":"pocholo-editor","display_name":"Pocholo Legaspi","avatar_url":{"url":"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2025\/04\/Pocholo-Headshot.jpg","url2x":"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2025\/04\/Pocholo-Headshot.jpg"},"author_category":"1","user_url":"https:\/\/www.linkedin.com\/in\/pochololegaspi\/","last_name":"Legaspi","first_name":"Pocholo","job_title":"Content Writer","description":"Pocholo Legaspi is a content writer at Admin By Request, where he covers privileged access management, endpoint security, threat analysis, and the wider cybersecurity issues facing IT teams. With over a decade in content marketing and SEO and a master's in business informatics, he writes about complex security topics in a way that's clear and useful for the IT teams putting them into practice."},{"term_id":559,"user_id":20,"is_guest":0,"slug":"paul-fisher","display_name":"Paul Fisher","avatar_url":{"url":"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2026\/01\/Paul-w-Background.png","url2x":"https:\/\/www.adminbyrequest.com\/en\/wp-content\/uploads\/2026\/01\/Paul-w-Background.png"},"author_category":"1","user_url":"","last_name":"Fisher","first_name":"Paul","job_title":"Head of Global Strategy","description":"Paul is a leading authority in Privileged Access Management (PAM), renowned for his benchmark-setting market research and ability to translate complex technical concepts into clear business value. A sought-after speaker at major identity and cybersecurity conferences, he also advises organizations on PAM, IAM, and cybersecurity platform implementations while serving as a mentor and thought leader in the evolving field of identity management."}],"permalink_manager":null,"_links":{"self":[{"href":"https:\/\/www.adminbyrequest.com\/en\/wp-json\/wp\/v2\/posts\/36711","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.adminbyrequest.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.adminbyrequest.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.adminbyrequest.com\/en\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.adminbyrequest.com\/en\/wp-json\/wp\/v2\/comments?post=36711"}],"version-history":[{"count":3,"href":"https:\/\/www.adminbyrequest.com\/en\/wp-json\/wp\/v2\/posts\/36711\/revisions"}],"predecessor-version":[{"id":36893,"href":"https:\/\/www.adminbyrequest.com\/en\/wp-json\/wp\/v2\/posts\/36711\/revisions\/36893"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.adminbyrequest.com\/en\/wp-json\/wp\/v2\/media\/36891"}],"wp:attachment":[{"href":"https:\/\/www.adminbyrequest.com\/en\/wp-json\/wp\/v2\/media?parent=36711"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.adminbyrequest.com\/en\/wp-json\/wp\/v2\/categories?post=36711"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.adminbyrequest.com\/en\/wp-json\/wp\/v2\/tags?post=36711"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.adminbyrequest.com\/en\/wp-json\/wp\/v2\/ppma_author?post=36711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}