Search This Blog
Sunday, February 5, 2023
Thursday, January 19, 2023
Hornetsecurity: Remote Management Survey Results
Hybrid and fully remote employees are officially mainstream and will definitely be a significant part of the employment landscape for the foreseeable future. The cybersecurity experts at Hornetsecurity wanted to learn more about how companies handle security when it comes to remote employees in 2022 and beyond.
To this effect, they conducted a survey among over 900 I.T. professionals from around the world, from various industries and company sizes, to find out more about their approach to remote management.
Here are the survey results highlights:
If you want to learn more about the survey’s findings, you can find the full results and breakdown here.
Thursday, January 5, 2023
Increase Kasten Catalog Storage
You may notice that Kasten indicated less than 50% on catalog storage. Less than 50% storage will not allow you to perform further Kasten upgrades.
The first thing that you need to do is add more storage on the worker node & expand it.
If the problem still persists, then you need to increase the default catalog pv size from 20Gi to 40Gi.
Before you do that, you need to check and make sure your storage class allows you to do so.
Command:
helm get values k10 --output yaml --namespace=kasten-io > k10_val.yaml && \
helm upgrade k10 kasten/k10 --namespace=kasten-io -f k10_val.yaml \
--set global.persistence.catalog.size=40Gi
Wednesday, December 28, 2022
Check SSD Life on Mac
Each SSD came with TBW life spend. Today we are going to explore on free tool to check your SSD TBW.
To do so,
1. Download smartmoontools from https://www.smartmontools.org/wiki/Download
Click on Install the OSX/Darwin package. Download and install on your mac devices
2. Check which disk using "diskutil list" command. Execute from your Terminal app
My disk is disk0
3. Navigate to tool path
cd /usr/local/sbin
4. Execute command ./smartctl -a /dev/disk0
To identify current TBW (Terabytes written) usage, read
- Data unit Read
- Data Unit Written
My result is
- Data unit Read -34.1 TB
- Data Unit Written - 13.5 TB
- Available Spare Threshold: 99%
Thursday, December 15, 2022
Cyber Security Report 2023: An In-Depth Analysis of the Microsoft 365 Threat Landscape
Hornetsecurity recently published their free annual Cyber Security Report for 2023 which takes a deep dive into the current threat landscape, with an emphasis on emerging threats and M365 vulnerabilities which organizations must be aware of in order to protect their operations in 2023.
Throughout 2022, Hornetsecurity's in-house Security Lab examined over 25 billion emails to provide the most recent insights and statistics on the current threat landscape. Combined with a detailed knowledge of the larger threat landscape, this multinational team of experts leverages Hornetsecurity’s own huge user data set to reveal major trends and predictions for the future of Microsoft 365.
In 2023, leadership teams will have a lot to think about. Attacks focusing on mobile devices are likely to increase, and so are attack methods targeting MFA (Multi-factor authentication) applications on mobile devices, as threat actors become more sophisticated in their information gathering on targets.
In such a volatile environment, how can you tell which threats to prioritize in 2023? Stay ahead in the world of cyber security by downloading Hornetsecurity’s free Cyber Security Report 2023!