ThreatEntry
개별 위협 예로 들 수 있습니다. 이 필드 중 하나만 설정해야 합니다.
JSON 표현 |
{
"hash": string,
"url": string,
"digest": string
} |
필드 |
hash |
string (bytes format)
SHA256 해시의 최상위 4~32바이트로 구성된 해시 접두사입니다. 이 필드는 바이너리 형식입니다. JSON 요청의 경우 해시는 base64로 인코딩됩니다. base64 인코딩 문자열입니다.
|
url |
string
URL입니다.
|
digest |
string (bytes format)
실행 파일의 SHA256 형식 다이제스트입니다. API는 바이너리 및 16진수 다이제스트를 모두 지원합니다. JSON 요청의 경우 다이제스트는 base64로 인코딩됩니다. base64 인코딩 문자열입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-11(UTC)
[null,null,["최종 업데이트: 2024-10-11(UTC)"],[[["ThreatEntry defines an individual threat using either a hash, a URL, or a digest, but only one field should be populated at a time."],["The `hash` field represents a SHA256 hash prefix in binary format (base64-encoded for JSON)."],["The `url` field simply contains a URL string to specify the threat."],["The `digest` field holds the SHA256 digest of an executable, supporting both binary and hex formats (base64-encoded for JSON)."]]],[]]