Skip to content

Commit

Permalink
[Docs] Add url.domain to the Threat usage docs (#2124)
Browse files Browse the repository at this point in the history
* updated usage docs for url.domain and TLP CLEAR

* added missing quote around url for threat docs

* changed last TLP WHITE to TLP CLEAR in usage docs for threat

* updated PR number in changelog.next
  • Loading branch information
peasead authored Dec 21, 2022
1 parent 9fe1894 commit 4b3fe9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Thanks, you're awesome :-) -->
#### Added

#### Improvements
* Updated usage docs to include `threat.indicator.url.domain` and changed `indicator.marking.tlp` and `indicator.enrichments.marking.tlp` from "WHITE" to "CLEAR" to align with TLP 2.0. #2124

#### Deprecated

Expand Down
12 changes: 7 additions & 5 deletions docs/fields/usage/threat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ indicators from a known malware site.
"reference": "https://urlhaus.abuse.ch/url/abcdefg/",
"confidence": "High",
"ip": 1.2.3.4,
"domain": "malicious.evil",
"port": 443,
"email.address": "[email protected]",
"marking: {
"tlp": "WHITE"
"marking": {
"tlp": "CLEAR"
},
"url": {
"domain": "malicious.evil",
},
"scanner_stats": 4
}
Expand Down Expand Up @@ -102,7 +104,7 @@ The following example maps a file-based indicator.
"name": "invoice.doc"
},
"marking": {
"tlp": "WHITE"
"tlp": "CLEAR"
},
"scanner_stats": 4
}
Expand Down Expand Up @@ -148,7 +150,7 @@ Event enrichment searches for known threats using an event's values and, if foun
{
"indicator": {
"marking": {
"tlp": "WHITE"
"tlp": "CLEAR"
},
"first_seen": "2020-11-17T19:07:46.0956672Z",
"file": {
Expand Down

0 comments on commit 4b3fe9a

Please sign in to comment.