ContentPosts from @dawnalvarez494..
Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

Infecting SSH Public Keys with backdoors

In this article, you will learn how to add a backdoor to the SSH Public Key. The backdoor will execute whenever the user logs in. The backdoor hides as an unreadable long hex string inside ~/.ssh/authorized_keys or ~/.ssh/id_*.pub. The source is available onGitHub... read more  

Infecting SSH Public Keys with backdoors
Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

DevSecOps Principles and Key Steps for Securing the CI/CD Pipeline

Adopting DevSecOps principles is crucial for organizations to effectively identify and reduce vulnerabilities in their software development process by integrating security practices in the early stage of development, promoting early identification and mitigation of security risks. Learn the fundamen.. read more  

Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

Passwordless Google Cloud SQL access control with Cloud SQL Auth proxy

The article discusses the challenges of managing database user permissions and passwords in a growing and complex environment at Love Holidays, a mature startup. It suggests using Google Cloud SQL Auth Proxy with Google IAM authentication and managing user permissions through infrastructure as code .. read more  

Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

Introducing Microsoft Fabric: The data platform for the era of AI

Microsoft Fabricis an end-to-end unified analytic platform that brings together data analytic tools and organization needs in a single unified product empowering every team in the analytic process from data engineers, warehousing & science analysts, to business users. Fabric addresses every aspect o.. read more  

Introducing Microsoft Fabric: The data platform for the era of AI
Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

Microsoft’s Azure Linux distro is now generally available

Microsoft has announced the general availability of Azure Linux, an open-source container host OS designed to run multiple containers in the cloud, aimed at making it easy for developers to deploy and manage container workloads. Azure Linux has been in public preview for two years since October 2022.. read more  

Microsoft’s Azure Linux distro is now generally available
Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

Azure Linux released at Build – where Microsoft revealed why it did not fork Fedora

Microsoft has announced the general availability of Azure Linux, a new open-source operating system distribution. The company built the OS from scratch, without forking any existing Linux distribution like Fedora. It is commercially supported, but the primary purpose is to run as a container host in.. read more  

Azure Linux released at Build – where Microsoft revealed why it did not fork Fedora
Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

Threat actor bypasses detection, protections in Microsoft Azure Serial Console

Mandiant researchers have observed threat actors abusing privileged account access to Microsoft Azure Serial Console, bypassing many defense and detection methods, thereby gaining full administrative access to text-based console window of virtual machines. The technique is widely known in the securi.. read more  

Threat actor bypasses detection, protections in Microsoft Azure Serial Console
Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

Introducing Azure Data Labs

Microsoft introduces three enhancements to simplify the use of infrastructure as code (IAC) templates and streamline the Terraform workflow on Azure: Azure Deployment Environment (ADE), Terraform AzAPI Provider, and Azure Terrafy (AzTFy). The Azure Datum Lab solution accelerator enables data persona.. read more  

Introducing Azure Data Labs
Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

Resolving Deployment Issues with Ts-node and Azure Development Pipelines

Investigating issues with TypeScript deployment in Azure serverless pipeline, this article provides practical step-by-step solutions to common pitfalls developers may encounter. Learn how to fix the root cause and optimize the deployment process... read more  

Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

How to create an incremental snapshot in Azure

Azure VMs can save time and disk space by creating incremental snapshots instead of full snapshots for point-in-time backups of managed disks. This backup method records all changes since the last backup, resulting in a smaller and more efficient backup file. Incremental backups are especially helpf.. read more Â