Detection rules › Elastic

Execution of a File Dropped from SMB via Services

Time window
3m
Sequence by
file.path, process.executable
Source
github.com/elastic/protections-artifacts

Identifies the execution of a file that was created by the virtual system process and subsequently executed as a child of services.exe. This may indicate lateral movement via remote services.

MITRE ATT&CK coverage

Rule body

[rule]
description = """
Identifies the execution of a file that was created by the virtual system process and subsequently executed as a child
of services.exe. This may indicate lateral movement via remote services.
"""
id = "713501c8-d1fa-49be-bf91-0ae916a088f6"
license = "Elastic License v2"
name = "Execution of a File Dropped from SMB via Services"
os_list = ["windows"]
version = "1.0.20"

query = '''
sequence with maxspan=3m
  [file where event.action != "deletion" and
   /* library dropped via SMB */
   process.pid == 4 and user.id : ("S-1-5-21*", "S-1-12-*") and
   (file.extension : "exe" or file.Ext.header_bytes : "4d5a*")] by file.path

  [process where event.action == "start" and

    process.parent.name : "services.exe" and

    (
     process.executable : ("?:\\ProgramData\\*", "?:\\Users\\*", "?:\\Windows\\Tasks\\*") or
     (process.executable regex~ """[A-Za-z]:\\Windows\\[a-zA-Z0-9\-\_\.]+""" and process.code_signature.exists == false)
    ) and

    /* Signed False Positives */

	 not (process.code_signature.subject_name :
	                  ("RAPIDFIRE TOOLS INC.",
					   "Arcserve (USA) LLC",
					   "PDQ.COM CORPORATION",
					   "Veeam Software Group GmbH",
					   "Veeam Software AG",
					   "LANDesk Software, Inc.",
					   "Cynet Security LTD",
					   "CyberArk Software Ltd.",
					   "Barracuda Networks, Inc.",
					   "AVG Technologies Canada, Inc.",
					   "ConnectWise, Inc.",
					   "Ivanti, Inc.",
					   "FUJITSU LIMITED",
					   "Shavlik Technologies",
					   "Kaspersky Lab JSC",
					   "Netalytics Security Inc",
					   "Elasticsearch, Inc.",
					   "Netwrix Corporation",
					   "Power Admin LLC",
					   "Notepad++",
					   "The Apache Software Foundation",
					   "HashInclude Computech Pvt. Ltd.",
					   "DIGITAL DEFENSE, INC",
					   "Snow Software AB",
					   "GOVERLAN, LLC",
					   "Veritas Technologies LLC",
					   "Bitdefender SRL",
					   "Kaseya Corporation",
					   "Insecure.Com LLC",
					   "ZOHO Corporation Private Limited",
					   "VMware, Inc.",
					   "Medical Information Technology, Inc.",
					   "baramundi software AG",
					   "ServiceNow, Inc.",
					   "Panda Security, S.L.",
					   "CoSoSys SRL",
					   "N-ABLE TECHNOLOGIES LTD",
					   "CISCO SYSTEMS, INC.",
					   "TeamViewer Germany GmbH",
					   "SysAid Technologies LTD",
					   "Sophos Ltd",
					   "Ericsson",
					   "Tenable Network Security Inc.",
					   "NETSUPPORT LTD.",
					   "Lansweeper",
					   "Helge Klein GmbH",
					   "Netwrix Corporation",
					   "highsystem ag",
					   "Beyondtrust Software Inc",
					   "Oracle America, Inc.",
					   "KnowBe4 Inc.",
					   "GoTo Technologies USA, LLC",
					   "Icona S.R.L.",
					   "LogMeIn, Inc.",
					   "Dell Inc.") and process.code_signature.trusted == true) and

	  not (process.code_signature.subject_name in ("Medical Information Technology, Inc.", "CyberArk Software Ltd.", "VMware, Inc.") and
	       process.code_signature.status in ("errorTimeStamp", "errorChaining")) and

    /* unsigned FP - PowerAdmin LLC 8a203d0dd4821b42ca399140e093919348b60ac43140e92f88d047263e2c57b4 */
    not (process.pe.original_file_name == "PAExec.exe" and
         process.executable : "?:\\Windows\\PAExec-*.exe" and process.parent.name : "services.exe") and

    not (process.pe.original_file_name : "psexesvc.exe" and
	     process.code_signature.subject_name in ("Sysinternals", "Microsoft Corporation") and
         process.code_signature.trusted == true and process.name : "PSEXESVC.EXE") and

    not (process.pe.original_file_name == "psloglist.exe" and
	     process.code_signature.subject_name in ("Sysinternals", "Microsoft Corporation") and
         process.code_signature.trusted == true and not process.args : "-c") and

    not (process.code_signature.subject_name == "Microsoft Corporation" and
	       process.code_signature.trusted == true and
	       process.pe.original_file_name : ("MOMAgentInstaller.exe", "dotnet-hosting-*-win.exe", "dpmac.exe",
	                                         "migrate.exe", "Ms.Dsp.Do.Inc.Installer.exe", "OpenHandleCollector.exe")) and


    /* unsigned FPs */

    /* Alignia Remote Command Execution Manager  */
    not (process.pe.original_file_name == "T4RCEM.exe" and process.args : "10000" and
	     process.parent.name : "services.exe" and process.args_count >= 4) and

    /* unsigned McAfee Remote Installer */
    not (process.pe.original_file_name == "wstub32.exe" and
	     process.args : "/InstDir=<PROGRAM_FILES_DIR>\\McAfee\\Agent" and
         process.args : "/Install=Agent" and process.parent.name : "services.exe") and

    /* FortiClientSetup - unsigned */
    not (process.pe.original_file_name == "FortiClientSetup.exe" and
	     process.args : "/schid" and process.args : "/deviceid" and process.parent.name : "services.exe") and

    /* fart-it.sourceforge.net, IseExecSvc, OCS Inventory Agent,Tenable MW Scanner and HPCmdSvc */
    not process.hash.sha256 in
	         ("c9ef35bed70ffa0981bafd0071185b56fdad8f9c97f3582a4dae9b420959fb97",
	          "18dc098895ccc8246d417445a36d933c5f8487419b848ebe651fd0e11cb22afa",
	          "ea98309a35f92443b9c50736ce208656ec72af114ec8aceeb02dfa041ec2d6bc",
	          "bcf07679ea026f1dfba6f9ab63251e4834dc007bd2c5b9039deb9d900fe1c5e6",
	          "1c6af94b26f369e2c10819eefb869f873e5540e2c1b7bf4c7c632fc03d67368a",
	          "6dfc3a0733f427779b250913811baa429002042cb8e7732ea7d334bf725b8bd0",
	          "ae0fb4bf4a6faa4b808794b6e6ccbdf9f10c1ce01a86ccece002ac63cf09ff29",
	          "cd5ff596b7bacb117f90893f94fd8c542b659cc58f90ed1fbd0471fe85148bff",
	          "5e7785fede192d69e408c8c41ba14aead2f4b297c9faecc991e061b093b91f70",
	          "08d019e46a8755c33ad9ff9b96b5409a9005d87ba4e3cc58bdd8cf10eb0cd987",
	          "81e6e6feaac8b3267608af98667d3ccf78a15e540e6a5d18858d9147aacd1e16",
	          "a07b0b72bb00d9e9debd38c2b4bd770beb7d6cf6148d2f7fba50d7a7078deb04",
	          "bc10fdc46d17765c619db70ef19cd3755a3270692481d8417bfff3fceb4eba10",
	          "bb53243baeb4e4cc204e5b9981cc0c671e0855f56293df5106b9b3beac30cc15",
	          "c5593f5d965994a50985b529e77b97c348c7af084dbbaba270d83b1b06302d2c",
	          "7f8e465edd27cdcd1d28292c35440d745b8bd528e21d6f56eb683b65d922eaed",
	          "ef7dbfe3a3910ddb93989f0d5d8f1fb4d39e0df7e53f55d042f4ccd80699c81f",
	          "bb53243baeb4e4cc204e5b9981cc0c671e0855f56293df5106b9b3beac30cc15",
	          "bc10fdc46d17765c619db70ef19cd3755a3270692481d8417bfff3fceb4eba10",
	          "ef7dbfe3a3910ddb93989f0d5d8f1fb4d39e0df7e53f55d042f4ccd80699c81f",
	          "39b3ae96186b7e62b9176e6d2ae27db3e164a7c8c52c094c811dd19d651577f2",
	          "5e7785fede192d69e408c8c41ba14aead2f4b297c9faecc991e061b093b91f70",
	          "b9fc7dea50ce1e0637a3628abc89f96d8cfaad1b7c6ad33dd8bb17028ed3eaee",
	          "5e81eaedc6bba9c9b475f990cdc31ee3c48962fffb63d65afc1447ea6b95f910",
	          "ec7d2582c06d28191b2efaf6780cdfa5c1319f3081bd001d4572cbeea0068b48",
	          "4208e349ff97a2dc6100ee9e5e61e23ab650b316e62dd4a25d1119a08a59f298",
	          "c4c6b0db707020364cd398d2a7a3eb2516cfeb0a011557dce3393e25eaa90be4",
	          "4feacc0b469215c816865909aedcb52834acab86d9677a74ec559529290373e9",
	          "141b2190f51397dbd0dfde0e3904b264c91b6f81febc823ff0c33da980b69944",
	          "ae43b51f5c5795eba6fffbcf901ced7215b86342451aa4ef39b4f2d8f649fa81",
	          "11a4758eaaf7bd88ff826860441658905ee2d5198efbdc61259136a3f968c8f5",
	          "47dbc1fda7e540f996a6ef035b476cd50987c5bf163c04334752a051c05ae37d",
	          "c71ddd9aeaed18b6a3e6c80119504ececdfa329328e4a814913be6113c8efb1d",
	          "dbc16e5afe0c0922df779952350d7fb5103a54ae7767b97d192e2d90a76ed88a",
	          "5e1e2c6a88711a716805695996d2e9906de713ec3abd9eb5376b087438f33a40",
	          "79db4d8a9a8e87214d20eef964bc9bfc3a7f5abf162d98fa7eae2dd7e96ef272",
	          "7f8e465edd27cdcd1d28292c35440d745b8bd528e21d6f56eb683b65d922eaed",
	          "3b47eeb28734ced42682be0806786ae4ac460bf7545934bae5fc367df23fa6e9",
	          "2b25e0331289460dbaed2d851b92f43e6999f694bf17964a8786f3a4cce602a6",
	          "67201716f8126a0445cda79f55336140066071acb4d72d9a489e19125d3aa8f6",
	          "87952d419caf8fe11dad35f63ac1d09ba58fb9347567557750e24d1ff271fbb7",
	          "9c2ffb59617d1e0710f04aa0b3541a089c2b5e0e81072511a16b78922fe204a9") and

    not (process.pe.original_file_name == "PortalService.exe" and
	     process.executable : "E:\\EZ\\EZAccess\\Service\\*\\PortalService.exe" and process.parent.name : "services.exe") and

	not (process.code_signature.subject_name == "CyberArk Software Ltd." and
	     process.executable : "?:\\Windows\\CAInvokerService.exe" and process.pe.original_file_name == "PSMWinAgentInvoker.exe")
  ] by process.executable
'''

