Dark Reading is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them.Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.

Comments
Financial Firms Face Threats from Employee Mobile Devices
Newest First  |  Oldest First  |  Threaded View
tdsan
tdsan,
User Rank: Ninja
7/30/2019 | 6:38:11 AM
Re: Kill the reliance
LOL, but their data is being harvested to fund the large corporate conglomerates and government entities every day. There are a few areas in which it is being done:
  • Microsoft - they have telemetry built into the OS where it sends information back to their location, it can be removed but most people don't know how (Google is your friend but even those guys are doing the same thing)
  • Phones - Amazon (mobile tool sends data back based on your shopping patterns), Google sends information back based on your location and browsing searches
  • Governments - they take information from a number of different sources including the ones mentioned and prioritize this data using tools called "Boundless Informant", "Prism", "XKeyScore" and "Facia"

Readings - Boundless Informant

So to be honest, nothing is private anymore, but I digress, the conversation has gotten off track. The financial firms and the information associated with mobile devices can be managed and controlled by tools from Aruba Networks, Airwatch, SOTI MobileControl and others (reference - MDM Mgmt Tools).

But you brought up some good points.

T

 
Ritu_G
Ritu_G,
User Rank: Moderator
7/30/2019 | 2:24:18 AM
Kill the reliance
There's definitely something to be worried about since I don't know of anybody who isn't already connected by some sort of mobile device. But it's not just being connected on such technology but the dependence of people on it! I reckon there are a lot of people who would totally freak out if their devices crashed, least of all to know that all their private information was being harvested and collected to feed the greedy corporate commercialist companies!
tdsan
tdsan,
User Rank: Ninja
7/22/2019 | 7:22:41 AM
Re: Basic security

Yes, that is good but what if you are dealing with a disgruntled employee or someone leaving the office (I have seen attorneys take case files). Also, if they copy files to the computer, disconnect it from the network, connnect the phone to the computer and then upload a file to and from the computer. Having a policy is good, but there is a thing called human nature which will always be the problem. - Todd

 
MelBrandle
MelBrandle,
User Rank: Moderator
7/22/2019 | 1:32:43 AM
Basic security
At all my previous workplaces, employees would always be reminded that external networks cannot be connected to our work network. This is to prevent any potential risks from external sources. It has become more of a common practice and almost a common sense from then on. Employees need to know basic security concerns without even having to be told.
tdsan
tdsan,
User Rank: Ninja
7/14/2019 | 9:45:19 PM
Alternative way of looking at potential attacks
One thing that is not mentioned is the fact that the user can unplug the machine from the network, connect the phone to the computer and download or upload files from or to the phone. The phone can act as a wireless beacon and sharing device where users from different regions can access the phone over a long-distances.

Also, the phone can be installed with application software to perform a network assessment of the environment, there are discussions about Raspberry PI being on a network for a period of 10 months, I am sure a phone would not even be considered an issue because NASA did not find that device and it sticks out, not so sure they would even think to look for a phone if configured right.

A way to address this issue would be a number of ways:
  • Disable USB using AD GPOs (Group Policies)
    • Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\USBSTOR\" -Name "start" -Value 4
  • Install and Configure "Comodo" to block PowerShell items on the network (any respected HIDS is good)
    • https://antivirus.comodo.com/
  • Configure the network to disable port if it has been disable for a period of time
    • SW1>enable
      SW1#configure terminal
      Enter configuration commands, one per line.  End with CNTL/Z.
      SW1(config)#interface range fastEthernet 0/1-2
      SW1(config-if-range)#switchport mode access
      SW1(config-if-range)#
      SW1(config-if-range)#switchport port-security
      SW1(config-if-range)#
      SW1(config-if-range)#switchport port-security maximum 1
      SW1(config-if-range)#switchport port-security mac-address sticky
      SW1(config-if-range)#switchport port-security violation restrict


There are a number of ways to address these issues but the addage is that we need to be forever vigilant.

Todd


Edge-DRsplash-10-edge-articles
I Smell a RAT! New Cybersecurity Threats for the Crypto Industry
David Trepp, Partner, IT Assurance with accounting and advisory firm BPM LLP,  7/9/2021
News
Attacks on Kaseya Servers Led to Ransomware in Less Than 2 Hours
Robert Lemos, Contributing Writer,  7/7/2021
Commentary
It's in the Game (but It Shouldn't Be)
Tal Memran, Cybersecurity Expert, CYE,  7/9/2021
Register for Dark Reading Newsletters
White Papers
Video
Cartoon
Current Issue
Everything You Need to Know About DNS Attacks
It's important to understand DNS, potential attacks against it, and the tools and techniques required to defend DNS infrastructure. This report answers all the questions you were afraid to ask. Domain Name Service (DNS) is a critical part of any organization's digital infrastructure, but it's also one of the least understood. DNS is designed to be invisible to business professionals, IT stakeholders, and many security professionals, but DNS's threat surface is large and widely targeted. Attackers are causing a great deal of damage with an array of attacks such as denial of service, DNS cache poisoning, DNS hijackin, DNS tunneling, and DNS dangling. They are using DNS infrastructure to take control of inbound and outbound communications and preventing users from accessing the applications they are looking for. To stop attacks on DNS, security teams need to shore up the organization's security hygiene around DNS infrastructure, implement controls such as DNSSEC, and monitor DNS traffic
Flash Poll
Twitter Feed
Dark Reading - Bug Report
Bug Report
Enterprise Vulnerabilities
From DHS/US-CERT's National Vulnerability Database
CVE-2023-33196
PUBLISHED: 2023-05-26
Craft is a CMS for creating custom digital experiences. Cross site scripting (XSS) can be triggered by review volumes. This issue has been fixed in version 4.4.7.
CVE-2023-33185
PUBLISHED: 2023-05-26
Django-SES is a drop-in mail backend for Django. The django_ses library implements a mail backend for Django using AWS Simple Email Service. The library exports the `SESEventWebhookView class` intended to receive signed requests from AWS to handle email bounces, subscriptions, etc. These requests ar...
CVE-2023-33187
PUBLISHED: 2023-05-26
Highlight is an open source, full-stack monitoring platform. Highlight may record passwords on customer deployments when a password html input is switched to `type="text"` via a javascript "Show Password" button. This differs from the expected behavior which always obfuscates `ty...
CVE-2023-33194
PUBLISHED: 2023-05-26
Craft is a CMS for creating custom digital experiences on the web.The platform does not filter input and encode output in Quick Post validation error message, which can deliver an XSS payload. Old CVE fixed the XSS in label HTML but didn’t fix it when clicking save. This issue was...
CVE-2023-2879
PUBLISHED: 2023-05-26
GDSDB infinite loop in Wireshark 4.0.0 to 4.0.5 and 3.6.0 to 3.6.13 allows denial of service via packet injection or crafted capture file