Skip to content

Commit 58213ae

Browse files
authored
Fix (#5601)
1 parent 4fb662a commit 58213ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/security/threat-intelligence/upload-formats.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ The following attributes are required:
7878
* `email-addr`. Email address. (Entity type in Cloud SIEM is `_email`.)
7979
* `file`. File name. (Entity type in Cloud SIEM is `_file`.)
8080
* `file:hashes.'<HASH-TYPE>'`. File hash. (Entity type in Cloud SIEM is `_hash`.) Examples:
81-
* `file:hashes.'MD-5'`
81+
* `file:hashes.MD5`
8282
* `file:hashes.'SHA-1'`
8383
* `file:hashes.'SHA-2'`
8484
* `file:hashes.'SHA-3'`
8585
* `file:hashes.'SHA-256'`
86-
* `file:hashes.'SHA-512'`. <br/>If you want to add the hash algorithm, enter it with `=`. For example, `[file:hashes.'MD5' = '5d41402abc4b2a76b9719d911017c592']` or `[file:hashes.'SHA-256' = '50d858e0985ecc7f60418aaf0cc5ab587f42c2570a884095a9e8ccacd0f6545c']`.
86+
<br/>If you want to add the hash algorithm, enter it with `=`. For example, `[file:hashes.MD5 = '5d41402abc4b2a76b9719d911017c592']` or `[file:hashes.'SHA-256' = '50d858e0985ecc7f60418aaf0cc5ab587f42c2570a884095a9e8ccacd0f6545c']`.
8787
* `ipv4-addr`. IPv4 IP address. (Entity type in Cloud SIEM is `_ip`.)
8888
* `ipv6-addr`. IPv6 IP address. (Entity type in Cloud SIEM is `_ip`.)
8989
* `mac-addr`. Mac address name. (Entity type in Cloud SIEM is `_mac`.)
@@ -144,12 +144,12 @@ Columns for the following attributes are required in the upload file:
144144
* `email-addr`. Email address. (Entity type in Cloud SIEM is `_email`.)
145145
* `file`. File name. (Entity type in Cloud SIEM is `_file`.)
146146
* `file:hashes.'<HASH-TYPE>'`. File hash. (Entity type in Cloud SIEM is `_hash`.) Examples:
147-
* `file:hashes.'MD-5'`
147+
* `file:hashes.MD5`
148148
* `file:hashes.'SHA-1'`
149149
* `file:hashes.'SHA-2'`
150150
* `file:hashes.'SHA-3'`
151151
* `file:hashes.'SHA-256'`
152-
* `file:hashes.'SHA-512'`. <br/>If you want to add the hash algorithm, enter it with `=`. For example, `[file:hashes.'MD5' = '5d41402abc4b2a76b9719d911017c592']` or `[file:hashes.'SHA-256' = '50d858e0985ecc7f60418aaf0cc5ab587f42c2570a884095a9e8ccacd0f6545c']`.
152+
<br/>If you want to add the hash algorithm, enter it with `=`. For example, `[file:hashes.MD5 = '5d41402abc4b2a76b9719d911017c592']` or `[file:hashes.'SHA-256' = '50d858e0985ecc7f60418aaf0cc5ab587f42c2570a884095a9e8ccacd0f6545c']`.
153153
* `ipv4-addr`. IPv4 IP address. (Entity type in Cloud SIEM is `_ip`.)
154154
* `ipv6-addr`. IPv6 IP address. (Entity type in Cloud SIEM is `_ip`.)
155155
* `mac-addr`. Mac address name. (Entity type in Cloud SIEM is `_mac`.)
@@ -282,12 +282,12 @@ The following attributes are required:
282282
* `domain-name`. Domain name. (Entity type in Cloud SIEM is `_domain`.)
283283
* `email-addr`. Email address. (Entity type in Cloud SIEM is `_email`.)
284284
* `file:hashes.'<HASH-TYPE>'`. File hash. (Entity type in Cloud SIEM is `_hash`.) Examples:
285-
* `file:hashes.'MD-5'`
285+
* `file:hashes.MD5`
286286
* `file:hashes.'SHA-1'`
287287
* `file:hashes.'SHA-2'`
288288
* `file:hashes.'SHA-3'`
289289
* `file:hashes.'SHA-256'`
290-
* `file:hashes.'SHA-512'`. <br/>If you want to add the hash algorithm, enter it with `=`. For example, `[file:hashes.'MD5' = '5d41402abc4b2a76b9719d911017c592']` or `[file:hashes.'SHA-256' = '50d858e0985ecc7f60418aaf0cc5ab587f42c2570a884095a9e8ccacd0f6545c']`.
290+
<br/>If you want to add the hash algorithm, enter it with `=`. For example, `[file:hashes.MD5 = '5d41402abc4b2a76b9719d911017c592']` or `[file:hashes.'SHA-256' = '50d858e0985ecc7f60418aaf0cc5ab587f42c2570a884095a9e8ccacd0f6545c']`.
291291
* `file`. File name. (Entity type in Cloud SIEM is `_file`.)
292292
* `ipv4-addr`. IPv4 IP address. (Entity type in Cloud SIEM is `_ip`.)
293293
* `ipv6-addr`. IPv6 IP address. (Entity type in Cloud SIEM is `_ip`.)

0 commit comments

Comments
 (0)