NO.0x0001
- people have completed this challenge
Contributor:

🔍 Seaport Zero Order Phishing Attack 🔍

Challenge: Identify Zero Price Phishing Orders in Seaport Protocol

Educational Purpose Only - Phishing Simulation

You are an NFT collector who owns a valuable Bored Ape Yacht Club NFT. You receive a notification that someone has made an offer to buy your NFT for 100 ETH. After clicking the link, you see the following order:

Bored Ape NFT
Bored Ape #8865
100 ETH

Seaport Order Details

{
  "parameters": {
    "offerer": "0x6278A1E803A76796a3A1F7F6344fE874ebfe94B2",
    "offer": [
      {
        "itemType": 2,
        "token": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D",
        "identifierOrCriteria": "8865",
        "startAmount": "1",
        "endAmount": "1"
      }
    ],
    "consideration": [
      {
        "itemType": 0,
        "token": "0x0000000000000000000000000000000000000000",
        "identifierOrCriteria": "0",
        "startAmount": "0",
        "endAmount": "0",
        "recipient": "0x6278A1E803A76796a3A1F7F6344fE874ebfe94B2"
      }
    ],
    "orderType": 0,
    "startTime": "1678969800",
    "endTime": "1679574600",
    "zoneHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "salt": "16356",
    "conduitKey": "0x0000007b02230091a7ed01230072f7006a004d60a8d4e71d599b8104250f0000",
    "totalOriginalConsiderationItems": 1
  },
  "signature": "0x3c7913f7e9842e432525e3a60c85412f14f824abf4068052732fae7d3ecd8d1e"
}

Analyze the Seaport order above and determine whether it is a legitimate purchase order or a phishing order attempting to steal your NFT.

This challenge is locked. Please complete the beginner challenge1 first.