Kaj je Lumma Stealer?


Kaj se je zgodilo


Zakaj je pomembno


Povzetek indikatorja


Takojšnji ukrepi (najprej naredite to)


Vodič za detekcijo in threat hunting

1) DNS / Proxy

index=proxy  (dest_host="larpfxs.top" OR url="*://larpfxs.top/*")
| stats values(user) values(src_ip) values(http_user_agent) min(_time) max(_time) by dest_host
(index=dns OR source="Microsoft-Windows-Sysmon/Operational")
(query="larpfxs.top" OR QueryName="larpfxs.top")
| stats values(Computer) values(User) values(src_ip) min(_time) max(_time) by QueryName
dns.question.name : "larpfxs.top" or url.domain : "larpfxs.top"

2) Odjemalec / EDR


Preventivni ukrepi


Pravila Sigma (primeri)

title: DNS Query for Lumma C2 Domain larpfxs.top
id: 0e2f1c4c-43a1-4bc1-9c18-7c4a3f1c9c21
status: experimental
logsource:
  product: windows
  service: sysmon
  category: dns_query
detection:
  selection:
    QueryName|endswith: "larpfxs.top"
  condition: selection
fields:
  - Image
  - QueryName
  - User
  - ComputerName
falsepositives:
  - Unlikely
level: high
tags:
  - attack.T1041
  - attack.T1071.001
title: Web Request to Lumma C2 Domain larpfxs.top
id: 7b7f0a3e-a8e0-4e93-bad5-9f5a26d62255
status: experimental
logsource:
  product: webserver
  category: webserver
detection:
  selection:
    http.hostname|endswith: "larpfxs.top"
  condition: selection
level: high

Suricata (omrežni senzor)

alert tls any any -> any any (
  msg:"Lumma C2 SNI: larpfxs.top";
  tls.sni; content:"larpfxs.top"; nocase;
  priority:1; classtype:trojan-activity; sid:42002501; rev:1;
)

Forenzični in triažni kontrolni seznam



Kako si lahko pomagate s ThreatSonarjem (TeamT5)

1) Hiter “Compromise Assessment” po vseh endpointih

2) Specifičen IOC watch za larpfxs[.]top

3) Avtomatiziran odziv in zajezitev

4) Lov na vedenjske TTP-je (onkraj ene domene)

5) Poročanje, ponovljivost in integracije

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *