Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Halborn | United States |
| |||
RabbitHole | New York, NY, United States | $63k - $75k | |||
Evmos | New York, NY, United States | $54k - $90k | |||
OKX | Singapore, Singapore | $33k - $75k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Chainlink Labs | Remote |
| |||
Immutable | Sydney, Australia | $62k - $82k | |||
Phantom | San Francisco, CA, United States | $150k - $250k | |||
Status | Remote | $63k - $90k | |||
Stellar Development Foundation | Miami, FL, United States | $94k - $144k | |||
Aurora Labs | Remote | $33k - $75k | |||
Cake Pte Ltd | Singapore, Singapore |
| |||
Monad | New York, NY, United States |
| |||
Monad Labs | New York, NY, United States |
| |||
Spectrum Search | San Francisco, CA, United States | $63k - $100k | |||
BlockchainStaffingNinja | United States | $63k - $85k |
We are building out multiple new divisions and seeking a âroll up your sleevesâ and startup attitude to prepare for our next phase of growth on our Elite Security Advisory Team. Culture is a top priority in our 100% distributed, remote organization of 60+ elite security engineers. We value independence, learning, never before confronted challenges, and the ability to make big impacts in cutting-edge technologies.
Responsibilities:
Understand Halbornâs services and product portfolio and clearly articulate to critical customers how various elements of the portfolio meet the specific needs of the client(s).
Perform requirements analysis, qualification of opportunities and lead solution development efforts aligning with Halborn's portfolio.
Qualify, prescribe and scope security services for client needs.
Effectively work with clients to develop security strategies and define roadmaps to execute on security strategies aligned with their business goals, budgetary spend, and metrics based on the return of investment.
Seamlessly transition engagements over to relevant Halborn practice or Halborn labs for execution.
Maintain advisory relationships with key stakeholders at clients by providing thought leadership, support, information, and guidance in conjunction with their overall needs.
Review client projects or platforms and analyze their security measures, identify gaps and vulnerabilities, recommend countermeasures and mitigations.
Provide subject matter expertise regarding cyber security and secure development practices to clients.
Conduct technical demonstrations and engage in pre-sales efforts when required.
Stay abreast of industry trends and news in order to provide thought leadership, support, analysis and guidance to clients
Build and maintain effective relationships with peers, various internal teams, and external partners.
To qualify for the role, you must have:
Bachelorâs Degree in Computer science, Cyber security, Network Security Engineering, or a related field is a plus.
5+ years of experience working in cyber security or security engineering.
3+ years of experience as a solutions architect or security architect with advisory experience across multiple security domains.
Thorough understanding of the cyber industry landscape, services, and products.
Strong understanding of enterprise blockchain concepts, and the similarities and differences with alternative blockchains
Knowledge and application of secrets management, data encryption, key management, PKI, distributed ledgers and tokenization
Experience with leading penetration tests, red team exercises, bug bounty programs, or CTFs.
Experience performing threat modeling, analyzing system architecture, familiarity with application vulnerabilities including OWASP top 10.
Ability to listen and communicate effectively with senior executives/stakeholders and facilitate high-level technical discussions.
Strong problem-solving and analytical skills; able to quickly learn and digest any issue encountered.
Strong presentation, written & verbal communication skills including whiteboard sessions and technical presentations.
Experience with Linux platforms.
Ability to work in a highly adaptable and nimble team environment with responsive communication.
Familiarity with Web3, DeFi protocols, Cryptocurrency, EVM, DAOs, and NFTs.
Strong interest in securing logic and applications that will accelerate the adoption of the decentralized future.
CCSSA, CISSP, or other relevant security certifications are a plus.
What is EVM?
EVM stands for Ethereum Virtual Machine, and it is the runtime environment for smart contracts in the Ethereum network
It is a virtual machine that executes code written in the Solidity programming language, which is the language used for writing smart contracts on the Ethereum platform
The EVM is a sandboxed environment, which means that code executed within the EVM is isolated from the rest of the network and cannot interact with it directly
This is important for security reasons, as it prevents malicious code from affecting the rest of the network
When a smart contract is deployed to the Ethereum network, it is compiled into bytecode that can be executed by the EVM
Each node on the network maintains a copy of the EVM, which allows them to execute smart contract code and validate transactions
When a transaction is submitted to the network, the EVM processes it by executing the corresponding smart contract code
The EVM processes the transaction by reading the bytecode, interpreting it, and executing it step by step
The EVM then returns the result of the transaction to the sender, which can include changes to the state of the contract or the network as a whole
The EVM is designed to be Turing-complete, which means that it is capable of performing any computation that can be performed by a computer
This allows for complex smart contracts to be executed on the Ethereum network, including those with conditional logic, loops, and other advanced programming constructs
The EVM is a key component of the Ethereum network, as it allows for the execution of smart contracts in a secure and isolated environment
It is a crucial part of the blockchain infrastructure that enables decentralized applications to be built and run on the Ethereum platform.