Exploring Advanced Persistent Threats and their evasive techniques

0
[ad_1]

Unpacking one of the most dangerous threats in cybersecurity.

Cyber criminals come in all shapes and sizes.

On one end of the spectrum, there’s the script kiddie or inexperienced ransomware gang looking to make a quick buck. On the other end are state-sponsored groups using far more sophisticated tactics—often with long-term, strategic goals in mind.

Advanced Persistent Threats (APT) groups fall into this latter category.

Well-funded and made up of an elite squadron of hackers, these groups target high-value entities like governments, large corporations, or critical infrastructure. They often deploy multi-stage, multi-vector approaches with a high degree of obfuscation and persistence.

But for every small-to-medium-sized business (SMB) out there asking themselves “Why would an APT group care about me?” We have the answer. 

SMBs can be stepping stones to bigger targets—especially if they’re in a supply chain or serve larger entities. A whopping 93% of SMB execs even think nation-state hackers are using businesses like theirs as a backdoor into the country’s digital defenses.

In this post, we’ll break down how APT groups work, explain their tactics and evasive techniques, and how to detect APT attacks.

How APT groups work

The aim of APT groups is not a quick hit, but a long-term presence within a system, allowing them to gather as much information as they can while remaining undetected.

APTs stand apart from typical cybercriminals in several key ways:

  • Motive: Unlike ordinary cybercriminals, APTs are primarily driven by the acquisition of intelligence. While they might engage in activities that yield financial gains, their primary funding comes from the state they serve, not from their operations.
  • Tools: APTs have access to advanced tools and zero-day vulnerabilities. They keep these under wraps for as long as they can, only resorting to destructive malware when necessary.
  • Crew: APTs consist of experienced and motivated individuals who work in close coordination with one another. This is a stark contrast to traditional cybercriminals, where distrust often prevails.

An example of APT reconnaissance (RedStinger) as observed by the Malwarebytes Threat Intelligence Team 

So, how does an APT work its dark magic? Here’s a quick rundown:

  • Step 1: Reconnaissance. This could be anything from figuring out whether there’s sensitive data or information worth stealing to making a hit list of employees or ex-employees.
  • Step 2: Infiltration. Usually, this involves some crafty social engineering, like spear phishing or setting up a watering hole to deliver custom malware.
  • Step 3: Establishing a foothold. APTs need someone inside the target’s network to run their malware.
  • Step 4: Expanding their reach. This might involve further deployment of malware, reconnaissance of the network, or other activities aimed at consolidating their position.
  • Step 5: Data acquisition. The ultimate goal is to acquire the desired data. They might need to get more access in the network to do this.
  • Step 6: Maintaining presence. Once they’re in, they might need to create more entry points or even leave a backdoor open for a return visit. If they’re done, they’ll clean up their mess to cover their tracks.

While not all these steps are required in every case, and the time and effort expended on each can vary widely, this provides a general framework for understanding how APTs operate.

Evasive techniques of APT attacks

Alright, now that we know the basics of how APTs operate, let’s dive into the specifics of their tools, techniques, and procedures (TTPs).

TTP (MITRE ATT&CK) Description
Phishing (Spear-phishing Attachment, Spear-phishing Link) APT groups frequently initiate targeted spear-phishing attacks, often combined with social engineering and exploitation of software vulnerabilities, to gain initial access to a target network.
Execution through API (T1059.005) or User Execution (T1204) Once inside a network, APTs use legitimate system tools and processes to carry out their activities in a way that blends in with normal network activity and avoids detection.
Exploitation for Client Execution (T1203) APT groups frequently discover and exploit zero-day vulnerabilities — these are software flaws unknown to the software’s vendor at the time of exploitation.
Lateral Movement (Tactic ID: TA0008) After gaining initial access, APTs use lateral movement techniques, such as Pass the Hash (PtH), to explore the network, elevate their privileges, and gain access to more systems.
Exfiltration Over C2 Channel (T1041) APTs typically employ advanced, stealthy techniques for stealing data, such as splitting it into small packets, encrypting it, or sending it out during normal business hours to blend in with regular traffic.
Establish Persistence (Tactic ID: TA0003) APT groups use techniques like multiple backdoors, rootkits, and even firmware or hardware-based attacks to maintain access to a network even after detection and remediation efforts.
Supply Chain Compromise (T1195) APTs sometimes compromise software or hardware vendors to exploit the trust relationships between those vendors and their customers, thereby gaining access to the customers’ systems.

