• 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
Research

Investigating A Malicious Attachment Without Reversing

By Andrew Hay
Posted on March 4, 2015
Updated on July 24, 2020

Share

FacebookTweetLinkedIn

Do you need to be a hardcore malware reverser to understand how malware works under the covers? No, not always. Here’s an example of using some free tools and OpenDNS Investigate to expedite the analysis process and rapidly protect your organization.

Subject: Urgent Notification N443111645
Thank you for placing order with our company now! Your purchase is processing right now.
Outright Purchase: 4200 AUD
Please check the statement given with this email to see more details about your order.
ORDER DETAILS
Purchase Number: AGS873904473
Order Date: 12:45 Monday, Mar 2 2015
Customer Email: <victim email address>

Attached to the email is a Microsoft Compiled HTML Help file (.chm) that, according to VirusTotal at the time of this writing, has been uploaded 28 times since 2015-03-02 23:11:38.
Screenshot 2015-03-02 21.52.22
The file most commonly utilizes the pattern payment_ddddd.chm, where ‘ddddd‘ is a seemingly random generated integer five digits in length.
Screenshot 2015-03-02 21.50.01
Full dynamic analysis of this file can be viewed here: https://www.virustotal.com/en/file/0d18bc9bd50080598f9d69032de95b2ed438e77884a6389755f523f3901c0b39/analysis/.
When executed, the .chm file downloads an executable named tv.exe from www[.]igloofire[.]com. The tv.exe file generates domain names using a DGA, tries to resolve the domain names, and finally contacts those domains with a single HTTP GET request and 20 HTTP POST attempts. The VirusTotal dynamic analysis for the tv.exe file can be viewed here: https://www.virustotal.com/en/file/8e801b9171291c11b0a3fcbd4314a078ff2c43305808fd49434858654e4e4bde/analysis/
“But Andrew,” you ask, “how do you know that? We don’t see anything in the VirusTotal analysis to substantiate that.”
Screenshot 2015-03-03 08.03.47
That’s absolutely correct. In fact, the dynamic analysis from VirusTotal only shows communication to 134.170.185.211 on UDP port 123 – which is a Microsoft NTP server that the Windows virtual machine likely called out to in order to sync its time.
This exact situation illustrates some of the issues with relying entirely on dynamic analysis engines. That being said, we strongly suggest that you try multiple engines/platforms when performing dynamic analysis to see what shakes out. One alternative is The Shadowserver Foundation’s Malwr.com platform. Analyzing the downloaded tv.exe file on Malwr.com shows us that several signatures have been trigged.
Screenshot 2015-03-03 08.55.19
As well as interaction with the DGA in question – perviylich[.]ru
Screenshot 2015-03-03 08.55.09
Additionally, we can observe the system level communication flow and the Windows hooks involved in said communication.
Screenshot 2015-03-03 08.12.14
Now reversing the malware would have eventually given us this domain but we’re in triage mode right now. We can always reverse the malware later to confirm and/or expand our findings.
Looking up the perviylich[.]ru domain in OpenDNS Investigate, we can tell several things:
1) The domain is blocked by OpenDNS
2) The domain only recently became active
Screenshot 2015-03-03 08.18.52
3) The majority of clients requesting the domain are from Australia (80%) – perhaps a targeted attack on a particular region?
Screenshot 2015-03-03 08.21.15
4) The threat model identifies this domain as having a high likelihood of being a DGA
Screenshot 2015-03-03 08.22.50
5) The domain utilizes the following IP addresses: 193.169.86.178 (also the name server) and 62.76.187.73
Screenshot 2015-03-03 08.24.12
6) The IPs are allocated to AS’ in Ukraine and Russia, respectively
Screenshot 2015-03-03 08.26.00
Screenshot 2015-03-03 08.26.47
7) The IP addresses also host a number of other DGA-looking domains
Screenshot 2015-03-03 08.28.56
Screenshot 2015-03-03 08.27.51
8) In looking at some of the other domains on that infrastructure, we can see a similar pattern across the entire hosting IP addresses
9) We can also see a pattern emerge that shows pairings of DGA registrations utilizing the same domain name combined with both a .ru (Russia) TLD and a .su(Soviet Union) TLD.
Screenshot 2015-03-03 08.32.33
Screenshot 2015-03-03 08.32.25
Screenshot 2015-03-03 08.32.18
Screenshot 2015-03-03 08.32.10
10) Using this information, we can create a master list of domains involved in this particular malware infrastructure run:

