Skip to content

Commit a243336

Browse files
committed
#587 test
1 parent 5492365 commit a243336

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

responders/RT4/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Request Tracker 4 Cortex Responder
1+
#### Request Tracker 4 Cortex Responder
22
Summary: Creates RT tickets from TheHive
33

44
Applies To: Case Observables (Artifacts), Alerts, Cases
55

6-
## Initial Responder Configuration
6+
##### Initial Responder Configuration
77

88
The following need to be configured under **Organization --> Responders** prior to use:
99

@@ -38,15 +38,15 @@ spear_phishing:phishing_spear
3838

3939
Any observable with a `phishing` tag would be assigned the template named `phishing_generic`. Any observale tagged `spear_phishing` would have its ticket created with a body from the `phishing_spear` template.
4040

41-
## Workflow
41+
##### Workflow
4242

4343
1. Set [Initial Responder Configuration](#Initial-Responder-Configuration)
4444
2. [Create Template(s)](#Templates)
4545
3. As new observables arrive, appropriately [tag](#Tags-to-Modify-RT4-Responder-Behavior) them
4646
4. Run the RT4-CreateTicket responder
4747
5. When complete, the ticket(s) should be created and the `thehive_cf_rtticket` custom field on TheHive cases (if present) should be populated with the URL to any created ticket
4848

49-
## Templates
49+
##### Templates
5050

5151
Inside the `./templates` dir of the RT4 responder, you will need to create the templates for subjects and notification bodies that will be used on ticket creation. For the above example on an observable tagged to use the `phishing_generic` template, there should be a file inside ./templates/ called `phishing_generic.j2` (all templates should end in the .j2 extension since it uses Jinja2 templating)
5252

@@ -86,7 +86,7 @@ Inside the jinja2 template, all block names are passed at RT ticket variables wi
8686

8787
Every ticket created from that template will have the RT custom field CF_Classification set to "Phishing" upon ticket creation.
8888

89-
## Tags to Modify RT4 Responder Behavior
89+
##### Tags to Modify RT4 Responder Behavior
9090

9191
Set any of the following tags to modify behavior of the created ticket:
9292

@@ -108,7 +108,7 @@ Set any of the following tags to modify behavior of the created ticket:
108108

109109
`rt4_set_template:phishing_generic` - overrides any default template from tag_to_template_map setting when constructing the body of the notification, in this case instructing the Responder to use the `phishing_generic` template
110110

111-
## Ticket customization order
111+
##### Ticket customization order
112112

113113
As already alluded to, there are 4 ways to customize ticket creation options:
114114

@@ -132,7 +132,7 @@ Greater numbered config options take precedence over smaller ones.
132132

133133
If a tag_to_template map at the Org Responder config in Cortex is set to map tags of `phishing` to the `phishing_generic` template, but a `set_rt4_template:phishing_spear` tag on the observable sets a different template, the observable tag takes precedence.
134134

135-
## Observable Object Data
135+
##### Observable Object Data
136136

137137
Observables are a custom dictionary in which their properties are stored. In addition to the ticket properties passed to RT, each observable is also tagged with its case/artifact info which makes available the following info in each observable:
138138

0 commit comments

Comments
 (0)