In a word, APT groups use methods like “living off the land” (utilizing built-in software tools to carry out their activities), fileless malware (malware that resides in memory rather than on disk), encryption (to hide their communication), and anti-forensic measures (to cover their tracks). 

Breakdown of different APT groups

Attribution is always a bit thorny when it comes to different APT groups, but some groups are rather well-known and their origin has become clear. A naming convention that not everyone follows is: Chinese APT actors are commonly known as “Pandas,” Russian APTs as “Bears,” and Iranian APTs as “Kittens”.

Some examples:

  • APT28 aka Fancy Bear (Russia)
  • Nemesis Kitten (Iran) a sub-group of Iranian threat actor Phosphorus (APT35)
  • APT1 aka Comment Panda aka unit 61398 of the People’s Liberation Army (China)

Countries typically have different groups that focus on different targets, but generally speaking, some of the most frequently hit sectors are governments, aerospace, and telecommunications. 

According to the cyber threat group list compiled by MITRE ATT&CK, we’re aware of over 100 APT groups worldwide. The majority of these groups have ties to China, Russia, and Iran. In fact, China and Russia alone are reportedly connected to nearly 63% of all these known groups.

For the purposes of this article, I compiled data on 37 different APT groups listed by American cybersecurity firm Mandiant and broke them down by country. I also ran numbers of the most frequently mentioned target industries; as this data comes from a relatively small sample size, treat these as rough estimates. 

Detecting Advanced Persistent Threats (APTs)

You’ve got a few tricks up your sleeve when it comes to detect APTs on your network.

You can use things like Intrusion Detection and Prevention Systems, or IDS/IPS for short, which keep an eye on your network traffic. Regular check-ups on your logs and network can also give you clues.

Then there’s following bread crumbs known as Indicators of Compromise (IoCs) and watching for any weird behavior from users or end devices. But here’s the thing, these threats are getting smarter and trickier.

That’s where Endpoint Detection and Response (EDR) comes in. Let’s take a look at how EDR can help level up your defense game against these APTs.

Consider, for example, the fairly common case of an APT group using Mimikatz, an open source tool for Windows security and credential management, to extract credentials from memory and perform privilege escalation. MITRE lists at least 8 APT groups observed to use Mimikatz for this exact purpose. 

Using Malwarebytes EDR, we can find suspicious activity like this and quickly isolate the endpoint with which it’s associated.

Clicking into a high-severity alert, we’ll see that we have categorization of rules to help a maybe newer or less savvy security expert understand what’s going on with this process.

What we see here is the actual categorization of behaviors that Malwarebytes witnessed in this process. Each of these little bubbles has been color coded to help you understand the severity of this issue.

At the bottom, we have a detailed process timeline as well. Clicking into any of these nodes, we get a lot of rich context information about what this process did.

As a security analyst or an IT admin, the first question you typically ask when an incident occurs is: What happened? Do we know if it’s malicious? What is the actual extent of the potential damages? And so on.

We can see the exact time that it ran and the file hashes, so if we needed to do further investigation, we have those available. And most importantly, we’ve highlighted below the command line actually used to execute this technique on our machine.

This is really suspicious looking code that could definitively be a sign of an APT on the network. This PowerShell command is downloading and executing Mimikatz from a remote server. Let’s remediate ASAP!

Closing this view out we’ll find a “Respond” option in the upper-right hand corner with a drop-down menu to “Isolate Endpoint“.

We have three layers of isolation that we can provide: network isolation, process isolation, and desktop isolation.

The network and process isolations are intended to give us the ability to quarantine that machine and prevent it from doing anything that is not authorized by Malwarebytes.

What this means is, we can still use our Malwarebytes console to trigger scans to perform other tasks and to review data, but the machine otherwise can’t communicate or run anything else. 

Bam! This potential APT threat is blocked all in a matter of minutes.

Want to see Malwarebytes EDR in action? Learn more here.

Respond to APT attacks quickly and effectively

Managed Detection and Response (MDR) services provide an attractive option for organizations without the expertise to manage EDR solutions. MDR services offer access to experienced security analysts who can monitor and respond to threats 24/7, detect and respond to APT attacks quickly and effectively, and provide ongoing tuning and optimization of EDR solutions to ensure maximum protection.