cvelasiren[.]ru
cvelasiren[.]su
dobriytsar[.]ru
dobriytsar[.]su
dobroeutro[.]su
eplayavodka[.]ru
gromkiyzvuk[.]ru
gromkiyzvuk[.]su
holodnoepivo[.]su
horoshiyden[.]ru
horoshiyden[.]su
korichneviyrassvet[.]ru
korichneviyrassvet[.]su
krepkiystul[.]ru
krepkiystul[.]su
krugovayaporuka[.]ru
krugovayaporuka[.]su
lasiren[.]su
letniydozhd[.]ru
letniydozhd[.]su
nogaknoge[.]ru
nogaknoge[.]su
perviyclass[.]su
perviylich[.]ru
perviylich[.]su
perviysneg[.]ru
perviysneg[.]su
podliyvrag[.]ru
podliyvrag[.]su
rozoviyzakat[.]ru
rozoviyzakat[.]su
shumelkamish[.]ru
shumelkamish[.]su
silniygrom[.]ru
silniygrom[.]su
techetreka[.]ru
techetreka[.]su
temnayanoch[.]ru
temnayanoch[.]su
temniyles[.]ru
temniyles[.]su
teplayavodka[.]ru
teplayavodka[.]su
tihiyshepot[.]ru
tihiyshepot[.]su
tomniyvecher[.]ru
tomniyvecher[.]su
truhlyaviypen[.]ru
truhlyaviypen[.]su
trusliviyzayac[.]ru
trusliviyzayac[.]su
utliycheln[.]ru
utliycheln[.]su

If you’re a visual person, you can also graph the domains, using the OpenDNS Investigate API and the open source OpenGraphiti tool, to show the linkages. The image below shows the domains (outside edge of circle) and how they’re associated with the two IP addresses found earlier in this post.
Screenshot 2015-03-03 08.44.35
To confirm findings, however, you can (and probably should) analyze the memory of the running binary to ensure that there are no subsequent IP addresses or domains called out to that may have been missed by your dynamic analysis engines. In this particular case, there were no additional domains or IP addresses.
11) Digging even further into the domain list, we can query Investigate for any IP addresses these domains resolved to in the past
Placing the domains into Maltego and using OpenDNS’s Investigate transform, we found two IP addresses these domains resolved to. Both

  • 193.169.86.178
  • 62.76.187.73

Both of these IP addresses were also the IP addresses of the domains’ name servers. This add to the suspiciousness of the domain names.
12) Identifying the name server domains, we queried Whois to find more information about the registrant of the name server domains. 
It turns out the email account, domains.globality87234@yopmail.com, used to register the name server domains also registered a handful of other domain names.

Domain Name Creation Date
johny-mrroinson.com 09-jan-2015
financeoutfeet.com 17-jan-2015
jhon-russel.com 20-jan-2015
dnsservice7736.com 22-jan-2015
nick-stoll.com 30-jan-2015
dnsbbbbdns.com 31-jan-2015
jopanikstor.com 07-feb-2015
nsserver-noserver.com 10-feb-2015
dnskkop12.com 15-feb-2015
 dnsdomainserv12.com  16-feb-2015
dns-pupkin-vasya.com  03-mar-2015

All of which had similar subdomains of ns1, ns2, ns3, and ns4 and all of which were registered through the notoriously abused BizCN.com registrar and were acting as name servers for fastflux as well as command and control domains.
We dumped all these domains, their subdomain, and their IP addresses into our Maltego graph and found some interesting connections.
ab
13) Noting that YopMail is a free temporary email service, we visited the site and checked the web-based inbox of domains.globality87234@yopmail.com (the registrant of all these name servers associated with malicious domains)
It turns out the registrar confirmation emails were still there, dating March 1 through March 3. This confirms the whois records.
Screen Shot 2015-03-03 at 14.15.14
Screen Shot 2015-03-03 at 14.14.43
Screen Shot 2015-03-03 at 14.12.41
Screen Shot 2015-03-03 at 14.15.00
14) It should be noted that AS48031 is a rogue AS that has been serving malicious sites for a while in addition to performing various evasive actions.
We’ve been monitoring it for a while and discussed it in March 2014 in this webcast (minute 19:25 in “Rogue and Stealth ASNs”) and at Virus Bulletin here.
AS48031, XSERVER-IP-NETWORK-AS PE Ivanov Vitaliy Sergeevich,UA, that a lot of security folks will recognize has been hosting all kinds of malicious and shady content (malware, browser-based ransomware, porn sites, spam, radical forums) and it’s been “fluxing” on and off the routable IP space. For example, in earlier 2014, it disappeared off the global routing table but as of early March 2015, AS48031 is online and advertising its prefixes by verifying our BGP routing tables and as shown below.
AS48031_now
At the time of this writing, there are 1900+ live IPs on AS48031 IP space, and further checking them reveals finer granularity of allocation. A few suspicious small hosters are selling this sub-allocated IP space for customers via VPS, VDS, and dedicated servers. justhost.in.ua is one of these hosters that warrants further scrutiny. We discussed similar rogue or abused small hosting providers in our recent talks at BlackHat, DefCon and Virus Bulletin.
justhostin

We wouldn’t be surprised to see a few domains start using dns-pupkin-vasya.com as an authoritative zone very soon and can with confidence, say they are domains you don’t want your devices connecting to.
At this point you should have a good idea of how to leverage OpenDNS Investigate to perform detailed malware triage and infrastructure investigations to protect your organization and its users – all without having to open a hex editor or manual debugger.
Until next time!

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