মেটাডেটা
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
এই নথিটি নিম্নলিখিত পদ্ধতিতে প্রযোজ্য:
মেটাডেটা হল এমন তথ্য যা হুমকির ধরনগুলির মধ্যে পার্থক্য করতে সাহায্য করে এবং আরও তথ্যপূর্ণ সতর্কতার জন্য অনুমতি দেয় (দেখুন প্রস্তাবিত সতর্কীকরণ ভাষা )। মেটাডেটা হল ThreatMatch অবজেক্টের অংশ যা fullHashes.find প্রতিক্রিয়াতে ফিরে এসেছে এবং এতে অন্তর্ভুক্ত রয়েছে:
- হুমকি তালিকা বর্ণনাকারী (হুমকি/প্ল্যাটফর্ম/থ্রেট এন্ট্রি টাইপ সংমিশ্রণ): নিরাপদ ব্রাউজিং (হুমকি) তালিকা সনাক্ত করে।
- হুমকি:
threatMatches
জন্য, একটি URL। fullHashes
এর জন্য, একটি পূর্ণ-দৈর্ঘ্যের হ্যাশ। - মেটাডেটা: হুমকি সম্পর্কে অতিরিক্ত তথ্য।
মেটাডেটা কী/মান স্ট্রিং জোড়া আকারে প্রদান করা হয় ( ThreatEntryMetadata ক্ষেত্র দেখুন)। JSON অনুরোধের জন্য, কী এবং মান উভয়ই base64-এনকোডেড। নির্দিষ্ট নিরাপদ ব্রাউজিং তালিকা (হুমকি/প্ল্যাটফর্ম/থ্রেট এন্ট্রি টাইপ সংমিশ্রণ) এর উপর নির্ভর করে ফেরত দেওয়া মেটাডেটার ধরন পরিবর্তিত হবে।
ম্যালওয়্যার সাইট
মেটাডেটা বর্তমানে ম্যালওয়্যার threatType
এবং URL threatEntryType
সহ সমস্ত উপলব্ধ তালিকার জন্য উপলব্ধ। কী/মান জোড়া এখানে বর্ণনা করা হয়েছে।
চাবি | মান | বর্ণনা |
---|
malware_threat_type | অবতরণ | ম্যালওয়্যার অবতরণ সাইট. এই সাইটগুলি ম্যালওয়্যারের গেটওয়ে। এগুলি প্রায়ই হ্যাক করা সাইট যা আইফ্রেম, স্ক্রিপ্ট বা পুনঃনির্দেশ অন্তর্ভুক্ত করে যা প্রকৃত আক্রমণ শুরু করে এমন অন্যান্য সাইট থেকে সামগ্রী লোড করে৷ |
malware_threat_type | বিতরণ | ম্যালওয়্যার বিতরণ সাইট। এই সাইটগুলি ম্যালওয়্যার আক্রমণ শুরু করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThis documentation focuses on metadata within the Safe Browsing Lookup and Update APIs (v4), aiding in threat distinction and providing informative warnings.\u003c/p\u003e\n"],["\u003cp\u003eMetadata, found within ThreatMatch objects, includes the threat list descriptor, the threat itself (URL or hash), and additional information about the threat.\u003c/p\u003e\n"],["\u003cp\u003eMetadata is presented as key/value string pairs (base64-encoded for JSON) and varies based on the specific Safe Browsing list.\u003c/p\u003e\n"],["\u003cp\u003eCurrently, metadata is available for all lists with \u003ccode\u003eMALWARE\u003c/code\u003e threatType and \u003ccode\u003eURL\u003c/code\u003e threatEntryType, and distinguishes between malware landing and distribution sites.\u003c/p\u003e\n"]]],["The document details metadata within the Lookup and Update APIs (v4), specifically related to `threatListUpdates.fetch` and `fullHashes.find`. Metadata, provided as key/value string pairs, enhances threat differentiation. This is part of the `ThreatMatch` object, that includes threat list descriptor, the threat itself and the associated metadata. For malware, metadata keys like `malware_threat_type` are used, with values such as \"landing\" (gateway sites) or \"distribution\" (attack launching sites). The key and values are base64-encoded in JSON.\n"],null,["# Metadata\n\nThis document applies to the following methods:\n\n- [Lookup API (v4)](/safe-browsing/v4/lookup-api): [threatListUpdates.fetch](/safe-browsing/v4/update-api#example-threatListUpdatesfetch)\n- [Update API (v4)](/safe-browsing/v4/update-api): [fullHashes.find](/safe-browsing/v4/update-api#example-fullHashesfind)\n\nAbout metadata\n--------------\n\nMetadata is information that helps distinguish between threat types and allows for more informative warnings\n(see [Suggested Warning Language](/safe-browsing/v4/usage-limits#UserWarnings)).\nMetadata is part of the\n[ThreatMatch](/safe-browsing/reference/rest/v4/ThreatMatch)\nobject returned in the\n[fullHashes.find response](/safe-browsing/v4/update-api#http-post-response_2)\nand includes:\n\n- The threat list descriptor (threat/platform/threatEntry type combination): Identifies the Safe Browsing (threat) list.\n- The threat: For `threatMatches`, a URL. For `fullHashes`, a full-length hash.\n- The metadata: Additional information about the threat.\n\nMetadata is provided in the form of key/value string pairs (see the\n[ThreatEntryMetadata](/safe-browsing/reference/rest/v4/ThreatMatch#ThreatEntryMetadata)\nfield). For JSON requests, the key and value are both base64-encoded. The *type* of metadata\nreturned will vary depending on the specific Safe Browsing list (the threat/platform/threatEntry\ntype combination).\n\nMalware sites\n-------------\n\nMetadata is currently available for all available lists with the MALWARE `threatType`\nand the URL `threatEntryType`. The key/value pairs are described here.\n\n| key | value | Description |\n|---------------------|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| malware_threat_type | landing | Malware landing site. These sites are gateways to malware. They are often hacked sites that include iframes, scripts, or redirects that load content from other sites that launch the actual attacks. |\n| malware_threat_type | distribution | Malware distribution site. These sites launch the malware attacks. |"]]