commonfields: id: WhatsMyBrowser version: -1 name: WhatsMyBrowser sectionorder: - Connect - Collect display: WhatIsMyBrowser category: Data Enrichment & Threat Intelligence provider: WhatIsMyBrowserLimited description: Parse user agents and determine if they are malicious as well as enrich information about the agent. configuration: - display: URL for WhatIsMyBrowser name: url defaultvalue: https://api.whatismybrowser.com/api/v2/user_agent_parse # disable-secrets-detection type: 0 required: true section: Connect - display: API Key section: Connect name: api_key defaultvalue: "" type: 4 hidden: true required: false - name: credentials_api_key section: Connect type: 9 displaypassword: API Key hiddenusername: true required: false - display: Use system proxy settings section: Connect name: proxy type: 8 required: false - display: Trust any certificate (not secure) name: insecure section: Connect type: 8 required: false script: script: '' type: python commands: - name: ua-parse arguments: - name: UserAgent required: true description: User Agent String. outputs: - contextPath: UA.Parse.Software description: Software extracted from UA string. type: string - contextPath: UA.Parse.SoftwareName description: Software Name extracted from UA string. type: string - contextPath: UA.Parse.OperatingSystem description: Operating System extracted from UA string. type: string - contextPath: UA.Parse.Abusive description: Whether or not the UA has been identified as abusive. type: boolean - contextPath: UA.Parse.OperatingSystemName description: Operating System Name extracted from UA string. type: string - contextPath: UA.Parse.UserAgent description: User agent string. type: string - contextPath: UA.Parse.HardwareType description: Hardware Type as extracted from UA string. type: string - contextPath: UA.Parse.HardwareSubType description: Hardware Sub Type as extracted from UA string. type: string description: Parses a User Agent string. subtype: python3 dockerimage: demisto/python3:3.12.13.10325753 tests: - WhatsMyBrowser-Test fromversion: 5.0.0