min_endpoint_version = "7.15.0"
[[actions]]
action = "kill_process"
field = "process.entity_id"
state = 1
tree = true

[[optional_actions]]
action = "rollback"
field = "process.entity_id"
state = 1

[[threat]]
framework = "MITRE ATT&CK"
[[threat.technique]]
id = "T1021"
name = "Remote Services"
reference = "https://attack.mitre.org/techniques/T1021/"
[[threat.technique.subtechnique]]
id = "T1021.002"
name = "SMB/Windows Admin Shares"
reference = "https://attack.mitre.org/techniques/T1021/002/"



[threat.tactic]
id = "TA0008"
name = "Lateral Movement"
reference = "https://attack.mitre.org/tactics/TA0008/"

[internal]
min_endpoint_version = "7.15.0"

Stages and Predicates

Ordered sequence: each step below must occur in order within 3m, correlated by file.path, process.executable.

Stage 1: file

[file where event.action != "deletion" and
   process.pid == 4 and user.id : ("S-1-5-21*", "S-1-12-*") and
   (file.extension : "exe" or file.Ext.header_bytes : "4d5a*")] by file.path

Stage 2: process

[process where event.action == "start" and
    process.parent.name : "services.exe" and
    (
     process.executable : ("?:\\ProgramData\\*", "?:\\Users\\*", "?:\\Windows\\Tasks\\*") or
     (process.executable regex~ """[A-Za-z]:\\Windows\\[a-zA-Z0-9\-\_\.]+""" and process.code_signature.exists == false)
    ) and
	 not (process.code_signature.subject_name :
	                  ("RAPIDFIRE TOOLS INC.",
					   "Arcserve (USA) LLC",
					   "PDQ.COM CORPORATION",
					   "Veeam Software Group GmbH",
					   "Veeam Software AG",
					   "LANDesk Software, Inc.",
					   "Cynet Security LTD",
					   "CyberArk Software Ltd.",
					   "Barracuda Networks, Inc.",
					   "AVG Technologies Canada, Inc.",
					   "ConnectWise, Inc.",
					   "Ivanti, Inc.",
					   "FUJITSU LIMITED",
					   "Shavlik Technologies",
					   "Kaspersky Lab JSC",
					   "Netalytics Security Inc",
					   "Elasticsearch, Inc.",
					   "Netwrix Corporation",
					   "Power Admin LLC",
					   "Notepad++",
					   "The Apache Software Foundation",
					   "HashInclude Computech Pvt. Ltd.",
					   "DIGITAL DEFENSE, INC",
					   "Snow Software AB",
					   "GOVERLAN, LLC",
					   "Veritas Technologies LLC",
					   "Bitdefender SRL",
					   "Kaseya Corporation",
					   "Insecure.Com LLC",
					   "ZOHO Corporation Private Limited",
					   "VMware, Inc.",
					   "Medical Information Technology, Inc.",
					   "baramundi software AG",
					   "ServiceNow, Inc.",
					   "Panda Security, S.L.",
					   "CoSoSys SRL",
					   "N-ABLE TECHNOLOGIES LTD",
					   "CISCO SYSTEMS, INC.",
					   "TeamViewer Germany GmbH",
					   "SysAid Technologies LTD",
					   "Sophos Ltd",
					   "Ericsson",
					   "Tenable Network Security Inc.",
					   "NETSUPPORT LTD.",
					   "Lansweeper",
					   "Helge Klein GmbH",
					   "Netwrix Corporation",
					   "highsystem ag",
					   "Beyondtrust Software Inc",
					   "Oracle America, Inc.",
					   "KnowBe4 Inc.",
					   "GoTo Technologies USA, LLC",
					   "Icona S.R.L.",
					   "LogMeIn, Inc.",
					   "Dell Inc.") and process.code_signature.trusted == true) and
	  not (process.code_signature.subject_name in ("Medical Information Technology, Inc.", "CyberArk Software Ltd.", "VMware, Inc.") and
	       process.code_signature.status in ("errorTimeStamp", "errorChaining")) and
    not (process.pe.original_file_name == "PAExec.exe" and
         process.executable : "?:\\Windows\\PAExec-*.exe" and process.parent.name : "services.exe") and
    not (process.pe.original_file_name : "psexesvc.exe" and
	     process.code_signature.subject_name in ("Sysinternals", "Microsoft Corporation") and
         process.code_signature.trusted == true and process.name : "PSEXESVC.EXE") and
    not (process.pe.original_file_name == "psloglist.exe" and
	     process.code_signature.subject_name in ("Sysinternals", "Microsoft Corporation") and
         process.code_signature.trusted == true and not process.args : "-c") and
    not (process.code_signature.subject_name == "Microsoft Corporation" and
	       process.code_signature.trusted == true and
	       process.pe.original_file_name : ("MOMAgentInstaller.exe", "dotnet-hosting-*-win.exe", "dpmac.exe",
	                                         "migrate.exe", "Ms.Dsp.Do.Inc.Installer.exe", "OpenHandleCollector.exe")) and
    not (process.pe.original_file_name == "T4RCEM.exe" and process.args : "10000" and
	     process.parent.name : "services.exe" and process.args_count >= 4) and
    not (process.pe.original_file_name == "wstub32.exe" and
	     process.args : "/InstDir=<PROGRAM_FILES_DIR>\\McAfee\\Agent" and
         process.args : "/Install=Agent" and process.parent.name : "services.exe") and
    not (process.pe.original_file_name == "FortiClientSetup.exe" and
	     process.args : "/schid" and process.args : "/deviceid" and process.parent.name : "services.exe") and
    not process.hash.sha256 in
	         ("c9ef35bed70ffa0981bafd0071185b56fdad8f9c97f3582a4dae9b420959fb97",
	          "18dc098895ccc8246d417445a36d933c5f8487419b848ebe651fd0e11cb22afa",
	          "ea98309a35f92443b9c50736ce208656ec72af114ec8aceeb02dfa041ec2d6bc",
	          "bcf07679ea026f1dfba6f9ab63251e4834dc007bd2c5b9039deb9d900fe1c5e6",
	          "1c6af94b26f369e2c10819eefb869f873e5540e2c1b7bf4c7c632fc03d67368a",
	          "6dfc3a0733f427779b250913811baa429002042cb8e7732ea7d334bf725b8bd0",
	          "ae0fb4bf4a6faa4b808794b6e6ccbdf9f10c1ce01a86ccece002ac63cf09ff29",
	          "cd5ff596b7bacb117f90893f94fd8c542b659cc58f90ed1fbd0471fe85148bff",
	          "5e7785fede192d69e408c8c41ba14aead2f4b297c9faecc991e061b093b91f70",
	          "08d019e46a8755c33ad9ff9b96b5409a9005d87ba4e3cc58bdd8cf10eb0cd987",
	          "81e6e6feaac8b3267608af98667d3ccf78a15e540e6a5d18858d9147aacd1e16",
	          "a07b0b72bb00d9e9debd38c2b4bd770beb7d6cf6148d2f7fba50d7a7078deb04",
	          "bc10fdc46d17765c619db70ef19cd3755a3270692481d8417bfff3fceb4eba10",
	          "bb53243baeb4e4cc204e5b9981cc0c671e0855f56293df5106b9b3beac30cc15",
	          "c5593f5d965994a50985b529e77b97c348c7af084dbbaba270d83b1b06302d2c",
	          "7f8e465edd27cdcd1d28292c35440d745b8bd528e21d6f56eb683b65d922eaed",
	          "ef7dbfe3a3910ddb93989f0d5d8f1fb4d39e0df7e53f55d042f4ccd80699c81f",
	          "bb53243baeb4e4cc204e5b9981cc0c671e0855f56293df5106b9b3beac30cc15",
	          "bc10fdc46d17765c619db70ef19cd3755a3270692481d8417bfff3fceb4eba10",
	          "ef7dbfe3a3910ddb93989f0d5d8f1fb4d39e0df7e53f55d042f4ccd80699c81f",
	          "39b3ae96186b7e62b9176e6d2ae27db3e164a7c8c52c094c811dd19d651577f2",
	          "5e7785fede192d69e408c8c41ba14aead2f4b297c9faecc991e061b093b91f70",
	          "b9fc7dea50ce1e0637a3628abc89f96d8cfaad1b7c6ad33dd8bb17028ed3eaee",
	          "5e81eaedc6bba9c9b475f990cdc31ee3c48962fffb63d65afc1447ea6b95f910",
	          "ec7d2582c06d28191b2efaf6780cdfa5c1319f3081bd001d4572cbeea0068b48",
	          "4208e349ff97a2dc6100ee9e5e61e23ab650b316e62dd4a25d1119a08a59f298",
	          "c4c6b0db707020364cd398d2a7a3eb2516cfeb0a011557dce3393e25eaa90be4",
	          "4feacc0b469215c816865909aedcb52834acab86d9677a74ec559529290373e9",
	          "141b2190f51397dbd0dfde0e3904b264c91b6f81febc823ff0c33da980b69944",
	          "ae43b51f5c5795eba6fffbcf901ced7215b86342451aa4ef39b4f2d8f649fa81",
	          "11a4758eaaf7bd88ff826860441658905ee2d5198efbdc61259136a3f968c8f5",
	          "47dbc1fda7e540f996a6ef035b476cd50987c5bf163c04334752a051c05ae37d",
	          "c71ddd9aeaed18b6a3e6c80119504ececdfa329328e4a814913be6113c8efb1d",
	          "dbc16e5afe0c0922df779952350d7fb5103a54ae7767b97d192e2d90a76ed88a",
	          "5e1e2c6a88711a716805695996d2e9906de713ec3abd9eb5376b087438f33a40",
	          "79db4d8a9a8e87214d20eef964bc9bfc3a7f5abf162d98fa7eae2dd7e96ef272",
	          "7f8e465edd27cdcd1d28292c35440d745b8bd528e21d6f56eb683b65d922eaed",
	          "3b47eeb28734ced42682be0806786ae4ac460bf7545934bae5fc367df23fa6e9",
	          "2b25e0331289460dbaed2d851b92f43e6999f694bf17964a8786f3a4cce602a6",
	          "67201716f8126a0445cda79f55336140066071acb4d72d9a489e19125d3aa8f6",
	          "87952d419caf8fe11dad35f63ac1d09ba58fb9347567557750e24d1ff271fbb7",
	          "9c2ffb59617d1e0710f04aa0b3541a089c2b5e0e81072511a16b78922fe204a9") and
    not (process.pe.original_file_name == "PortalService.exe" and
	     process.executable : "E:\\EZ\\EZAccess\\Service\\*\\PortalService.exe" and process.parent.name : "services.exe") and
	not (process.code_signature.subject_name == "CyberArk Software Ltd." and
	     process.executable : "?:\\Windows\\CAInvokerService.exe" and process.pe.original_file_name == "PSMWinAgentInvoker.exe")
  ] by process.executable