Stop APT attacks today


[ad_2]
Source link

Google Pixel 7a vs Google Pixel 5a 5G

0
[ad_1]

The Google Pixel 5a 5G launched back in August 2021. Plenty of you probably still carry that phone, and some of you may be wondering whether it’s time to upgrade. Google announced a new mid-ranger during this year’s Google I/O, the Pixel 7a. That may actually be the perfect phone to upgrade to from the Pixel 5a 5G. In order to help you with that decision, we’ll compare the Google Pixel 7a vs Google Pixel 5a 5G here.

We’ll first list their specifications, and will then move to compare the two phones across a number of categories, including design, display, performance, battery, cameras, and audio. These two phones do have some things in common, but the Pixel A series did change quite a bit in the last two years. So, if you’re wondering whether the Pixel 7a is worth upgrading to, read on.

Specs

Google Pixel 7a Google Pixel 5a 5G
Screen size 6.1-inch fullHD+ flat OLED display (90Hz refresh rate) 6.34-inch fullHD+ OLED HDR display (60Hz)
Screen resolution 2400 x 1080 2400 x 1080
SoC Google Tensor G2 Qualcomm Snapdragon 765G
RAM 8GB (LPDDR5) 8GB/12GB (LPDDR5)
Storage 128GB (UFS 3.1), non-expandable 128GB, non-expandable (UFS 2.1)
Rear cameras 64MP (f/1.9 aperture, 26mm lens, 0.8um pixel size, OIS, Dual Pixel PDAF)
13MP (f/2.2 aperture, 120-degree FoV, 1.12um pixel size)
12.2MP (f/1.7 aperture, 27mm lens, 1.4um pixel size, dual pixel PDAF, OIS)
16MP (ultra-wide, f/2.2 aperture, 1.0um pixel size, 119-degree FoV)
Front cameras 13MP (f/2.2 aperture, 20mm lens, 1.12um pixel size) 8MP (f/2.0 aperture, 24mm lens, 1.12um pixel size)
Battery 4,385mAh, non-removable, 20W wired charging, 18W wireless charging
Charger not included
4,680mAh, non-removable, 18W wired charging
Charger included
Dimensions 152 x 72.9 x 9mm 154.9 x 73.7 x 7.6mm
Weight 193.5 grams 183 grams
Connectivity 5G, LTE, NFC, Bluetooth 5.3, Wi-Fi, USB Type-C 5G, LTE, NFC, Bluetooth 5.2, Wi-Fi, USB Type-C
Security In-display fingerprint scanner (optical)
Face Unlock
Rear-facing fingerprint scanner
OS Android 13 Android 11 (upgradable to Android 13)
Price $499 $350
Buy Amazon Amazon

Google Pixel 7a vs Google Pixel 5a 5G: Design

These two phones do look considerably different. The Pixel 5a 5G was the last Pixel A series phone that had that minimalistic, understated design. The Pixel 7a includes a camera visor on the back, which is covered by metal, which makes the phone easily recognizable as a Pixel device. The Pixel 5a, on the other hand, has a regular camera island in the top-left corner, with two cameras on the inside.

The Pixel 7a is made out of metal and plastic (it has a plastic back), while the Pixel 5a 5G is made out of aluminum, but it has a different coating on the back, so you’re not touching aluminum directly. The Pixel 7a has more of a squarish design, and a centered display camera hole. The Pixel 5a 5G has rounded corners, and display corners, and a display camera hole in the top-left corner. Both phones do include flat displays.

The Pixel 7a is a bit shorter, a bit narrower, and thicker. It does have a smaller display, so that is to be expected. It is also about 10 grams heavier than the Pixel 5a 5G. Both smartphones offer IP67 certification for water and dust resistance. They both feel good to hold and use, but a bit different due to the different builds and materials used. The Pixel 7a is slightly smaller, but not by a lot. It does look and feel more premium, though.

Google Pixel 7a vs Google Pixel 5a 5G: Display

The Pixel 7a has a 6.1-inch fullHD+ (2400 x 1080) OLED display. This panel is flat, and it comes with HDR support. It also offers a 90Hz refresh rate, and has a 20:9 aspect ratio. The display is protected by the Gorilla Glass 3. That is not the best protection around, as it’s kind of prone to microscratches, but there you have it.

Google Pixel 5a AM AH 2
Google Pixel 5a 5G display

