IM
IronMonkey Threat Research
LIVE
|
Articles 27,414
|
CVEs 352,583
|
APT Groups 800
|
Tools 2,196
|
Updated recently
Today Yesterday All 27,382 articles — Page 865 of 913
Threat Analysis Group (TAG) ·

This bulletin includes coordinated influence operation campaigns terminated on our platforms in Q4 2023. It was last updated on January 19, 2024.OctoberWe terminated 8 Y…

Commercial Facilities Defense Industrial Base
Maxwell Dulin's Resources ·

Metamask is a popular crypto wallet in the web browser. Even if you're not using it to store your funds, it's likely interacting with your hardware wallet. Obviously, having a safe crypto wallet...

Critical Manufacturing Information Technology
Maxwell Dulin's Resources ·

Rounding bugs that lead to massive loss of funds have alluded me for a while. I see them in large hacks but don't understand where they're useful and how to find them. This post is a good step for...

Critical Manufacturing
Maxwell Dulin's Resources ·

A blockchain bridge is used when you want to have one asset owned by one blockchain on another. Having lots of funds on different blockchain makes it harder to use so bridges are a good thing....

Energy
Cloud Threat Landscape ·

Datadog observed an attacker leveraging a compromised IAM user access key to gain initial access to an AWS environment, at which point they immediately began spinning up hundreds of ECS Fargate...

Cloud Threat Landscape ·

Datadog observed an attacker leveraging a compromised IAM user access key to gain initial access to an AWS environment, at which point they checked SES quotes and enumerated cloud identities. The...

Cloud Threat Landscape ·

On January 19, 2023, Microsoft disclosed that email accounts of multiple employees had been compromised by Nobelium (which overlaps with APT29).According to Microsoft, beginning in late November...

Nobelium
maxwelldulin ·

Finding bugs dynamically via testing frameworks is amazing as a development team. Security issues and general bugs get through less and it requires less person power to go through. There are many...

Blog | Threat Intelligence & Memory Forensics | Volexity ·

On January 15, 2024, Volexity detailed widespread exploitation of Ivanti Connect Secure VPN vulnerabilities CVE-2024-21887 and CVE-2023-46805. In that blog post, Volexity detailed broader scanning...

UTA0178 Financial Services
Threat Analysis Group (TAG) ·

an illustrated blue box with the phrase "Threat Analysis Group" in white

Star Blizzard UNC4057 Hacking Team Defense Industrial Base Information Technology
Cloud Threat Landscape ·

On 2024-01-18, a campaign was reported, involving an unknown actor, gaining initial access via 1-day vulnerability, targeting Apache ActiveMQ to achieve Resource hijacking. The following tools...

Cloud Threat Landscape ·

On 2024-01-18, a campaign was reported, involving Mimo operator, gaining initial access via 1-day vulnerability, targeting VMware Horizon, Confluence Server, WSO2, Apache ActiveMQ, PaperCut to...

Financial Services
Cloud Threat Landscape ·

On 2024-01-18, a campaign was reported, involving an unknown actor, gaining initial access via 1-day vulnerability, while using Proxyjacking, targeting Docker to achieve Resource hijacking. The...

maxwelldulin ·

Gitlab is a platform similar to Github. Recently, a user found an awful password reset issue that borks the security of the entire system. I love the beginning sentence from the DayZeroSec folks:...

maxwelldulin ·

Socket Tech allows for interoperability between all of the major wallets. On January 16th, they were exploited in a major way. Socket Gateway hosts various modules that can only be added by...

Maxwell Dulin's Resources ·

ECDSA has many unexpected properties that can cause security issues if people are not completely sure on how it works. I can imagine that many of these issues being found in blockchain-land, since...

McAfee Labs | McAfee Blogs ·

Authored by Preksha Saxena and Yashvi Shah McAfee Labs has been tracking a sophisticated VBS campaign characterized by obfuscated Visual... The post From Email to RAT: Deciphering a VB...

Financial Services Commercial Facilities
Wiz Blog | RSS feed ·

Get a sneak peek at the Wiz research team’s new report examining key observations about AI use in the cloud.

Information Technology
Maxwell Dulin's Resources ·

EIP-2612 is an extension of the ERC20 standard that adds in the Permit() function. This removes the burden of paying for gas on a call to approve(). Instead, a user can sign offline a permit...

Commercial Facilities Energy
Wiz Blog | RSS feed ·

Each member of the Crying out Cloud team at Wiz shares their top stories from the past year

Storm-0558 UNC3944 Scatter Swine Critical Manufacturing Information Technology
Cloud Threat Landscape ·

On 2024-01-16, a campaign was reported, involving an unknown actor, gaining initial access via 1-day vulnerability, Software misconfig, while using Exposed environment config abuse, targeting PHP,...

Blog | Threat Intelligence & Memory Forensics | Volexity ·

Important: If your organization uses Ivanti Connect Secure VPN and you have not applied the mitigation, then please do that immediately! Organizations should immediately review the results of the...

UTA0178 Defense Industrial Base Financial Services
Maxwell Dulin's Resources ·

Proton Mail is a privacy-centric email service. Being able to extract secrets from this service, where it's supposed to be secret, would be devastating. Under the hood, it uses the...

Cloud Threat Landscape ·

On 2024-01-15, a research was reported, involving , gaining initial access via Software misconfig, targeting GitHub to achieve Resp. disclosure.

Maxwell Dulin's Resources ·

Draw.io is a website for drawing diagrams. The first vulnerability is a simple SSRF bug because of a bad and manual blacklisting technique. The second issue is much cooler though. The website...

Transportation Systems
Maxwell Dulin's Resources ·

Skiff is an email provider that really doesn't want XSS on their website. First, they sanitize their emails using DOMPurify. After that, they do various transformations on the data, which is the...

Maxwell Dulin's Resources ·

Server side request forgery (SSRF) is a popular and impactful vulnerability when used correctly. In order to prevent this attack, processing is done on the URLs to ensure that no internal URLs are...

Financial Services
Maxwell Dulin's Resources ·

The Navigation API is supposed to be a replacement for the old History API. This is supposed to solve the problems of SPA client-side navigations. The navigation.entries() function is used to...

Chromium
Maxwell Dulin's Resources ·

The author got code access from a friend to some of the Mozilla infrastructure. They use SCM for version control, which is where the bug is at. pash appears to be a small shell that was used for...

maxwelldulin ·

Back in the day, websites were truly static, with only HTML and CSS being returned. Over time, responsive web design became a thing with AJAX/XHR requests being made in the background to get the...