Exclusions

The rule actively suppresses these predicates.

FieldKindExcluded valuesSearch
process.argseq-cexcludes:process.args field:"process.args" value:"-c"
process.code_signature.subject_nameinMicrosoft Corporation, Sysinternalsexcludes:process.code_signature.subject_name field:"process.code_signature.subject_name" value:"Microsoft Corporation" field:"process.code_signature.subject_name" value:"Sysinternals"
process.code_signature.trustedeqtrueexcludes:process.code_signature.trusted field:"process.code_signature.trusted" value:"true"
process.pe.original_file_nameeqpsloglist.exeexcludes:process.pe.original_file_name field:"process.pe.original_file_name" value:"psloglist.exe"
process.argseq/InstDir=<PROGRAM_FILES_DIR>\McAfee\Agentexcludes:process.args field:"process.args" value:"/InstDir=<PROGRAM_FILES_DIR>\McAfee\Agent"
process.argseq/Install=Agentexcludes:process.args field:"process.args" value:"/Install=Agent"
process.parent.nameeqservices.exeexcludes:process.parent.name field:"process.parent.name" value:"services.exe"
process.pe.original_file_nameeqwstub32.exeexcludes:process.pe.original_file_name field:"process.pe.original_file_name" value:"wstub32.exe"
process.argseq/deviceidexcludes:process.args field:"process.args" value:"/deviceid"
process.argseq/schidexcludes:process.args field:"process.args" value:"/schid"
process.pe.original_file_nameeqFortiClientSetup.exeexcludes:process.pe.original_file_name field:"process.pe.original_file_name" value:"FortiClientSetup.exe"
process.argseq10000excludes:process.args field:"process.args" value:"10000"
process.args_countge4excludes:process.args_count field:"process.args_count" value:"4"
process.pe.original_file_nameeqT4RCEM.exeexcludes:process.pe.original_file_name field:"process.pe.original_file_name" value:"T4RCEM.exe"
process.code_signature.statusinerrorChaining, errorTimeStampexcludes:process.code_signature.status field:"process.code_signature.status" value:"errorChaining" field:"process.code_signature.status" value:"errorTimeStamp"
process.code_signature.subject_nameinCyberArk Software Ltd., Medical Information Technology, Inc., VMware, Inc.excludes:process.code_signature.subject_name field:"process.code_signature.subject_name" value:"CyberArk Software Ltd." field:"process.code_signature.subject_name" value:"Medical Information Technology, Inc." field:"process.code_signature.subject_name" value:"VMware, Inc."
process.code_signature.subject_nameeqCyberArk Software Ltd.excludes:process.code_signature.subject_name field:"process.code_signature.subject_name" value:"CyberArk Software Ltd."
process.executableeq?:\Windows\CAInvokerService.exeexcludes:process.executable field:"process.executable" value:"?:\Windows\CAInvokerService.exe"
process.pe.original_file_nameeqPSMWinAgentInvoker.exeexcludes:process.pe.original_file_name field:"process.pe.original_file_name" value:"PSMWinAgentInvoker.exe"
process.code_signature.subject_nameeqMicrosoft Corporationexcludes:process.code_signature.subject_name field:"process.code_signature.subject_name" value:"Microsoft Corporation"
process.pe.original_file_namewildcardMOMAgentInstaller.exe, dotnet-hosting-*-win.exe, dpmac.exe, migrate.exe, Ms.Dsp.Do.Inc.Installer.exe, OpenHandleCollector.exeexcludes:process.pe.original_file_name
process.code_signature.subject_nameeqRAPIDFIRE TOOLS INC., Arcserve (USA) LLC, PDQ.COM CORPORATION, Veeam Software Group GmbH, Veeam Software AG, LANDesk Software, Inc., Cynet Security LTD, CyberArk Software Ltd., Barracuda Networks, Inc., AVG Technologies Canada, Inc., ConnectWise, Inc., Ivanti, Inc., FUJITSU LIMITED, Shavlik Technologies, Kaspersky Lab JSC, Netalytics Security Inc, Elasticsearch, Inc., Netwrix Corporation, Power Admin LLC, Notepad++, The Apache Software Foundation, HashInclude Computech Pvt. Ltd., DIGITAL DEFENSE, INC, Snow Software AB, GOVERLAN, LLC, Veritas Technologies LLC, Bitdefender SRL, Kaseya Corporation, Insecure.Com LLC, ZOHO Corporation Private Limited, VMware, Inc., Medical Information Technology, Inc., baramundi software AG, ServiceNow, Inc., Panda Security, S.L., CoSoSys SRL, N-ABLE TECHNOLOGIES LTD, CISCO SYSTEMS, INC., TeamViewer Germany GmbH, SysAid Technologies LTD, Sophos Ltd, Ericsson, Tenable Network Security Inc., NETSUPPORT LTD., Lansweeper, Helge Klein GmbH, Netwrix Corporation, highsystem ag, Beyondtrust Software Inc, Oracle America, Inc., KnowBe4 Inc., GoTo Technologies USA, LLC, Icona S.R.L., LogMeIn, Inc., Dell Inc.excludes:process.code_signature.subject_name
process.nameeqPSEXESVC.EXEexcludes:process.name field:"process.name" value:"PSEXESVC.EXE"
process.pe.original_file_nameeqpsexesvc.exeexcludes:process.pe.original_file_name field:"process.pe.original_file_name" value:"psexesvc.exe"
process.executablewildcard?:\Windows\PAExec-*.exeexcludes:process.executable field:"process.executable" value:"?:\Windows\PAExec-*.exe"
process.pe.original_file_nameeqPAExec.exeexcludes:process.pe.original_file_name field:"process.pe.original_file_name" value:"PAExec.exe"
process.executablewildcardE:\EZ\EZAccess\Service\*\PortalService.exeexcludes:process.executable field:"process.executable" value:"E:\EZ\EZAccess\Service\*\PortalService.exe"
process.pe.original_file_nameeqPortalService.exeexcludes:process.pe.original_file_name field:"process.pe.original_file_name" value:"PortalService.exe"
process.hash.sha256in08d019e46a8755c33ad9ff9b96b5409a9005d87ba4e3cc58bdd8cf10eb0cd987, 11a4758eaaf7bd88ff826860441658905ee2d5198efbdc61259136a3f968c8f5, 141b2190f51397dbd0dfde0e3904b264c91b6f81febc823ff0c33da980b69944, 18dc098895ccc8246d417445a36d933c5f8487419b848ebe651fd0e11cb22afa, 1c6af94b26f369e2c10819eefb869f873e5540e2c1b7bf4c7c632fc03d67368a, 2b25e0331289460dbaed2d851b92f43e6999f694bf17964a8786f3a4cce602a6, 39b3ae96186b7e62b9176e6d2ae27db3e164a7c8c52c094c811dd19d651577f2, 3b47eeb28734ced42682be0806786ae4ac460bf7545934bae5fc367df23fa6e9, 4208e349ff97a2dc6100ee9e5e61e23ab650b316e62dd4a25d1119a08a59f298, 47dbc1fda7e540f996a6ef035b476cd50987c5bf163c04334752a051c05ae37d, 4feacc0b469215c816865909aedcb52834acab86d9677a74ec559529290373e9, 5e1e2c6a88711a716805695996d2e9906de713ec3abd9eb5376b087438f33a40, 5e7785fede192d69e408c8c41ba14aead2f4b297c9faecc991e061b093b91f70, 5e81eaedc6bba9c9b475f990cdc31ee3c48962fffb63d65afc1447ea6b95f910, 67201716f8126a0445cda79f55336140066071acb4d72d9a489e19125d3aa8f6, 6dfc3a0733f427779b250913811baa429002042cb8e7732ea7d334bf725b8bd0, 79db4d8a9a8e87214d20eef964bc9bfc3a7f5abf162d98fa7eae2dd7e96ef272, 7f8e465edd27cdcd1d28292c35440d745b8bd528e21d6f56eb683b65d922eaed, 81e6e6feaac8b3267608af98667d3ccf78a15e540e6a5d18858d9147aacd1e16, 87952d419caf8fe11dad35f63ac1d09ba58fb9347567557750e24d1ff271fbb7, 9c2ffb59617d1e0710f04aa0b3541a089c2b5e0e81072511a16b78922fe204a9, a07b0b72bb00d9e9debd38c2b4bd770beb7d6cf6148d2f7fba50d7a7078deb04, ae0fb4bf4a6faa4b808794b6e6ccbdf9f10c1ce01a86ccece002ac63cf09ff29, ae43b51f5c5795eba6fffbcf901ced7215b86342451aa4ef39b4f2d8f649fa81, b9fc7dea50ce1e0637a3628abc89f96d8cfaad1b7c6ad33dd8bb17028ed3eaee, bb53243baeb4e4cc204e5b9981cc0c671e0855f56293df5106b9b3beac30cc15, bc10fdc46d17765c619db70ef19cd3755a3270692481d8417bfff3fceb4eba10, bcf07679ea026f1dfba6f9ab63251e4834dc007bd2c5b9039deb9d900fe1c5e6, c4c6b0db707020364cd398d2a7a3eb2516cfeb0a011557dce3393e25eaa90be4, c5593f5d965994a50985b529e77b97c348c7af084dbbaba270d83b1b06302d2c, c71ddd9aeaed18b6a3e6c80119504ececdfa329328e4a814913be6113c8efb1d, c9ef35bed70ffa0981bafd0071185b56fdad8f9c97f3582a4dae9b420959fb97, cd5ff596b7bacb117f90893f94fd8c542b659cc58f90ed1fbd0471fe85148bff, dbc16e5afe0c0922df779952350d7fb5103a54ae7767b97d192e2d90a76ed88a, ea98309a35f92443b9c50736ce208656ec72af114ec8aceeb02dfa041ec2d6bc, ec7d2582c06d28191b2efaf6780cdfa5c1319f3081bd001d4572cbeea0068b48, ef7dbfe3a3910ddb93989f0d5d8f1fb4d39e0df7e53f55d042f4ccd80699c81fexcludes:process.hash.sha256