On the flip side, the Pixel 5a 5G, has a 6.34-inch fullHD+ (2400 x 1080) OLED display. This display also has HDR support, but it doesn’t offer a high refresh rate. It is a 60Hz display. It does have the same aspect ratio as the Pixel 7a, though, and also the same display protection. Using a screen protector on both of these phones is definitely recommended.

Both displays do look good, though. They do offer vivid colors, and the viewing angles are not bad either. Both of them are more than sharp enough, and have good touch response. The Pixel 7a does have the advantage due to its higher refresh rate, and it also does get a bit brighter than the Pixel 5a 5G’s panel. Having said that, both of these displays will serve you well, even though they’re not amongst the best out there. That is normal, though, these are budget phones.

Google Pixel 7a vs Google Pixel 5a 5G: Performance

Google’s Tensor G2 SoC fuels the Pixel 7a. The phone also includes 8GB of LPDDR5 RAM and 128GB of UFS 3.1 flash storage. The Pixel 5a 5G, on the flip side, is fueled by the Snapdragon 765G SoC. The device also includes LPDDR4X RAM and UFS 2.1 flash storage on the inside. The Pixel 7a is, without a doubt, a more powerful smartphone. That’s not surprising considering it’s almost two years newer.

The phone does a great job when it comes to regular, everyday performance. That processor is also used by Google’s flagship phones, by the way. Gaming is also not an issue for the device, although the most demanding titles will not run on the top level. This chip is not made for gaming after all. The Pixel 5a 5G, on the other hand, does a good job when it comes to performance, but when used side-by-side, it’s easy to notice the Pixel 7a is the most powerful smartphone.

The Pixel 5a 5G does a good job when gaming is concerned, but the Pixel 7a has it beat in that regard. For most people, however, both of these phones will be more than sufficient enough. The Pixel 7a is an improvement performance-wise, though, for sure.

Google Pixel 7a vs Google Pixel 5a 5G: Battery

A 4,385mAh battery sits inside the Pixel 7a, while a 4,680mAh battery can be found inside the Pixel 5a 5G. Both devices offer really good battery life, but the Pixel 5a 5G has the Pixel 7a beat. We haven’t really used that phone in some time now, but when we did, it was able to cross the 9-hour screen-on-time mark. It was one of the best smartphones when it comes to battery life back then.

The Pixel 7a doesn’t exactly come close to that. The phone can provide around 7 hours of screen-on-time, at least it was possible for us. It took the battery some time to stabilize, but getting around 7 hours of screen-on-time is not a problem now. Your mileage may, of course, vary. We don’t really play a lot of games on these phones, other than when we’re testing gaming performance, so… take that into account.

Both of these devices support 18W wired charging, though the Pixel 7a supports PD3.0 standard, while the Pixel 5a 5G is using PD 2.0. The Pixel 7a also supports 7.5W wireless charging, in case you were wondering. It is worth noting that the Pixel 5a 5G does include a charger in the box, unlike the Pixel 7a.

Google Pixel 7a vs Google Pixel 5a 5G: Cameras

The Pixel 7a comes with a 64-megapixel main camera, and a 13-megapixel ultrawide unit. This is the first time Google is using these sensors. The Pixel 5a 5G, on the flip side, comes with a 12.2-megapixel main camera, and a 16-megapixel ultrawide camera. We’ve seen that main camera on many Pixel phones thus far, and even though it’s dated, it still does a great job overall.

Google Pixel 7a Review AM AH 17
Google Pixel 7a cameras

Having said that, Google’s image processing plays a huge role when it comes to Pixel smartphone photography. That’s what makes that 12.2-megapixel camera sensor, which is quite dated at this point, still be able to perform and compete without a problem. How does that 64-megapixel camera from the Pixel 7a stack up in comparison? Well, it does offer similar, and yet different results.

You’ll see a lot of similarities in good lighting. The images do come out well-balanced, and quite sharp, though you may notice some differences in high dynamic range scenarios. Quite frankly it’s a tossup, depending on the scene. In low light, the Pixel 7a tends to emphasize warmer tones, making the images look a bit more realistic. The Pixel 5a 5G usually provides colder tones in low light images. The video recording is better on the Pixel 7a, but quite frankly, neither phone is great when it comes to video recording.

Audio

