• Skip to primary navigation
  • Skip to main content
  • Skip to footer

Cisco Umbrella

Enterprise network security

  • Contact Sales
  • Login
    • Umbrella Login
    • Cloudlock Login
  • Why Us
    • Why Cisco Umbrella
      • Why Try Umbrella
      • Why DNS Security
      • Why Umbrella SASE
      • Our Customers
      • Customer Stories
      • Why Cisco Secure
    • Fast Reliable Cloud
      • Global Cloud Architecture
      • Cloud Network Status
      • Global Cloud Network Activity
    • Unmatched Intelligence
      • A New Approach to Cybersecurity
      • Interactive Intelligence
      • Cyber Attack Prevention
      • Umbrella and Cisco Talos Threat Intelligence
    • Extensive Integrations
      • IT Security Integrations
      • Hardware Integrations
      • Meraki Integration
      • Cisco Umbrella and SecureX
  • Products
    • Cisco Umbrella Products
      • Cisco Umbrella Cloud Security Service
      • Recursive DNS Services
      • Cisco Umbrella SIG
      • Umbrella Investigate
      • What’s New
    • Product Packages
      • Cisco Umbrella Package Comparison
      • – DNS Security Essentials Package
      • – DNS Security Advantage Package
      • – SIG Essentials Package
      • – SIG Advantage Package
      • Umbrella Support Packages
    • Functionality
      • DNS-Layer Security
      • Secure Web Gateway
      • Cloud Access Security Broker (CASB)
      • Cloud Data Loss Prevention (DLP)
      • Cloud-Delivered Firewall
      • Cloud Malware Protection
      • Remote Browser Isolation (RBI)
    • Man on a laptop with headphones on. He is attending a Cisco Umbrella Live Demo
  • Solutions
    • SASE & SSE Solutions
      • Cisco Umbrella SASE
      • Secure Access Service Edge (SASE)
      • What is SASE
      • What is Security Service Edge (SSE)
    • Functionality Solutions
      • Web Content Filtering
      • Secure Direct Internet Access
      • Shadow IT Discovery & App Blocking
      • Fast Incident Response
      • Unified Threat Management
      • Protect Mobile Users
      • Securing Remote and Roaming Users
    • Network Solutions
      • Guest Wi-Fi Security
      • SD-WAN Security
      • Off-Network Endpoint Security
    • Industry Solutions
      • Government and Public Sector Cybersecurity
      • Financial Services Security
      • Cybersecurity for Manufacturing
      • Higher Education Security
      • K-12 Schools Security
      • Healthcare, Retail and Hospitality Security
      • Enterprise Cloud Security
      • Small Business Cybersecurity
  • Resources
    • Content Library
      • Top Resources
      • Cybersecurity Webinars
      • Events
      • Research Reports
      • Case Studies
      • Videos
      • Datasheets
      • eBooks
      • Solution Briefs
    • International Documents
      • Deutsch/German
      • Español/Spanish
      • Français/French
      • Italiano/Italian
      • 日本語/Japanese
    • For Customers
      • Support
      • Customer Success Webinars
      • Cisco Umbrella Studio
    • Get the 2022 Cloud Scurity Comparison Guide
  • Trends & Threats
    • Market Trends
      • Hybrid Workforce
      • Rise of Remote Workers
      • Secure Internet Gateway (SIG)
    • Security Threats
      • How to Stop Phishing Attacks
      • Malware Detection and Protection
      • Ransomware is on the Rise
      • Cryptomining Malware Protection
      • Cybersecurity Threat Landscape
      • Global Cyber Threat Intelligence
      • Cyber Threat Categories and Definitions
    •  
    • Woman connecting confidently to any device anywhere
  • Partners
    • Channel Partners
      • Partner Program
      • Become a Partner
    • Service Providers
      • Secure Connectivity
      • Managed Security for MSSPs
      • Managed IT for MSPs
    •  
    • Person looking down at laptop. They are connecting and working securely
  • Blog
    • News & Product Posts
      • Latest Posts
      • Products & Services
      • Customer Focus
      • Feature Spotlight
    • Cybersecurity Posts
      • Security
      • Threats
      • Cybersecurity Threat Spotlight
      • Research
    •  
    • Register for a webinar - with illustration of connecting securely to the cloud
  • Contact Us
  • Umbrella Login
  • Cloudlock Login
  • Free Trial
Threats

How Bad Guys Hide Online, Part One

By Stephen Lynch
Posted on September 11, 2015
Updated on August 3, 2020

Share

FacebookTweetLinkedIn

In part one of this two-part series, the OpenDNS Company Blog focuses on the common “bag of tricks” that criminals use to avoid detection online.

Infosec experts often apply the phrase “know your enemy” when discussing the techniques used by malicious actors online. While every organization has its own unique threat model, the average sophistication level of financially-motivated attacks has increased in recent years. One of the reasons for the increase is the increasing availability of proven tools, infrastructure and operational techniques for carrying out successful attacks against business networks and endpoints.

Math != Stealth

Before talking about how bad guys hide their activity online, a brief word about applied cryptography: it won’t be discussed in detail, here. Encryption is a complex topic that is best left up to professional cryptographers. It’s also only a small piece of the puzzle when it comes to identifying would-be online attackers, who can be identified through a variety of methods before, during and after an attack.

