Skip to content

Commit

Permalink
Updated IOCTypes. (#1076)
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
(cherry picked from commit bcb2303)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 11, 2024
1 parent 51f900d commit b14bb34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
export const DEFAULT_RULE_UUID = '25b9c01c-350d-4b95-bed1-836d04a4f324';

export enum ThreatIntelIocType {
Domain = 'domain_name',
Domain = 'domain-name',
FileHash = 'hashes',
IPV4 = 'ipv4_addr',
IPV6 = 'ipv6_addr',
IPV4 = 'ipv4-addr',
IPV6 = 'ipv6-addr',
}

export const IocLabel: { [k in ThreatIntelIocType]: string } = {
Expand Down

0 comments on commit b14bb34

Please sign in to comment.