Yes, you will find stereo speakers on both of these smartphones. Those speakers are good enough on both phones, but the Pixel 7a does have a slightly louder output. The sound overall is good on both devices.

The Pixel 5a 5G, unlike the Pixel 7a, also has a 3.5mm headphone jack. You can hook up your wired headphones to the Pixel 7a too, but via a Type-C port, so chances are you’ll need a dongle. The Pixel 7a supports Bluetooth 5.3, while the Pixel 5a 5G comes with Bluetooth 5.0 support.


[ad_2]
Source link

Wendy’s will start using robots to deliver mobile orders

0
[ad_1]

It’s no secret that each of us has imagined a future where robots come to deliver our food, whether it’s at our homes or in restaurants. However, it looks like Wendy’s might soon make this future a reality as the fast-food giant has recently partnered with autonomous logistics company Pipedream to develop a robot-powered “underground delivery system” for online order pickups.

This decision follows the company’s recent announcement of using the PaLM AI language model to help people place orders. And according to Matt Spessard, Wendy’s senior vice president and global chief technology officer, “As mobile ordering preferences increase, we’re thrilled to be the first quick service restaurant to partner with Pipedream, leveraging their unique delivery technology and system with the goal of reinventing digital pick-ups to bring more Wendy’s to more people as quickly and efficiently as possible.”

So, how does this technology work?

Wendy’s says when a customer arrives at their designated parking spot and confirms their order via the Instant Pickup portal, an autonomous robot then travels through a network of tunnels and delivers the food directly to the customer’s parking spot. Therefore, eliminating the need for customers to enter the restaurant or wait in lengthy drive-thru queues. Moreover, Wendy’s also claims that since they use Pipedream’s state-of-the-art “temperature-controlled delivery technology,” the food will remain at an optimal temperature during transit.

Although Wendy’s plans to introduce this technology in the latter half of 2023, the company has not yet finalized the locations. Speaking on this, a spokesperson clarified, “Wendy’s is currently evaluating company-operated restaurants along the East Coast with high digital order volume to determine the site for launching this technology integration.”

However, it is important to note that this concept is not entirely new, as many restaurants and establishments have already adopted robots and AI to enhance the restaurant experience. For example, back in 2021, Chilli’s introduced Rita the Robot to serve food in its restaurant and has since expanded its use to around 60 out of its 1,200 locations in the US.


[ad_2]
Source link

OpenAI’s ChatGPT now has an official iPhone app with an Android version coming soon

0
[ad_1]

ChatGPT, OpenAI’s popular language model chatbot, now has a free iOS app, with an Android app on the way. This means that iOS users can now easily interact with ChatGPT without having to use a browser.
According to the product announcement, the app will be free to use and will be able to sync your history across devices. This means you can really take ChatGPT anywhere now and ask it those life-altering questions.
The app is currently available on the iOS App Store, and unlike its web counterpart, it will integrate Open AI’s speech recognition software, Whisper. This integration will allow users to utilize their devices’ voice input.

ChatGPT is powered by OpenAI’s GPT-3 language model, which is one of the world’s most powerful. GPT-3 is trained on a vast text and code dataset and can generate text that is indistinguishable from human-written material. Although the app will be free to use, ChatGPT Plus subscribers do have the advantage as they will exclusive access to the next-gen GPT-4, early access to features, and faster response times.


According to OpenAI, the ChatGPT app will be available first in the United States before expanding to other countries in the coming weeks. The company is also working on an Android version of the app, which will be available soon.

In the meantime, Android users can make use of the ChatGPT chatbot via the Bing app, which recently announced a Bing Chat widget that can be added to a mobile device’s home screen. The official ChatGPT app will become the second app that can be used to easily access the service on mobile devices, ahead of Google’s release of a Bard widget for Android.

The release of the ChatGPT app is a significant step forward for OpenAI. The service has become extremely popular and been at the forefront of the recent AI boom. The official app will undoubtedly become a popular resource for creative writing, research, and amusement.


[ad_2]
Source link

OnePlus Nord N30 nears its US launch with impressive specs

0
[ad_1]

OnePlus is gearing up to launch a new Nord series mid-range smartphone in the US. Rumors are that it will bring the Nord CE 3 Lite stateside, but with a different name. The handset that debuted in some international markets last month would be rebranded as Nord N30 in the US. While there hasn’t been any official word from the company yet, a Bluetooth certification has more or less confirmed the rumors.

