You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix proxy usage (#85) (demisto#29181)
* Fix proxy usage (#85)
* Fix proxy usage in ZF client
* Fix variable USE_SSL to verify requests
* Remove proxy object from client
Given that the proxy works by default with env vars, the proxy object
is not necessary
* Update version and add release notes
* Fix call to modified alerts (#86)
* Fix call to modified alerts
* Update docker image
* Fix tests associated with get modified data
* change rn
* fix validation
---------
Co-authored-by: Felipe Garrido <[email protected]>
Co-authored-by: ostolero <[email protected]>
Co-authored-by: ostolero <[email protected]>
Copy file name to clipboardExpand all lines: Packs/ZeroFox/Integrations/ZeroFox/ZeroFox.yml
+39-39Lines changed: 39 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -522,13 +522,13 @@ script:
522
522
- default: false
523
523
description: |-
524
524
Indicates the type of string matching used for comparing entity names
525
-
to impersonator names. It must be `true` or `false`
525
+
to impersonator names. It must be `true` or `false`.
526
526
isArray: false
527
527
name: strict_name_matching
528
528
- description: |-
529
529
Comma-separated list of string tags for tagging the entity.
530
530
For example:
531
-
label1,label2,label3
531
+
label1,label2,label3.
532
532
isArray: true
533
533
name: tags
534
534
- description: The ID of the policy to assign to the new entity. Can be retrieved running the zerofox-get-policy-types command.
@@ -617,7 +617,7 @@ script:
617
617
description: The organization associated with the entity.
618
618
type: String
619
619
- contextPath: ZeroFox.Entity.Tags
620
-
description: A list of tags of the entity
620
+
description: A list of tags of the entity.
621
621
type: String
622
622
- contextPath: ZeroFox.Entity.StrictNameMatching
623
623
description: Indicates the type of string matching used for comparing entity names to impersonator names.
@@ -638,7 +638,7 @@ script:
638
638
description: The ID of the type of entity.
639
639
type: Number
640
640
- contextPath: ZeroFox.Entity.TypeName
641
-
description: The name of the type of entity
641
+
description: The name of the type of entity.
642
642
type: String
643
643
- description: Shows a table of all entity type names and IDs in the War Room.
644
644
name: zerofox-get-entity-types
@@ -648,25 +648,25 @@ script:
648
648
- name: source
649
649
required: true
650
650
auto: PREDEFINED
651
-
description: Content to be considered a threat
651
+
description: Content to be considered a threat.
652
652
type: keyValue
653
653
- name: alert_type
654
654
required: true
655
655
auto: PREDEFINED
656
-
description: Type of content acting as a threat, could be one of email, ip, domain, url, phone, mail_exchange, page_content or account
656
+
description: Type of content acting as a threat, could be one of email, ip, domain, url, phone, mail_exchange, page_content or account.
657
657
type: keyValue
658
658
- name: violation
659
659
required: true
660
660
auto: PREDEFINED
661
-
description: Type of infringement the submitted threat represents, could be one of phishing, malware, rogue_app, impersonation, trademark, copyright, private_data, fraud or other
661
+
description: Type of infringement the submitted threat represents, could be one of phishing, malware, rogue_app, impersonation, trademark, copyright, private_data, fraud or other.
662
662
type: keyValue
663
663
- name: entity_id
664
664
required: true
665
665
auto: PREDEFINED
666
-
description: Identifier of the entity being threatened by submitted content
666
+
description: Identifier of the entity being threatened by submitted content.
667
667
type: keyValue
668
668
- name: notes
669
-
description: Additional notes to include in submission
669
+
description: Additional notes to include in submission.
670
670
type: textArea
671
671
deprecated: false
672
672
description: Submits potential threats into the ZF alert registry for disruption.
@@ -680,104 +680,104 @@ script:
680
680
arguments:
681
681
- name: domain
682
682
required: true
683
-
description: Domain to search
683
+
description: Domain to search.
684
684
type: keyValue
685
-
description: Looks for a given domain in Zerofox's CTI feeds
685
+
description: Looks for a given domain in Zerofox's CTI feeds.
686
686
outputs:
687
687
- contextPath: ZeroFox.CompromisedDomains.Domain
688
688
type: string
689
-
description: Domain in which the search domain was found
689
+
description: Domain in which the search domain was found.
0 commit comments