ThreatType
Stay organized with collections
Save and categorize content based on your preferences.
Enums |
THREAT_TYPE_UNSPECIFIED |
Unknown. |
MALWARE |
Malware threat type. |
SOCIAL_ENGINEERING |
Social engineering threat type. |
UNWANTED_SOFTWARE |
Unwanted software threat type. |
POTENTIALLY_HARMFUL_APPLICATION |
Potentially harmful application threat type. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The `ThreatType` enum defines various categories of security threats, including malware, social engineering, unwanted software, and potentially harmful applications."],["A default value of `THREAT_TYPE_UNSPECIFIED` is used when the specific threat type is unknown."]]],["The core content outlines various threat types, defining them through specific enumerations. These include `MALWARE`, representing malware threats, and `SOCIAL_ENGINEERING`, indicating social engineering threats. `UNWANTED_SOFTWARE` signifies unwanted software threats, while `POTENTIALLY_HARMFUL_APPLICATION` denotes threats from applications that may cause harm. An unspecified or unknown threat is labeled as `THREAT_TYPE_UNSPECIFIED`. These categories classify the nature of security threats for identification and handling.\n"]]