|
| 1 | +name: Cisco Secure Firewall - Lumma Stealer Activity |
| 2 | +id: 96bce783-c22e-4e48-8cf1-3eb2794c5083 |
| 3 | +version: 1 |
| 4 | +date: '2025-04-28' |
| 5 | +author: Nasreddine Bencherchali, Splunk, Talos NTDR |
| 6 | +status: production |
| 7 | +type: TTP |
| 8 | +description: | |
| 9 | + This analytic detects Lumma Stealer activity using Cisco Secure Firewall Intrusion Events. |
| 10 | + It leverages Cisco Secure Firewall Threat Defense IntrusionEvent logs to identify cases where four of the following Snort signature IDs 64793, 64794, 64797, 64798, 64799, 64800, 64801, 62709, 64167, 64168, 64169, 64796, 62710, 62711, 62712, 62713, 62714, 62715, 62716, 62717, 64812, 64810, 64811 occurs in the span of 15 minutes from the same host. |
| 11 | + If confirmed malicious, this behavior is highly indicative of a successful infection of Lumma Stealer. |
| 12 | +data_source: |
| 13 | + - Cisco Secure Firewall Threat Defense Intrusion Event |
| 14 | +search: | |
| 15 | + `cisco_secure_firewall` EventType=IntrusionEvent signature_id IN (64793, 64794, 64797, 64798, 64799, 64800, 64801, 62709, 64167, 64168, 64169, 64796, 62710, 62711, 62712, 62713, 62714, 62715, 62716, 62717, 64812, 64810, 64811) |
| 16 | + | bin _time span=15m |
| 17 | + | fillnull |
| 18 | + | stats dc(signature_id) as unique_signature_count |
| 19 | + values(signature_id) as signature_id |
| 20 | + values(signature) as signature |
| 21 | + values(class_desc) as class_desc |
| 22 | + values(MitreAttackGroups) as MitreAttackGroups |
| 23 | + values(InlineResult) as InlineResult |
| 24 | + values(InlineResultReason) as InlineResultReason |
| 25 | + values(dest_ip) as dest_ip |
| 26 | + values(dest_port) as dest_port |
| 27 | + values(rule) as rule |
| 28 | + values(transport) as transport |
| 29 | + values(app) as app |
| 30 | + min(_time) as firstTime |
| 31 | + max(_time) as lastTime |
| 32 | + by src_ip |
| 33 | + | where unique_signature_count >= 3 |
| 34 | + | `security_content_ctime(firstTime)` |
| 35 | + | `security_content_ctime(lastTime)` |
| 36 | + | `cisco_secure_firewall___lumma_stealer_activity_filter` |
| 37 | +how_to_implement: | |
| 38 | + This search requires Cisco Secure Firewall Threat Defense Logs, which |
| 39 | + includes the IntrusionEvent EventType. This search uses an input macro named `cisco_secure_firewall`. |
| 40 | + We strongly recommend that you specify your environment-specific configurations |
| 41 | + (index, source, sourcetype, etc.) for Cisco Secure Firewall Threat Defense logs. Replace the macro definition |
| 42 | + with configurations for your Splunk environment. The search also uses a post-filter |
| 43 | + macro designed to filter out known false positives. |
| 44 | + The logs are to be ingested using the Splunk Add-on for Cisco Security Cloud (https://splunkbase.splunk.com/app/7404). |
| 45 | + The intrusion access policy must also be configured. |
| 46 | +known_false_positives: False positives should be very unlikely. |
| 47 | +references: |
| 48 | + - https://malpedia.caad.fkie.fraunhofer.de/details/win.lumma |
| 49 | +drilldown_searches: |
| 50 | +- name: View the detection results for - "$dest_ip$" and "$src_ip$" |
| 51 | + search: '%original_detection_search% | search dest_ip = "$dest_ip$" and src_ip = "$src_ip$"' |
| 52 | + earliest_offset: $info_min_time$ |
| 53 | + latest_offset: $info_max_time$ |
| 54 | +- name: View risk events for the last 7 days for - "$dest_ip$" |
| 55 | + search: '| from datamodel Risk.All_Risk | search normalized_risk_object IN ("$dest_ip$") starthoursago=168 | stats count min(_time) |
| 56 | + as firstTime max(_time) as lastTime values(search_name) as "Search Name" values(risk_message) |
| 57 | + as "Risk Message" values(analyticstories) as "Analytic Stories" values(annotations._all) |
| 58 | + as "Annotations" values(annotations.mitre_attack.mitre_tactic) as "ATT&CK Tactics" |
| 59 | + by normalized_risk_object | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`' |
| 60 | + earliest_offset: $info_min_time$ |
| 61 | + latest_offset: $info_max_time$ |
| 62 | +rba: |
| 63 | + message: Lumma Stealer Activity on host $dest_ip$ origniating from $src_ip$ |
| 64 | + risk_objects: |
| 65 | + - field: dest_ip |
| 66 | + type: system |
| 67 | + score: 25 |
| 68 | + threat_objects: |
| 69 | + - field: signature |
| 70 | + type: signature |
| 71 | + - field: src_ip |
| 72 | + type: ip_address |
| 73 | +tags: |
| 74 | + analytic_story: |
| 75 | + - Cisco Secure Firewall Threat Defense Analytics |
| 76 | + - Lumma Stealer |
| 77 | + asset_type: Network |
| 78 | + security_domain: network |
| 79 | + mitre_attack_id: |
| 80 | + - T1190 |
| 81 | + - T1210 |
| 82 | + - T1027 |
| 83 | + - T1204 |
| 84 | + product: |
| 85 | + - Splunk Enterprise |
| 86 | + - Splunk Cloud |
| 87 | + - Splunk Enterprise Security |
| 88 | +tests: |
| 89 | +- name: True Positive Test |
| 90 | + attack_data: |
| 91 | + - data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/cisco_secure_firewall_threat_defense/lumma_stealer/lumma_stealer_events.log |
| 92 | + source: not_applicable |
| 93 | + sourcetype: cisco:sfw:estreamer |
0 commit comments