The Bluetooth SIG ( Special Interest Group), which is the standards organization that oversees the development and licensing of Bluetooth technologies to device manufacturers, has certified three OnePlus devices under the same ID. More precisely, it has listed model numbers CPH2465, CPH2467, and CPH2515 in the same certification. The former two belong to the OnePlus Nord CE 3 Lite, as the listing mentions. The latter, meanwhile, is described as a “OnePlus Mobile Phone”.

Checking back on recent leaks and rumors, the CPH2515 is the model number for the unannounced OnePlus Nord N30. The FCC recently certified this model, along with the CPH2513. The two OnePlus phones were previously spotted on the company’s firmware archives under the same project ID. It specifically mentioned that the device will arrive as the OnePlus Nord CE 3 Lite 5G in India and OnePlus Nord N30 in the US. It even revealed that T-Mobile will sell the latter phone stateside along with OnPlus.

The OnePlus Nord N30 doesn’t yet have a launch date

The recent developments suggest OnePlus is getting closer to launching the Nord N30 in the US. The device will succeed last year’s Nord N30, which debuted late in April. Unfortunately, we don’t yet have a launch date for the new phone. Meanwhile, here’s a quick recap of its specs, which should be the same as that of the Nord CE 3 Lite.

Unless OnePlus tweaks things at the last minute, the Nord N30 will feature a 6.7-inch IPS LCD screen with 1080 x 2400 pixels resolution and 120Hz refresh rate. It will be a 5G-enabled mid-range handset powered by Qualcomm’s Snapdragon 695 chipset. OnePlus should offer the phone with 8GB of RAM and 128GB/256GB of storage. We are expecting a 108MP primary rear camera, a 16MP selfie camera, stereo speakers, a side-mounted fingerprint scanner, and a 5,000mAh battery with 67W fast charging support.

The OnePlus Nord CE 3 Lite has a price tag of £299 and €329 in the UK and the rest of Europe, respectively. A direct conversion today puts that into a $350-370 range. However, last year’s Nord N20 debuted with a $282 price tag in the US. So OnePlus would probably launch the Nord N30 with a sub-$300 starting price. We’ll let you know as soon as we find out more.


[ad_2]
Source link

Microsoft Bing Chat is more accessible on mobile via a new widget

0
[ad_1]

If you use Microsoft Bing Chat on your mobile device, then you’re in line to get some more accessibility features. Microsoft is now rolling out more accessibility features for Bing Chat on mobile devices. These features are available with the most recent update pushed out to the app.

Over the past weeks, Microsoft has been adding new functional features to Bing Chat for users to benefit from. But now, Microsoft seems to be focusing its attention on how users can access this AI chatbot feature quickly with their mobile devices. To help improve accessibility, this feature is now getting widgets on mobile devices.

These widgets will help users ask the Bing AI chatbot questions without opening the mobile app. This will work like every other widget and be placed on the home screen of the device. Users can then search for stuff directly without having to search for the Bing app on their smartphones.

Interact with Microsoft Bing Chat via widgets on your smartphone

This coming widget feature will roll out to Android and iOS devices later this week. Microsoft has already teased this feature alongside other entries to look out for with the coming update. Users will be able to activate a Microsoft Bing Chat widget on their device with the app’s coming update.

The new Bing widget will feature four elements with which users can access the AI feature. At the top of the 4×2 widget is the search bar, and under this will be three buttons. These buttons include the chat button, voice search button, and a third button that might pull up the user profile.

So, regardless of what a user wants to do, they can quickly pull up the Bing chatbot by using any button on the widget. With the search button, users can ask the Bing chatbot any question they wish to and get a response. The chat button will come in handy when a user wishes to pull up their previous chat with the Bing chatbot.

Microsoft is also working on syncing user chats with the Bing chatbot across their various devices. Users will be able to pick up chats from where they left off on any device. So if you use the Bing chatbot on your laptop, you can carry on from where you left off on your smartphone or tablet.

The voice search button will help users interact with the Microsoft Bing Chat feature without typing. Asides from this feature, other entries will also be available with the coming Bing app update. This update might roll out for the Bing app on Android and iOS later this week.


[ad_2]
Source link

Researchers Uncovered QakBot Malware C2 Infrastructure

0
[ad_1]
researchers Uncovered QakBot Malware