Obfuscation and Evasion

Many modern information security systems have their roots in signature-based detection and blocklisting technologies that have been around for decades (antivirus being the most common example). To avoid detection, hackers rely on the ability to change malware signatures quickly in order to reuse the same piece of malware against a wide variety of targets.

One of the primary methods of disguising malware signatures is through the use of crypters. As a previous post on the OpenDNS Security Labs blog outlines, crypters allow criminals to rapidly change malware files:

These tools typically cut up the input file into pieces, encrypt them, and place them into another executable which has been specially crafted to reassemble the payload and have it run. These outer shells are updated multiple times per day to evade detection by security software, and many even employ server-side polymorphism on the malware repository, which means each individual victim will receive a distinct copy of the malicious file. It’s not hard to see why naive signature-based detection techniques cannot keep up with this style of distribution.

Statis analysis of a Pushdo sample, courtesy of OpenDNS Security Labs
Statis analysis of a Pushdo sample, courtesy of OpenDNS Security Labs

Crypters have made it much easier for attackers to hide their malware from security solutions that rely on automated file signature matching. Essentially, the file signature is no longer based on the ability of a malware author to rewrite/recompile the code for each attack campaign, but on a third party specialist that sells crypter software, which can itself be reused. Since most financially-motivated crime tends to strives to compromise as many targets as possible (although there are exceptions), criminals have favored this method of disguising file signatures in recent years.

Network-level obfuscation can also be accomplished through a number of methods to make an attacker’s traffic patterns and connections look random or disguise them as network traffic. From the same blog OpenDNS Security Labs blog post:

Previous versions of Pushdo have used DNS smokescreens, URL path randomization, and DGA fall back techniques for obscuring command and control (C2) communication.

Domain generation algorithms (DGAs) are another common method of making it difficult to detect malicious network connections. As detailed elsewhere on this blog, DGAs can create hundreds or thousands of domains that a machine checks daily, which can be used as command-and-control nodes for botnets or other infected machines. Generally, a combination of randomness and volume is used to disguise which domains are really being utilized for malicious communications.

Both of these methods, however, do still leave a trail of clues that security researchers can follow. You can read about methods for defeating crypters and DGAs in the aforementioned Labs blog post and here.

Old Fashioned OPSEC

Do you want to pass a confidential message to a coworker that’s private and secure? First, walk over to them. Next, tell them your message, quietly. That’s it! No encryption or Tor Hidden Services required.

OPSEC (operational security, in military parlance) is generic shorthand for the techniques people use to keep their plans or activities secret. Most OPSEC techniques can be decidedly low tech. For instance, sneakernets are one of the simplest ways of hiding your online activity — just stay offline. Accordingly, most of today’s online criminals try to keep activities like selling/purchasing crypters, renting time on botnets away from prying eyes, instead relying on Dark Web forums to carry out those activities.

Other simple “operational hygiene” techniques are commonly used by bad guys to hid their activity, such as one-time use email addresses. For example, the use of overlapping email addresses for registering domains connected with the Angler exploit kit and Bedep botnet have led the research to link the these two pieces of malicious infrastructure.

One of biggest developments of the last decade has been the specialization and professionalization of cybercrime. Today’s financially-motivated online criminals have an array of services, providers, and infrastructure that they can utilize to carry out attacks. A criminal might purchase malware from an online forum, an exploit kit to deliver the malware, rent time on a botnet to deliver command-and-control instructions to compromised machines. Sometimes, these services will be bundled into a single turnkey solution, which allows criminals to easily scale their operations and go after more targets.

Based on the writing of security blogger Brian Krebs, it seems that one of the biggest OPSEC problems for today’s criminals comes from simply having to operate businesses that caters to (and compete with) other criminals. Krebs has written extensively about several incidents where criminals have hacked one another.

Also, separation of providers makes it harder to keep OPSEC intact, every other “dumb customer” of a bulletproof hosting provider provides more information that infosec teams can use to zero in on the source of an attack. Dark Web forums also face a conundrum: in order to attract enough criminals to be useful, they still must be “known” to a certain subset of the criminal population. This very quality makes it difficult for these forums to avoid attracting attention from security researchers.

Join the OpenDNS Blog again next week, when we speak with OpenDNS Security Labs researcher Anthony Kasza about how researchers are finding new ways to uncover malicious behavior online.

Previous Post:

Previous Article

Next Post:

Next Article

Follow Us

  • Twitter
  • Facebook
  • LinkedIn
  • YouTube

Footer Sections

What we make

  • Cloud Security Service
  • DNS-Layer Network Security
  • Secure Web Gateway
  • Security Packages

Who we are

  • Global Cloud Architecture
  • Cloud Network Status
  • Cloud Network Activity
  • OpenDNS is now Umbrella
  • Cisco Umbrella Blog

Learn more

  • Webinars
  • Careers
  • Support
  • Cisco Umbrella Live Demo
  • Contact Sales
Umbrella by Cisco
208.67.222.222+208.67.220.220
2620:119:35::35+2620:119:53::53
Sign up for a Free Trial
  • Cisco Online Privacy Statement
  • Terms of Service
  • Sitemap

© 2023 Cisco Umbrella