Skip to content

Commit 9c04aea

Browse files
committed
Domain malicious
1 parent 879efb0 commit 9c04aea

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Integrations/PhishLabsIOC/PhishLabsIOC.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def create_domain_context(indicator: dict, classification: str) -> dict:
240240
if classification == 'Malicious':
241241
domain_object['Malicious'] = {
242242
'Vendor': 'PhishLabs',
243-
'Description': 'Domain in PhishLabs global feed'
243+
'Description': 'Domain in PhishLabs feed'
244244
}
245245

246246
return domain_object
@@ -262,7 +262,7 @@ def create_url_context(indicator: dict, classification: str) -> dict:
262262
if classification == 'Malicious':
263263
url_object['Malicious'] = {
264264
'Vendor': 'PhishLabs',
265-
'Description': 'URL in PhishLabs global feed'
265+
'Description': 'URL in PhishLabs feed'
266266
}
267267

268268
return url_object

Integrations/PhishLabsIOC/PhishLabsIOC.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ script:
145145
- contextPath: Domain.Name
146146
description: Domain name
147147
type: String
148+
- contextPath: Domain.Malicious.Vendor
149+
description: Vendor reporting the malicious status
150+
type: String
151+
- contextPath: Domain.Malicious.Description
152+
description: Description of the malicious domain
153+
type: String
148154
- contextPath: PhishLabs.Domain.Name
149155
description: Domain name
150156
type: String
@@ -327,6 +333,12 @@ script:
327333
- contextPath: Domain.Name
328334
description: Domain name
329335
type: String
336+
- contextPath: Domain.Malicious.Vendor
337+
description: Vendor reporting the malicious status
338+
type: String
339+
- contextPath: Domain.Malicious.Description
340+
description: Description of the malicious domain
341+
type: String
330342
- contextPath: PhishLabs.Domain.Name
331343
description: Domain name
332344
type: String

0 commit comments

Comments
 (0)