Tam Cymru researchers have recently revealed noteworthy patterns and irregularities from their continuous monitoring of QakBot’s command and control infrastructure. 

The researchers shared high-level insights into the findings, shedding light on emerging trends and unusual activities related to QakBot.

From victim-facing C2 servers, analyzing the outbound connections reveals Tier 2 infrastructure through communication patterns with common peers, often using a specific management port and maintaining prolonged ongoing interactions.

Typically, a specific management port is utilized for communication, and these interactions tend to persist for long durations in the majority of cases. The utilization of a dedicated management port ensures consistent and prolonged communication.

QakBot Malware C2 Infrastructure

By successfully identifying the Tier 2 (T2) management layer, researchers gain the ability to pinpoint the active victim-facing command and control (C2) servers through the analysis of connections established with this T2 layer.

Persistent communication over TCP/443 has been observed for several months between the command and control (C2) servers linked to Qakbot and two affiliate IDs, namely “Obama” and “BB,” with three upstream Russian Tier 2 (T2) servers. 

This ongoing connection suggests a significant relationship between the identified campaigns and the specific T2 servers.

Russian IP addresses are commonly employed in advanced botnet networks because they provide a shield against non-Russian law enforcement agencies and researchers.

While this creates an oppositeness where recurring connections from diverse source IPs to Russian IP space appear suspicious or fascinating.

Experts have analyzed the C2 configuration data of QakBot campaigns in April 2023 and have verified that the Russian T2 servers upstream have not undergone any modifications.

Afterward, a thorough examination of all C2 servers was conducted to pinpoint the specific ones that established connections via TCP/443.

The upstream traffic from C2 servers showed a curious pattern as it was found in configurations associated with both campaigns:-

  • Obama campaigns
  • BB campaigns

This intriguing overlap suggests a potential connection between the two campaigns regarding their utilization of these servers.

During the specified timeframe, the Obama campaigns had five distinct IPs exclusively associated with them, while the BB campaign had only one unique IP.

Here below we have mentioned those IPs:-

Obama:

  • 59.153.96.4
  • 73.22.121.210
  • 119.82.121.251
  • 189.151.95.176
  • 197.94.95.20

BB:

From 1 March to 8 May 2023, the traffic flows originating from the active C2 servers mentioned earlier were analyzed. These flows were then categorized based on the affiliate configurations in which they were found.

Overall, no clear separation is observed among the affiliates based on the upstream infrastructure used by their C2 servers for communication.

During two days, a particular C2 server associated with BB remained active. It primarily communicated with RU3, but it had one connection to RU2 on the first day.

Throughout the Obama campaigns, the C2 servers predominantly established communication with RU2 and RU3, showcasing their main points of contact. However, in early April, there were limited interactions with RU1.

RU2 and RU3 demonstrate similar patterns in their behavior, suggesting a level of consistency between them. On the other hand, RU1 deviates from this trend and follows a distinct pattern unique to itself.

IP Geolocation

In March, there was a shift in C2 activity with increased Indian and US IPs, a decrease in active C2 servers across different locations, and RU2 and RU3 receiving traffic from US and other North American C2 servers not seen with RU1.

RU1 primarily relied on hosts in India with limited diversity while occasionally connecting to C2 servers from the US and Czech Republic during February and March.

In February, CZ hosts communicated with all three T2s, while recently South African (ZA) hosts have started connecting with all three T2s.

Recommendations

Here below we have mentioned all the recommendations offered by the cybersecurity experts:-

  • Make sure to use the listed IOCs to detect current QakBot infections and prevent future attacks.
  • Identify Russian T2 servers by querying the IOC list and filtering for outbound connections to remote TCP/443 using Pure Signal Recon and Scout.
  • Make sure to spin the inbound connections to Russian T2 servers to reveal evolving QakBot C2 infrastructure.

Struggling to Apply The Security Patch in Your System? – 
Try All-in-One Patch Manager Plus


[ad_2]
Source link

Google released new changes to its Smart Chips technology

0
[ad_1]

Google is constantly trying to find ways to make its Workspace platform a worthy competitor to Microsoft Office. Not too long ago, Google introduced smart chips, and the company unveiled some additional features for smart chips in Google Sheets.

Smart chips are a way for you to bridge the gap between Google Workspace products. They let you link to different bits of data present in other platforms.

For example, if you’re using Google Sheets, and you want to add the contact details from a person in your contacts, you can add them as a smart chip. When you hover over this smart chip, you’ll be able to access information like their email address, address, phone number, Etc.

