ThreatEntry
    
    
      
    
    
      
      透過集合功能整理內容
    
    
      
      你可以依據偏好儲存及分類內容。
    
  
    
  
      
    
  
  
  
  
  
  
    
    
    
    
    
    
      
      
        個人威脅;例如惡意網址或其雜湊表示法。只能設定其中一個欄位。
      
      
        
          
            
              | JSON 表示法 | 
            
          
          
            
              {
  "hash": string,
  "url": string,
  "digest": string
} | 
            
          
        
      
      
        
          
            
            
          
          
            
              | 欄位 | 
            
          
          
            
              hash | 
              
                 string (bytes format) 
                雜湊前置字串,包含 SHA256 雜湊中最重要的 4 到 32 個位元組。這個欄位採用二進位格式。如果是 JSON 要求,雜湊則採用 Base64 編碼。 Base64 編碼字串。 
               | 
            
            
              url | 
              
                 string 
                網址。 
               | 
            
            
              digest | 
              
                 string (bytes format) 
                SHA256 格式的執行檔摘要。這個 API 同時支援二進位檔和十六進位摘要。如果是 JSON 要求,摘要則採用 base64 編碼。 Base64 編碼字串。 
               | 
            
          
        
      
    
  
  
  
  
 
  
    
      
      
    
    
      
    
    
  
       
    
    
      
    
  
  
  除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
  上次更新時間:2025-07-25 (世界標準時間)。
  
  
  
    
      [[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[],["The JSON data represents a single threat, using either a `hash`, `url`, or `digest`. The `hash` is a base64-encoded SHA256 hash prefix (4-32 bytes).  The `url` is a string representing a URL. The `digest` is a base64-encoded SHA256 digest of an executable, supporting both binary and hex. Only one of these fields should be populated in any given representation of this threat data.\n"]]