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

How To Deploy SFTP Service On Azure Container Apps – Comprehensive Guide

This article explains how to deploy a secure file transfer protocol (SFTP) service on Microsoft Azure Container Apps, which is a more secure and cost-effective alternative to traditional FTP services. The article discusses the limitations of using Azure Container Instances (ACI) and introduces the .. read more  

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

How to Safeguard From MFA Push Notification Method Security Flaws?

Multi-factor authentication (MFA) is essential to protect against password attacks, but it is vulnerable to various MFA attacks such as: - Man-in-the-middle attacks, - MFA Spamming, - SIM-Swapping attacks, - Pass-the-cookie attacks.MFA Fatigueattack is one such attack that tricks users into approvin.. read more  

How to Safeguard From MFA Push Notification Method Security Flaws?
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

GhostToken Flaw Could Let Attackers Hide Malicious Apps in Google Cloud Platform

A zero-day flaw called GhostToken was discovered and disclosed by cybersecurity researchers that could have allowed threat actors to hide a malicious app in a victim's Google account. - The flaw affected all Google accounts, including enterprise-focused Workspace accounts. Google patched the issue a.. read more  

GhostToken Flaw Could Let Attackers Hide Malicious Apps in Google Cloud Platform
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

What Every Developer Should Know About AWS Vault

AWS Vaultis a tool that helps manage AWS credentials securely by avoiding the use of plaintext credentials and cumbersome token refreshing. - It simplifies the process of managing multiple AWS accounts and profiles, and supports roles and Multi-Factor Authentication (MFA) for extra security. - It of.. read more  

What Every Developer Should Know About AWS Vault
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Containing Compromised EC2 Credentials Without (Hopefully) Breaking Things

AWShas released new policy optionsto secure instance credentials and reduce the risk of attackers stealing and abusing them. - There are multiple techniques for containing compromised instance credentials, but the easy ones are most likely to break things. - More creative options are available to lo.. read more  

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

Hacking AWS Account via AWS Lambda SSRF

Server-side request forgery (SSRF)attack is a type of exploit that can be used to manipulate the input parameters of an application that interacts with external systems. - An attacker can inject a special URL to force an application to access an internal resource that is not intended to be exposed. .. read more  

Hacking AWS Account via AWS Lambda SSRF
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Simply explained: how does GPT work?

The article discusses how language models like OpenAI's ChatGPT work and their strengths and weaknesses. - These models use a probabilistic approach to generate text based on training data, and word embedding to understand the meaning of words. - They can also learn relationships between words and t.. read more  

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

PwC US makes $1 billion investment to expand and scale AI capabilities

PwC US will invest $1 billion over the next three years to expand its AI offerings and harness the power of generative AI. - The investment will enable PwC to deliver human-led and tech-powered solutions, generating richer insights, driving productivity, and developing new products and services whil.. read more  

PwC US makes $1 billion investment to expand and scale AI capabilities
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Koala: A Dialogue Model for Academic Research

The blog post introduces Koala, a chatbot trained by fine-tuningMeta’s LLaMAon dialogue data gathered from the web. - The model is evaluated against ChatGPT and Stanford’s Alpaca, showing competitive performance to existing models. - The results suggest that models that are small enough to be run lo.. read more  

Koala: A Dialogue Model for Academic Research
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

From Deep to Long Learning?

The article discusses the development of sequence models that can handle longer sequences with more context. - While traditional attention-based Transformers scale quadratically with sequence length, the authors have developed models based on structured state space models (SSMs) that scale nearly li.. read more  

From Deep to Long Learning?