Indicators

These rows show field, operator, and value matches.

FieldKindValuesSearch
event.actioneq
  • start corpus 391 (elastic 391)
field:"EventType" kind:eq value:"start"
event.actionne
  • deletion corpus 86 (elastic 86)
field:"EventType" kind:ne value:"deletion"
file.Ext.header_byteswildcard
  • 4d5a* corpus 46 (elastic 46)
field:"file.Ext.header_bytes" kind:wildcard value:"4d5a*"
file.extensionwildcard
  • exe corpus 32 (elastic 32)
field:"file.extension" kind:wildcard value:"exe"
process.argswildcard
  • -c corpus 107 (elastic 107)
field:"process.args" kind:wildcard value:"-c"
process.code_signature.existseq
  • false transforms: boolean corpus 119 (elastic 119)
field:"process.code_signature.exists" kind:eq value:"false"
process.executableregex_match
  • [A-Za-z]:\Windows\[a-zA-Z0-9\-\_.]+
field:"Image" kind:regex_match value:"[A-Za-z]:\Windows\[a-zA-Z0-9\-\_.]+"
process.executablewildcard
  • ?:\ProgramData\* corpus 17 (elastic 17)
  • ?:\Users\* corpus 18 (elastic 18)
  • ?:\Windows\Tasks\* corpus 7 (elastic 7)
field:"Image" kind:wildcard
process.parent.namewildcard
  • services.exe corpus 12 (elastic 8, splunk 3, kusto 1)
field:"parent_process_name" kind:wildcard value:"services.exe"
process.pideq
  • 4 transforms: number corpus 19 (elastic 19)
field:"process_id" kind:eq value:"4"
user.idwildcard
  • S-1-12-* corpus 46 (elastic 46)
  • S-1-5-21* corpus 47 (elastic 47)
field:"user.id" kind:wildcard