You can add contacts, YouTube videos, Slides presentations, Doc files, and other bits of data as smart chips. This is perfect if you need to link back to another document or give additional information on another person without having to manually type it all the information.

Google added additional functions to smart chips for Google Sheets

Google is steadily improving smart chips. There was just a notable update they landed in February that gave additional functionality to them. Now, according to Techradar, Google added yet another update to smart chips.

This new feature will let you extract data from smart chips and paste them into their own cell. When you tap on a chip, you will see a data extraction panel pop up on the right side of the screen. It will list the types of data that you can pull from the smart chip.

Sheets extracted data

You’re able to pull data like the file owner, MIME type, creation time, who last modified it, when it was last modified, and the file name. It’s a checklist, so you can simply check what data you want to be extracted. Then, Google will do the rest. This is a great way to keep track of important documents.

Google is currently rolling this feature out, so most users should see it in the coming weeks. If not, Google will start a much wider rollout starting on June 14th.


[ad_2]
Source link

Apple releases iOS 16.5 and iPadOS 16.5

0
[ad_1]

Apple has just released iOS 16.5, as well as iPadOS 16.5, in a surprising move. I say surprising because point updates like this one don’t typically roll out on a Thursday. Generally on a Monday or Tuesday. Especially after we got a second release candidate earlier this week. But it’s here. So what’s new this time around?

This is the fifth point release for iOS 16, so there’s not a whole lot of major features coming here, but there are some nice changes coming to different apps. Here’s the changelog from Apple.

This update includes the following enhancements and bug fixes:

– A new Pride Celebration wallpaper for the Lock Screen to honor the LGBTQ+ community and culture
– Sports tab in Apple News gives easy access to stories, scores, standings, and more, for the teams and leagues you follow
– My Sports score and schedule cards in Apple News take you directly to game pages where you can find additional details about specific games
– Fixes an issue where Spotlight may become unresponsive
– Addresses an issue where Podcasts in CarPlay may not load content
– Fixes an issue where Screen Time settings may reset or not sync across all devices

Some features may not be available for all regions or on all Apple devices. For information on the security content of Apple software updates, please visit this website: https://support.apple.com/kb/HT201222

This is likely the final update for iOS 16

With WWDC happening next month, and iOS 17 being announced at WWDC, this is likely the last major update we’ll see for iOS 16. As the iOS team moves more attention over to iOS 17. With iOS 17 being announced next month, and rolling out in September, we’ll still likely see some updates to iOS 16.5, but don’t expect a 16.6 update. We will likely see just bug fixes from Apple, in the form of a 16.5.1 release.


[ad_2]
Source link

Google Introduces Dark Web Monitoring For Gmail Users

0
[ad_1]

Google has announced a major security upgrade alongside other features updates for its users. Specifically, the service enables US Gmail users to activate dark web monitoring for their email addresses.

Gmail Dark Web Monitoring Currently Offered To US Users Only

According to a recent post from Jen Fitzpatrick, Senior Vice President of Core Systems & Experiences at Google, the tech giant is rolling out dark web monitoring for its US Gmail users.

As explained, Google already offered dark web monitoring to its Google One subscribers. But the firm has now decided to expand this feature’s availability to Gmail users.

The service will roll out in the following few weeks but will only be available to US users. However, Google has pledged to expand the facility’s radius to include other (select) international markets in the future.

Dark web monitoring has become necessary for anyone with an email address. Due to frequent data breaches, email addresses are frequently sold (or exposed) on the dark web, allowing adversaries to exploit them for malicious purposes. That includes everything from account takeovers to financial frauds and identity thefts.

Sending prompt alerts to users regarding possible exposures of their email accounts on the dark web can help them take remedial measures immediately. Google’s step in this regard will also significantly help Gmail users.

Other Major Feature Upgrades

Alongside this update, Google has also announced introducing other significant feature upgrades, such as better control over Android apps’ data collection and usage, easy deletion of Google Maps history, separate rollout of its Safe Browsing API, and the recently announced Passkey integration.

Moreover, Google has also announced the launch of the “About this Image” feature that will provide details about online visual content. That includes details about where the image first appeared, the context when it was first indexed, and its subsequent appearance across the internet.

Let us know your thoughts in the comments.


[ad_2]
Source link