category: Authentication & Identity Management provider: FireMon sectionorder: - Connect - Collect commonfields: id: FireMonSecurityManager version: -1 configuration: - display: Server URL (e.g. https://example.net) name: url required: true type: 0 section: Connect - display: Username name: credentials required: true type: 9 section: Connect - display: Fetch incidents name: isFetch type: 8 section: Collect required: false - display: Incident type name: incidentType type: 13 section: Connect required: false - display: Trust any certificate (not secure) name: insecure type: 8 section: Connect advanced: true required: false - display: Use system proxy settings name: proxy type: 8 section: Connect advanced: true required: false - defaultvalue: '1' display: Incidents Fetch Interval name: incidentFetchInterval type: 19 section: Collect advanced: true required: false description: FireMon Security Manager delivers comprehensive rule lifecycle management to help you manage and automate every stage of the change management process. Workflows can be customized and automated to conform to your security goals and standards, with tools at your disposal to evolve policy and protection over time. display: FireMon Security Manager name: FireMonSecurityManager script: commands: - description: Returns authentication token. name: firemon-user-authentication outputs: - contextPath: FireMonSecurityManager.Authentication.token description: Authentication token. type: String arguments: [] - arguments: - description: Domain Id. name: domain_id required: true - default: true defaultValue: Access Req WF description: Workflow Name. name: workflow_name - description: Add requirement. isArray: true name: requirement - defaultValue: LOW description: Priority of Policy Planner Ticket. name: priority required: true - description: Due Date of Policy Planner Ticket. name: due_date required: true description: Creates a ticket in policy planner application. name: firemon-create-pp-ticket outputs: - contextPath: FireMonSecurityManager.CreatePPTicket.pp_ticket description: Response for Policy Planner Ticket. type: Unknown - arguments: - description: Domain ID. name: domain_id - description: DeviceGroup ID. name: device_group_id - description: Enter comma seperated destination values. name: destinations - description: Enter comma seperated source values. name: sources - description: Enter comma seperated service values. name: services - description: PCA. name: action required: true description: "PCA- Pre-Change Assessment is process of showing impact of created devices changes in early stages before implementing changes to devices. \nWe can check the PCA table in Review stage of Policy planner ticket." name: firemon-pca outputs: - contextPath: FireMonSecurityManager.PCA.pca description: Response for PCA. type: Unknown - arguments: - description: SIQL query to search for security rules. name: q required: true - defaultValue: '10' description: Number of results in the page. name: pageSize - defaultValue: '0' description: Page in which to retrieve results. name: page description: Searches for security rules using the SIQL language query (limit to 10k). name: firemon-secmgr-secrule-search outputs: - contextPath: FireMonSecurityManager.SIQL.matchId description: Resposne for the SIQL query. type: Unknown - arguments: - description: Page in which to retrieve results. name: page - description: Number of results in the page. name: pageSize description: Get all the collectors in the inventory. name: firemon-collector-get-all outputs: - contextPath: FireMonSecurityManager.Collector description: Firemon Collector Infomation. - arguments: - description: Collector id. name: id required: true description: Get collector status. name: firemon-collector-get-status-byid outputs: - contextPath: FireMonSecurityManager.CollectorStatus description: Firemon Collector Status. dockerimage: demisto/python3:3.12.13.10116658 isfetch: true script: '' subtype: python3 type: python tests: - No tests (auto formatted) fromversion: 5.5.0