home.social

#lolbins — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #lolbins, aggregated by home.social.

fetched live
  1. Git clone malware – come i ransomware group sfruttano l'open source (aka il LOLBins dei poveri) - Che incubo! DI NUOVO @signorina37 al @[email protected]! 😂

    #LOLBins
    Living Off the Land Binaries
    "Usare strumenti già presenti nel sistema per fare cose che il sistema non vorrebbe che tu facessi."

    @[email protected]

    youtube.com/live/OwU4nQzD3jM

  2. Git clone malware – come i ransomware group sfruttano l'open source (aka il LOLBins dei poveri) - Che incubo! DI NUOVO @signorina37 al @[email protected]! 😂

    #LOLBins
    Living Off the Land Binaries
    "Usare strumenti già presenti nel sistema per fare cose che il sistema non vorrebbe che tu facessi."

    @[email protected]

    youtube.com/live/OwU4nQzD3jM

  3. Git clone malware – come i ransomware group sfruttano l'open source (aka il LOLBins dei poveri) - Che incubo! DI NUOVO @signorina37 al @[email protected]! 😂

    #LOLBins
    Living Off the Land Binaries
    "Usare strumenti già presenti nel sistema per fare cose che il sistema non vorrebbe che tu facessi."

    @[email protected]

    youtube.com/live/OwU4nQzD3jM

  4. Git clone malware – come i ransomware group sfruttano l'open source (aka il LOLBins dei poveri) - Che incubo! DI NUOVO @signorina37 al @[email protected]! 😂

    #LOLBins
    Living Off the Land Binaries
    "Usare strumenti già presenti nel sistema per fare cose che il sistema non vorrebbe che tu facessi."

    @[email protected]

    youtube.com/live/OwU4nQzD3jM

  5. Git clone malware – come i ransomware group sfruttano l'open source (aka il LOLBins dei poveri) - Che incubo! DI NUOVO @signorina37 al @[email protected]! 😂

    #LOLBins
    Living Off the Land Binaries
    "Usare strumenti già presenti nel sistema per fare cose che il sistema non vorrebbe che tu facessi."

    @[email protected]

    youtube.com/live/OwU4nQzD3jM

  6. CrashFix marks a notable escalation in ClickFix tradecraft.

    The campaign combines browser DoS, fake Chrome extensions, delayed execution, LOLBin abuse (finger.exe → ct.exe), and a portable Python environment to deploy a covert RAT only after identifying high-value systems.

    This is a strong case for:
    • Behavior-based detection
    • EDR in block mode
    • Restricting legacy utilities
    • User-focused threat modeling

    💬 Which detection layer would catch this earliest in your environment?

    Source: microsoft.com/en-us/security/b

    🔔 Follow @technadu for deep technical threat analysis

    #InfoSec #CrashFix #ClickFix #PythonMalware #LOLBins #EDR #ThreatHunting #DetectionEngineering #MicrosoftDefender #TechNadu

  7. CrashFix marks a notable escalation in ClickFix tradecraft.

    The campaign combines browser DoS, fake Chrome extensions, delayed execution, LOLBin abuse (finger.exe → ct.exe), and a portable Python environment to deploy a covert RAT only after identifying high-value systems.

    This is a strong case for:
    • Behavior-based detection
    • EDR in block mode
    • Restricting legacy utilities
    • User-focused threat modeling

    💬 Which detection layer would catch this earliest in your environment?

    Source: microsoft.com/en-us/security/b

    🔔 Follow @technadu for deep technical threat analysis

    #InfoSec #CrashFix #ClickFix #PythonMalware #LOLBins #EDR #ThreatHunting #DetectionEngineering #MicrosoftDefender #TechNadu

  8. CrashFix marks a notable escalation in ClickFix tradecraft.

    The campaign combines browser DoS, fake Chrome extensions, delayed execution, LOLBin abuse (finger.exe → ct.exe), and a portable Python environment to deploy a covert RAT only after identifying high-value systems.

    This is a strong case for:
    • Behavior-based detection
    • EDR in block mode
    • Restricting legacy utilities
    • User-focused threat modeling

    💬 Which detection layer would catch this earliest in your environment?

    Source: microsoft.com/en-us/security/b

    🔔 Follow @technadu for deep technical threat analysis

    #InfoSec #CrashFix #ClickFix #PythonMalware #LOLBins #EDR #ThreatHunting #DetectionEngineering #MicrosoftDefender #TechNadu

  9. CrashFix marks a notable escalation in ClickFix tradecraft.

    The campaign combines browser DoS, fake Chrome extensions, delayed execution, LOLBin abuse (finger.exe → ct.exe), and a portable Python environment to deploy a covert RAT only after identifying high-value systems.

    This is a strong case for:
    • Behavior-based detection
    • EDR in block mode
    • Restricting legacy utilities
    • User-focused threat modeling

    💬 Which detection layer would catch this earliest in your environment?

    Source: microsoft.com/en-us/security/b

    🔔 Follow @technadu for deep technical threat analysis

    #InfoSec #CrashFix #ClickFix #PythonMalware #LOLBins #EDR #ThreatHunting #DetectionEngineering #MicrosoftDefender #TechNadu

  10. 🦠 Malware Analysis
    ===================

    🦠 Malware Analysis

    Executive summary: A recently observed campaign leverages malicious
    Windows shortcut files (.LNK) distributed via Discord to deliver a
    multi‑functional Remote Access Trojan (RAT). The LNK triggers a hidden
    PowerShell that extracts a ZIP (Moq.zip) containing a malicious DLL
    and executes it through the legitimate binary odbcconf.exe, a
    Living‑off‑the‑Land Binary (LOLBin), to evade detection.

    Technical details:
    • The shortcut named Cyber security.lnk opens an embedded decoy PDF
    Cyber security.pdf while running a PowerShell payload in hidden mode
    (via a headless conhost.exe).
    • The PowerShell creates a working path (Temp and a Nuget folder under
    Public), extracts an embedded PDF and the ZIP archive, then drops
    Moq.zip and a malicious DLL.
    • Execution is handed to odbcconf.exe to load the DLL, enabling
    process execution without spawning visible consoles.
    • The RAT collects system/antivirus information, attempts AMSI
    bypasses, and patches EtwEventWrite to impair Windows Event Tracing
    (ETW).

    🔹 Attack Chain Analysis

    1. Initial Access (LNK): User opens Cyber security.lnk from Discord —
    triggers hidden PowerShell (MITRE: T1204.002).
    2. Download/Stage: PowerShell extracts embedded PDF and Moq.zip into
    Temp/Public\Nuget.
    3. Execution via LOLBin: odbcconf.exe is used to load the dropped DLL
    (MITRE: T1218 — System Binary Proxy Execution).
    4. Persistence/Control: Malicious DLL implements RAT behaviors,
    including remote commands and reconnaissance.
    5. Defense Evasion: AMSI bypass and EtwEventWrite patching (Impair
    Defenses) reduce telemetry and impede detection.

    Detection guidance:
    • Monitor process trees where odbcconf.exe is launched from atypical
    parents (PowerShell/conhost).
    • Alert on hidden PowerShell instances extracting embedded files and
    writing PDFs from LNK streams.
    • Watch for API patching attempts around EtwEventWrite and AMSI
    initialization failures.

    Mitigation:
    • Restrict execution of unsigned Office/shortcut attachments from
    untrusted channels.
    • Apply application control to prevent odbcconf.exe from loading untrusted DLLs.
    • Enable telemetry and harden AMSI where possible; monitor ETW integrity.

    References/Notes: Preliminary detections were reported from Israel;
    campaign observed distribution via Discord and use of decoy PDFs. #LNK
    #RAT #AMSI #ETW #LOLBins

    🔗 Source: labs.k7computing.com/index.php

  11. No PE header? No problem.

    @FortiGuardLabs dropped a deep dive into a malware sample dumped without a PE header — like a cybercriminal rage-quit halfway through packing their payload.

    You ever load a binary in IDA and think, “Am I being punk’d?”
    Yeah, it’s one of those samples.

    This sample:

    • Reconstructs its own PE structure at runtime

    • Hides config data in obfuscated blobs

    • Uses anti-sandbox tricks to avoid analysis

    • Drops yet another info-stealer, because originality is dead

    It’s engineered to break basic static analysis and dodge sandboxes like it’s speedrunning DEFCON CTF.

    🔗 Full breakdown:
    fortinet.com/blog/threat-resea

    TL;DR for blue teamers:

    • Static AV signatures won’t help here

    • Watch for suspicious memory allocations + hollowing patterns

    • Endpoint heuristics > file-based detection

    • Log your PowerShell and LOLBins — this thing probably brings friends

    • If your EDR cries when it sees raw shellcode, maybe give it a hug

    #ThreatIntel #MalwareAnalysis #ReverseEngineering #Infosec #PEFilesAreSo2020 #EDREvasion #LOLbins #CyberSecurity #BlueTeam

  12. No PE header? No problem.

    @FortiGuardLabs dropped a deep dive into a malware sample dumped without a PE header — like a cybercriminal rage-quit halfway through packing their payload.

    You ever load a binary in IDA and think, “Am I being punk’d?”
    Yeah, it’s one of those samples.

    This sample:

    • Reconstructs its own PE structure at runtime

    • Hides config data in obfuscated blobs

    • Uses anti-sandbox tricks to avoid analysis

    • Drops yet another info-stealer, because originality is dead

    It’s engineered to break basic static analysis and dodge sandboxes like it’s speedrunning DEFCON CTF.

    🔗 Full breakdown:
    fortinet.com/blog/threat-resea

    TL;DR for blue teamers:

    • Static AV signatures won’t help here

    • Watch for suspicious memory allocations + hollowing patterns

    • Endpoint heuristics > file-based detection

    • Log your PowerShell and LOLBins — this thing probably brings friends

    • If your EDR cries when it sees raw shellcode, maybe give it a hug

    #ThreatIntel #MalwareAnalysis #ReverseEngineering #Infosec #PEFilesAreSo2020 #EDREvasion #LOLbins #CyberSecurity #BlueTeam

  13. No PE header? No problem.

    @FortiGuardLabs dropped a deep dive into a malware sample dumped without a PE header — like a cybercriminal rage-quit halfway through packing their payload.

    You ever load a binary in IDA and think, “Am I being punk’d?”
    Yeah, it’s one of those samples.

    This sample:

    • Reconstructs its own PE structure at runtime

    • Hides config data in obfuscated blobs

    • Uses anti-sandbox tricks to avoid analysis

    • Drops yet another info-stealer, because originality is dead

    It’s engineered to break basic static analysis and dodge sandboxes like it’s speedrunning DEFCON CTF.

    🔗 Full breakdown:
    fortinet.com/blog/threat-resea

    TL;DR for blue teamers:

    • Static AV signatures won’t help here

    • Watch for suspicious memory allocations + hollowing patterns

    • Endpoint heuristics > file-based detection

    • Log your PowerShell and LOLBins — this thing probably brings friends

    • If your EDR cries when it sees raw shellcode, maybe give it a hug

    #ThreatIntel #MalwareAnalysis #ReverseEngineering #Infosec #PEFilesAreSo2020 #EDREvasion #LOLbins #CyberSecurity #BlueTeam

  14. No PE header? No problem.

    @FortiGuardLabs dropped a deep dive into a malware sample dumped without a PE header — like a cybercriminal rage-quit halfway through packing their payload.

    You ever load a binary in IDA and think, “Am I being punk’d?”
    Yeah, it’s one of those samples.

    This sample:

    • Reconstructs its own PE structure at runtime

    • Hides config data in obfuscated blobs

    • Uses anti-sandbox tricks to avoid analysis

    • Drops yet another info-stealer, because originality is dead

    It’s engineered to break basic static analysis and dodge sandboxes like it’s speedrunning DEFCON CTF.

    🔗 Full breakdown:
    fortinet.com/blog/threat-resea

    TL;DR for blue teamers:

    • Static AV signatures won’t help here

    • Watch for suspicious memory allocations + hollowing patterns

    • Endpoint heuristics > file-based detection

    • Log your PowerShell and LOLBins — this thing probably brings friends

    • If your EDR cries when it sees raw shellcode, maybe give it a hug

    #ThreatIntel #MalwareAnalysis #ReverseEngineering #Infosec #PEFilesAreSo2020 #EDREvasion #LOLbins #CyberSecurity #BlueTeam

  15. No PE header? No problem.

    @FortiGuardLabs dropped a deep dive into a malware sample dumped without a PE header — like a cybercriminal rage-quit halfway through packing their payload.

    You ever load a binary in IDA and think, “Am I being punk’d?”
    Yeah, it’s one of those samples.

    This sample:

    • Reconstructs its own PE structure at runtime

    • Hides config data in obfuscated blobs

    • Uses anti-sandbox tricks to avoid analysis

    • Drops yet another info-stealer, because originality is dead

    It’s engineered to break basic static analysis and dodge sandboxes like it’s speedrunning DEFCON CTF.

    🔗 Full breakdown:
    fortinet.com/blog/threat-resea

    TL;DR for blue teamers:

    • Static AV signatures won’t help here

    • Watch for suspicious memory allocations + hollowing patterns

    • Endpoint heuristics > file-based detection

    • Log your PowerShell and LOLBins — this thing probably brings friends

    • If your EDR cries when it sees raw shellcode, maybe give it a hug

    #ThreatIntel #MalwareAnalysis #ReverseEngineering #Infosec #PEFilesAreSo2020 #EDREvasion #LOLbins #CyberSecurity #BlueTeam

  16. Was looking for a good Awesome list on Living Off the Land ( #LOL #LOtL ) tools/techniques. Found some helpful sites / repos but either nothing I could contribute to or it was limited.

    So... I made one: github.com/danzek/awesome-lol-

    Contributions welcome, whether by replying to this post or sending a PR on GitHub.

    #lolbins #lolbas

  17. Was looking for a good Awesome list on Living Off the Land ( #LOL #LOtL ) tools/techniques. Found some helpful sites / repos but either nothing I could contribute to or it was limited.

    So... I made one: github.com/danzek/awesome-lol-

    Contributions welcome, whether by replying to this post or sending a PR on GitHub.

    #lolbins #lolbas

  18. Was looking for a good Awesome list on Living Off the Land ( #LOL #LOtL ) tools/techniques. Found some helpful sites / repos but either nothing I could contribute to or it was limited.

    So... I made one: github.com/danzek/awesome-lol-

    Contributions welcome, whether by replying to this post or sending a PR on GitHub.

    #lolbins #lolbas

  19. Did you know that the finger command can be used for data exfil? We recently had an incident where this type of activity was found

    huntress.com/blog/cant-touch-t

    #DFIR #lolbins #lolbas #exfil #mchammer #CTI #cybersecurity
    @keydet89

  20. Did you know that the finger command can be used for data exfil? We recently had an incident where this type of activity was found

    huntress.com/blog/cant-touch-t

    #DFIR #lolbins #lolbas #exfil #mchammer #CTI #cybersecurity
    @keydet89

  21. Did you know that the finger command can be used for data exfil? We recently had an incident where this type of activity was found

    huntress.com/blog/cant-touch-t

    #DFIR #lolbins #lolbas #exfil #mchammer #CTI #cybersecurity
    @keydet89

  22. Did you know that the finger command can be used for data exfil? We recently had an incident where this type of activity was found

    huntress.com/blog/cant-touch-t

    #DFIR #lolbins #lolbas #exfil #mchammer #CTI #cybersecurity
    @keydet89

  23. "🍎 macOS Malware 2023: Navigating the New Threat Landscape 🌐"

    Apple's XProtect recently updated to version 2173, introducing rules for Atomic Stealer and Adload. However, 2023 has unveiled novel methods to compromise Macs, leaving users vulnerable unless additional protective measures are taken. Key insights:

    1. Shift in Malware Behavior: Many macOS malware families in 2023 have ditched persistence. Infostealers, for instance, achieve their goals in a single execution, stealing user data and then transmitting it to a remote server. 📥🔓

    2. Sophisticated Social Engineering: Threat actors are employing advanced social engineering tactics. RustBucket malware, for example, lured victims with a business deal, urging them to download a 'proprietary' PDF viewer, which in reality was malware. 🎣📄

    3. Public Offensive Security Tools: Tools like Geacon, which wraps Cobalt Strike capabilities, are now being seen in macOS malware. Open-source red teaming tools like Mythic and Poseidon have also been spotted in recent campaigns. 🛠️🔥

    4. LOLBins Techniques: "Living off the orchard" techniques are on the rise in macOS. Built-in tools like system_profiler, sw_vers, and curl are being exploited for malicious purposes. 🌳🔧

    5. Abusing Open Source Software: JokerSpy malware, discovered in July 2023, began its infection through a trojanized QR code generator, QRLog. This malware was found in enterprise breaches, including a major cryptocurrency exchange. 🔄💼

    6. Complex Multi-Stage Malware: The Smooth Operator campaign, a sophisticated supply chain attack, compromised businesses via 3CX's call routing software client. The malware was designed for stealth, gathering limited data and then self-deleting. 📞🕵️

    While Apple is enhancing its malware detection capabilities, third-party solutions are still crucial for comprehensive protection against both common and advanced threats. SentinelOne offers a robust platform for macOS threat detection and remediation. 🛡️💻

    Source: SentinelOne

    Tags: #macOS #Malware #CyberSecurity #XProtect #Infostealers #SocialEngineering #OffensiveSecurity #LOLBins #OpenSource #SentinelOne 🌍🔒🖥️

  24. "🍎 macOS Malware 2023: Navigating the New Threat Landscape 🌐"

    Apple's XProtect recently updated to version 2173, introducing rules for Atomic Stealer and Adload. However, 2023 has unveiled novel methods to compromise Macs, leaving users vulnerable unless additional protective measures are taken. Key insights:

    1. Shift in Malware Behavior: Many macOS malware families in 2023 have ditched persistence. Infostealers, for instance, achieve their goals in a single execution, stealing user data and then transmitting it to a remote server. 📥🔓

    2. Sophisticated Social Engineering: Threat actors are employing advanced social engineering tactics. RustBucket malware, for example, lured victims with a business deal, urging them to download a 'proprietary' PDF viewer, which in reality was malware. 🎣📄

    3. Public Offensive Security Tools: Tools like Geacon, which wraps Cobalt Strike capabilities, are now being seen in macOS malware. Open-source red teaming tools like Mythic and Poseidon have also been spotted in recent campaigns. 🛠️🔥

    4. LOLBins Techniques: "Living off the orchard" techniques are on the rise in macOS. Built-in tools like system_profiler, sw_vers, and curl are being exploited for malicious purposes. 🌳🔧

    5. Abusing Open Source Software: JokerSpy malware, discovered in July 2023, began its infection through a trojanized QR code generator, QRLog. This malware was found in enterprise breaches, including a major cryptocurrency exchange. 🔄💼

    6. Complex Multi-Stage Malware: The Smooth Operator campaign, a sophisticated supply chain attack, compromised businesses via 3CX's call routing software client. The malware was designed for stealth, gathering limited data and then self-deleting. 📞🕵️

    While Apple is enhancing its malware detection capabilities, third-party solutions are still crucial for comprehensive protection against both common and advanced threats. SentinelOne offers a robust platform for macOS threat detection and remediation. 🛡️💻

    Source: SentinelOne

    Tags: #macOS #Malware #CyberSecurity #XProtect #Infostealers #SocialEngineering #OffensiveSecurity #LOLBins #OpenSource #SentinelOne 🌍🔒🖥️

  25. "🍎 macOS Malware 2023: Navigating the New Threat Landscape 🌐"

    Apple's XProtect recently updated to version 2173, introducing rules for Atomic Stealer and Adload. However, 2023 has unveiled novel methods to compromise Macs, leaving users vulnerable unless additional protective measures are taken. Key insights:

    1. Shift in Malware Behavior: Many macOS malware families in 2023 have ditched persistence. Infostealers, for instance, achieve their goals in a single execution, stealing user data and then transmitting it to a remote server. 📥🔓

    2. Sophisticated Social Engineering: Threat actors are employing advanced social engineering tactics. RustBucket malware, for example, lured victims with a business deal, urging them to download a 'proprietary' PDF viewer, which in reality was malware. 🎣📄

    3. Public Offensive Security Tools: Tools like Geacon, which wraps Cobalt Strike capabilities, are now being seen in macOS malware. Open-source red teaming tools like Mythic and Poseidon have also been spotted in recent campaigns. 🛠️🔥

    4. LOLBins Techniques: "Living off the orchard" techniques are on the rise in macOS. Built-in tools like system_profiler, sw_vers, and curl are being exploited for malicious purposes. 🌳🔧

    5. Abusing Open Source Software: JokerSpy malware, discovered in July 2023, began its infection through a trojanized QR code generator, QRLog. This malware was found in enterprise breaches, including a major cryptocurrency exchange. 🔄💼

    6. Complex Multi-Stage Malware: The Smooth Operator campaign, a sophisticated supply chain attack, compromised businesses via 3CX's call routing software client. The malware was designed for stealth, gathering limited data and then self-deleting. 📞🕵️

    While Apple is enhancing its malware detection capabilities, third-party solutions are still crucial for comprehensive protection against both common and advanced threats. SentinelOne offers a robust platform for macOS threat detection and remediation. 🛡️💻

    Source: SentinelOne

    Tags: #macOS #Malware #CyberSecurity #XProtect #Infostealers #SocialEngineering #OffensiveSecurity #LOLBins #OpenSource #SentinelOne 🌍🔒🖥️

  26. "🍎 macOS Malware 2023: Navigating the New Threat Landscape 🌐"

    Apple's XProtect recently updated to version 2173, introducing rules for Atomic Stealer and Adload. However, 2023 has unveiled novel methods to compromise Macs, leaving users vulnerable unless additional protective measures are taken. Key insights:

    1. Shift in Malware Behavior: Many macOS malware families in 2023 have ditched persistence. Infostealers, for instance, achieve their goals in a single execution, stealing user data and then transmitting it to a remote server. 📥🔓

    2. Sophisticated Social Engineering: Threat actors are employing advanced social engineering tactics. RustBucket malware, for example, lured victims with a business deal, urging them to download a 'proprietary' PDF viewer, which in reality was malware. 🎣📄

    3. Public Offensive Security Tools: Tools like Geacon, which wraps Cobalt Strike capabilities, are now being seen in macOS malware. Open-source red teaming tools like Mythic and Poseidon have also been spotted in recent campaigns. 🛠️🔥

    4. LOLBins Techniques: "Living off the orchard" techniques are on the rise in macOS. Built-in tools like system_profiler, sw_vers, and curl are being exploited for malicious purposes. 🌳🔧

    5. Abusing Open Source Software: JokerSpy malware, discovered in July 2023, began its infection through a trojanized QR code generator, QRLog. This malware was found in enterprise breaches, including a major cryptocurrency exchange. 🔄💼

    6. Complex Multi-Stage Malware: The Smooth Operator campaign, a sophisticated supply chain attack, compromised businesses via 3CX's call routing software client. The malware was designed for stealth, gathering limited data and then self-deleting. 📞🕵️

    While Apple is enhancing its malware detection capabilities, third-party solutions are still crucial for comprehensive protection against both common and advanced threats. SentinelOne offers a robust platform for macOS threat detection and remediation. 🛡️💻

    Source: SentinelOne

    Tags: #macOS #Malware #CyberSecurity #XProtect #Infostealers #SocialEngineering #OffensiveSecurity #LOLBins #OpenSource #SentinelOne 🌍🔒🖥️

  27. "🍎 macOS Malware 2023: Navigating the New Threat Landscape 🌐"

    Apple's XProtect recently updated to version 2173, introducing rules for Atomic Stealer and Adload. However, 2023 has unveiled novel methods to compromise Macs, leaving users vulnerable unless additional protective measures are taken. Key insights:

    1. Shift in Malware Behavior: Many macOS malware families in 2023 have ditched persistence. Infostealers, for instance, achieve their goals in a single execution, stealing user data and then transmitting it to a remote server. 📥🔓

    2. Sophisticated Social Engineering: Threat actors are employing advanced social engineering tactics. RustBucket malware, for example, lured victims with a business deal, urging them to download a 'proprietary' PDF viewer, which in reality was malware. 🎣📄

    3. Public Offensive Security Tools: Tools like Geacon, which wraps Cobalt Strike capabilities, are now being seen in macOS malware. Open-source red teaming tools like Mythic and Poseidon have also been spotted in recent campaigns. 🛠️🔥

    4. LOLBins Techniques: "Living off the orchard" techniques are on the rise in macOS. Built-in tools like system_profiler, sw_vers, and curl are being exploited for malicious purposes. 🌳🔧

    5. Abusing Open Source Software: JokerSpy malware, discovered in July 2023, began its infection through a trojanized QR code generator, QRLog. This malware was found in enterprise breaches, including a major cryptocurrency exchange. 🔄💼

    6. Complex Multi-Stage Malware: The Smooth Operator campaign, a sophisticated supply chain attack, compromised businesses via 3CX's call routing software client. The malware was designed for stealth, gathering limited data and then self-deleting. 📞🕵️

    While Apple is enhancing its malware detection capabilities, third-party solutions are still crucial for comprehensive protection against both common and advanced threats. SentinelOne offers a robust platform for macOS threat detection and remediation. 🛡️💻

    Source: SentinelOne

    Tags: #macOS #Malware #CyberSecurity #XProtect #Infostealers #SocialEngineering #OffensiveSecurity #LOLBins #OpenSource #SentinelOne 🌍🔒🖥️

  28. The Symantec research team uncovered an espionage campaign from the #APT group they track as #Redfly. The group used multiple tools during the campaign which included the #ShadowPad trojan, #Packerloader, and a key logger. They also abused some #LOLBINs to achieve their goals.

    Redfly masqueraded ShadowPad in a "VMware" directory and gained persistence by creating a service that ran the malware once the computer started and the keylogger stored its captured keystrokes in a directory that included "Intel" in the path. The APT group used the reg.exe to dump credentials from he SYSTEM, SAM, and SECURITY hive. They also used a renamed version of ProcDump to dump credentials from LSASS. Powershell was also used to gather information on the storage devices attached to the system and finally a scheduled task was created to preform side-loading and lateral movement. #HappyHunting!

    #CyberSecurity #ITSecurity #InfoSec #BlueTeam #ThreatIntel #ThreatHunting #ThreatDetection #readoftheday

  29. The Symantec research team uncovered an espionage campaign from the #APT group they track as #Redfly. The group used multiple tools during the campaign which included the #ShadowPad trojan, #Packerloader, and a key logger. They also abused some #LOLBINs to achieve their goals.

    Redfly masqueraded ShadowPad in a "VMware" directory and gained persistence by creating a service that ran the malware once the computer started and the keylogger stored its captured keystrokes in a directory that included "Intel" in the path. The APT group used the reg.exe to dump credentials from he SYSTEM, SAM, and SECURITY hive. They also used a renamed version of ProcDump to dump credentials from LSASS. Powershell was also used to gather information on the storage devices attached to the system and finally a scheduled task was created to preform side-loading and lateral movement. #HappyHunting!

    #CyberSecurity #ITSecurity #InfoSec #BlueTeam #ThreatIntel #ThreatHunting #ThreatDetection #readoftheday