{"id":"4b89abaa-99fe-4232-afdd-8f9aa4d20382","title":"Potentially Suspicious Malware Callback Communication","description":"Detects programs that connect to known malware callback ports based on statistical analysis from two different sandbox system databases\n","author":"Florian Roth (Nextron Systems)","status":"test","level":"high","date":"2017-03-19","modified":"2024-03-12","tags":["attack.persistence","attack.command-and-control","attack.t1571"],"technique_ids":["T1571"],"logsource":{"category":"network_connection","product":"windows"},"falsepositives":["Unknown"],"references":["https://docs.google.com/spreadsheets/d/17pSTDNpa0sf6pHeRhusvWG6rThciE8CsXTSlDUAZDyo"],"source_path":"rules/windows/network_connection/net_connection_win_susp_malware_callback_port.yml","source_sha256":"9ab8a3da810ab32601c764ad136625e98b2c3754a25cbfece726100356c1e39f","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/network_connection/net_connection_win_susp_malware_callback_port.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Potentially Suspicious Malware Callback Communication\nid: 4b89abaa-99fe-4232-afdd-8f9aa4d20382\nrelated:\n    - id: 6d8c3d20-a5e1-494f-8412-4571d716cf5c\n      type: similar\nstatus: test\ndescription: |\n    Detects programs that connect to known malware callback ports based on statistical analysis from two different sandbox system databases\nreferences:\n    - https://docs.google.com/spreadsheets/d/17pSTDNpa0sf6pHeRhusvWG6rThciE8CsXTSlDUAZDyo\nauthor: Florian Roth (Nextron Systems)\ndate: 2017-03-19\nmodified: 2024-03-12\ntags:\n    - attack.persistence\n    - attack.command-and-control\n    - attack.t1571\nlogsource:\n    category: network_connection\n    product: windows\ndetection:\n    selection:\n        Initiated: 'true'\n        DestinationPort:\n            - 100\n            - 198\n            - 200\n            - 243\n            - 473\n            - 666\n            - 700\n            - 743\n            - 777\n            - 1443\n            - 1515\n            - 1777\n            - 1817\n            - 1904\n            - 1960\n            - 2443\n            - 2448\n            - 3360\n            - 3675\n            - 3939\n            - 4040\n            - 4433\n            - 4438\n            - 4443\n            - 4444\n            - 4455\n            - 5445\n            - 5552\n            - 5649\n            - 6625\n            - 7210\n            - 7777\n            - 8143\n            - 8843\n            - 9631\n            - 9943\n            - 10101\n            - 12102\n            - 12103\n            - 12322\n            - 13145\n            - 13394\n            - 13504\n            - 13505\n            - 13506\n            - 13507\n            - 14102\n            - 14103\n            - 14154\n            - 49180\n            - 65520\n            - 65535\n    filter_main_local_ranges:\n        DestinationIp|cidr:\n            - '127.0.0.0/8'\n            - '10.0.0.0/8'\n            - '172.16.0.0/12'\n            - '192.168.0.0/16'\n            - '169.254.0.0/16'\n            - '::1/128'  # IPv6 loopback\n            - 'fe80::/10'  # IPv6 link-local addresses\n            - 'fc00::/7'  # IPv6 private addresses\n    filter_optional_sys_directories:\n        Image|startswith:\n            - 'C:\\Program Files\\'\n            - 'C:\\Program Files (x86)\\'\n    condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*\nfalsepositives:\n    - Unknown\nlevel: high\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1571","id":"T1571","name":"Non-Standard Port","page":"techniques/enterprise/T1571/"}],"data_path":"data/detection-rules/4b89abaa-99fe-4232-afdd-8f9aa4d20382.json","kind":"sigma"}
