Replies: 3 comments 1 reply
-
In any case, the definitions of Old Definitions:
New Definitions:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Isn't a fifth option to change the type of injection_type to be an external reference that points at T1055 sub techniques? Why re-invent something already well defined and maintained. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Putting this one to bed, as we addressed the main issue of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, System Activity > Process Activity events have an
Inject
activity for injection events.The Mitre Process Injection Technique defines Process Injection as
> "a method of executing arbitrary code in the address space of a separate live process."
It was expressed that there is a need to accurately map properties of an injection - namely the
Injection Path
.Currently, the Process Activity Class has two injection attributes:
injection_type
andinjection_type_id
, but no discreet attribute forInjection Path
:Three approaches which came up in partner discussions are:
actor_process
injectsmodule
into thetarget process
injection_path
attribute to the Process Activity class (would mean one structural change - an addition)injection
object with.path
,.type
, and.type_id
attributes (would mean multiple structural changes, creating a new object and moving attributes into it)actor_process
injectsmodule
into thetarget process
. In Addition, update the definition ofprocess
to "The process that was launched, injected into, opened, or terminated."5 votes ·
Beta Was this translation helpful? Give feedback.
All reactions