Created at 1pm, Mar 5
ilkeCrypto
0
Unchained - Famed White Hat Hacker Samczsun on How to Improve Crypto Security - Ep. 613
DWGD-jodTA7HHceUvrWa9ytvyptdM4DWAMClz40knuA
File Type
MP3
Entry Count
363
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Well-known white hat hacker and head of security at Paradigm Samczsun recently took the wraps off a new security organization called the Security Alliance (SEAL) that offers a 911 hotline for immediate response to security threats, runs war games to simulate potential security incidents, and provides a safe harbor agreement to protect white hat hackers from legal liabilities. He joined Unchained to discuss why he and his fellow white hat hackers decided to start the Security Alliance and how it operates, how the safe harbor agreement works, the measures he takes to maintain his anonymity and why, the top security measures people in crypto should take to protect themselves, and what attack areas in crypto Sam still considers “scary.”Unchained, February 2024

This, you know, as you mentioned, is a way to give the White Hat hackers who participate in these rescues a way to know that they're legally covered.
And I saw, and you know, maybe this isn't how it would work for all of them, but I saw like a diagram discussing how this would work.
And the first step is that the White Hat Safe Harbor begins with the DAO creating the legal proposal and then voting to adopt it.
And I wondered for kind of a potentially fast-moving situation, like a hack, is there even time for that?
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "DWGD-jodTA7HHceUvrWa9ytvyptdM4DWAMClz40knuA", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "DWGD-jodTA7HHceUvrWa9ytvyptdM4DWAMClz40knuA", "level": 2}'