远程工作雷达

资深软件开发工程师 - Windows 端点

Staff Software Development Engineer - Windows Endpoint

开发工程限定地区(需当地身份)
公司BeyondTrust
薪资未公开
工作地点Canada
地域资格限定地区(需当地身份)
时区要求日间重叠约 6 小时,基本正常作息
用工类型Full Time
发布时间今天
数据来源Himalayas
前往 Himalayas 查看并投递 →
注意地域限制:该职位明确限定在 Canada 招聘。如果你是位于中国大陆的求职者,通常需要当地工作身份才能投递,或需与雇主确认是否接受独立合同(Contractor)形式合作。

多样性。包容。对我们而言,这些不仅仅是口号。它们是我们构建团队、培养领导者和创造人们感到联系的文化的指导原则。
我们关心员工,这样他们才能更好地服务客户。客户来自各行各业,就像我们一样。我们从不同背景中招聘优秀的人才,因为当我们在一起有所不同时,我们能更强大。
职位描述
作为资深软件开发工程师,你将成为我们身份安全平台运行时强制层的Windows内核专家。这些组件在内核中决定身份或AI代理在Windows终端上尝试的每个操作是否被允许或拒绝。
你将为Windows内核模式强制设定技术方向并全程负责。这意味着在实时、跨整个设备群中做出正确判断,而不会破坏合法的工作负载。同行工程师负责macOS和Linux的强制表面。你与他们共享同一套策略语言、事件模式和用户空间代理,但Windows内核空间是你的领域。
你比任何人都更了解这一层。你希望你的代码能在受损凭证或失控的AI编码代理影响生产环境之前阻止它们。
你将负责以下工作

  • 设计、构建并负责我们的内核模式强制驱动程序:文件系统、进程和线程创建、句柄操作和注册表访问。你将在内核中直接阻止操作,而不是在事后记录它们,并且你会构建安装并驱动这些驱动程序的用户空间代理。
  • 负责内核/用户模式强制边界:内核侧事件捕获、用户模式下的策略评估,以及将拒绝决策作为哈希键缓存推回驱动程序,以便后续命中时直接阻止。
  • 在我们跨大型设备群扩展时,降低强制模式下的操作热路径延迟。这意味着进程丰富、在高进程变动情况下的镜像哈希缓存和驱逐,以及跨PPID欺骗的进程祖先解析。
  • 将强制扩展到容器和隔离环境中:Windows容器和主机计算服务工作负载、沙箱和作业对象感知的策略,以及内核事件中的容器身份。大部分内容都是全新领域,这也是该职位的核心部分。
  • 提高跨Windows版本的可移植性和稳定性,确保强制机制在客户实际运行的版本上正确加载和运行。你将处理Windows版本之间的结构版本控制,PatchGuard
查看英文原文

Diversity. Inclusion. They’re more than just words for us. They are the guiding values of how we build our teams, cultivate leaders, and create a culture where people feel connected.
We take care of our employees so they can take care of our customers. Customers who come from all walks of life just like us. We hire incredible people from diverse backgrounds because when we are different together, we are stronger together.
The Role
As Staff Software Development Engineer, you'll be the Windows kernel authority for the runtime enforcement layer of our Identity Security Platform. These components decide, in-kernel, whether to permit or deny each action an identity or AI agent attempts on a Windows endpoint.
You'll set the technical direction for kernel-mode enforcement on Windows and own it end to end. That means hooks that make the right call in real time, across the fleet, without breaking legitimate workloads. Peer engineers own the macOS and Linux enforcement surfaces. You share one policy language, one event schema, and one userspace agent with them, but Windows kernel-space is yours.
You know this layer better than anyone. You want your code to be the thing that stops a compromised credential or a runaway AI coding agent before it impacts production.
What You’ll Do

  • Design, build, and own our kernel-mode enforcement drivers: file-system, process and thread creation, handle operations, and registry access. You'll block operations inline in the kernel rather than logging them after the fact, and you'll build the userspace agent that installs and drives them.
  • Own the kernel/user-mode enforcement boundary: kernel-side event capture, policy evaluation in user mode, and deny decisions pushed back into the driver as hash-keyed caches so subsequent hits block inline.
  • Drive down enforce-mode latency on the operation hot path as we scale across large fleets. That means process enrichment, image-hash caching and eviction under heavy process-churn, and process-ancestry resolution across PPID spoofing.
  • Extend enforcement into containers and isolation: Windows containers and Host Compute Service workloads, silo- and job-object-aware policy, and container identity on kernel events. Most of this is greenfield, and it sits at the center of the role.
  • Harden portability and stability across Windows builds so enforcement loads and behaves correctly on the versions customers actually run. You'll deal with structure-versioning across Windows releases, PatchGuard constraints, Driver Verifier and HVCI compliance, WHQL attestation signing, and graceful degradation when a capability isn't available.
  • Partner with the Linux and macOS enforcement engineers and the policy-backend team on the shared plane: policy semantics, cross-stack conformance, event schema, the common Rust agent. You'll represent Windows in cross-org architecture reviews.
  • Read requirements to find gaps and risks, propose simplifications, and explain tradeoffs to technical and non-technical stakeholders.
  • Raise the engineering bar. You'll take end-to-end ownership from design through production, and you'll carry extra weight where a kernel bug means a wrong security decision or a bugcheck across the fleet, not just a crash of one process.
  • Mentor senior and mid-level engineers on Windows systems and kernel-driver craft.

What You’ll Bring
This is a Windows specialist role, so the depth requirements are real:

  • Deep Windows kernel internals - the I/O manager and IRP flow, the object manager, process and thread structures, memory management, the Windows security model (tokens, SIDs, ACLs) - backed by production kernel-mode driver development in C, C++, or Rust.
  • Hands-on kernel-mode driver work for security enforcement. You've shipped a file-system minifilter or comparable callback-based driver, and you can reason about IRQL, synchronization, safe user-buffer access, and reentrancy in the kernel. You know how to keep a driver off the crash path when a dependency misbehaves.
  • Driver signing and deployment reality: WHQL attestation, EV code signing, the WDK and WDF/KMDF, and the operational cost of shipping kernel code to a large install base.
  • The Windows isolation model - job objects, silos, Windows containers, AppContainer - and how it intersects with kernel-level security tooling.
  • Kernel debugging and performance tooling: WinDbg and KD, live-kernel and crash-dump analysis, ETW, Driver Verifier, and the checked-build workflow.
  • 8+ years in systems-level software engineering, with real depth in Windows kernel development.
  • Demonstrated AI-first development. We build this platform through agentic tooling. AI-driven design exploration, code generation, adversarial plan review, and automated pre-merge quality gates are how work ships here, not a side experiment. You use Claude Code or a comparable tool as a core part of your daily workflow, and you can speak concretely to how it raises both your velocity and your rigor. That matters most in correctness- and security-critical kernel code, where you have to know exactly when to stop and verify by hand.
  • A working grasp of systems design patterns and their tradeoffs at the kernel/user-mode boundary.
  • Full-lifecycle experience, including product release, in an agile environment.
  • A track record of technical leadership on complex, ambiguous initiatives that span teams.

Who You Are

  • You share successes and failures openly, and you work well with people. You adapt when the situation and the requirements shift. You fix issues before anyone assigns them to you, and you stay persistent through roadblocks, pulling in others when you need to.
  • You hold a high bar and push your teams to ship reliable systems, especially where a kernel bug carries outsized risk. You know systems software best practices, from rigorous testing to sharp peer review to architecture that survives contact with production.
  • You reach for AI tools to move faster and think more clearly, and you keep the judgment to slow down and verify by hand when the code demands it. You weigh speed against risk and decide from data.
  • You feel the weight of enforcement code. You'd rather ship a correct block a day late than a wrong one now, and you choose your failure modes - fail-open or fail-closed - on purpose instead of by accident.

Better Together
Diversity. Inclusion. They’re more than just words for us. They are the guiding values of how we build our teams, cultivate leaders, and create a culture where people feel connected.
We take care of our employees so they can take care of our customers. Customers who come from all walks of life just like us. We hire incredible people from diverse backgrounds because when we are different together, we are stronger together.
About Us
BeyondTrust is the global identity security leader protecting Paths to Privilege™. Our identity-centric approach goes beyond securing privileges and access, empowering organizations with the most effective solution to manage the entire identity attack surface and neutralize threats, whether from external attacks or insiders.

BeyondTrust is leading the charge in transforming identity security to prevent breaches and limit the blast radius of attacks, while creating a superior customer experience and operational efficiencies. We are trusted by 20,000 customers, including 75 of the Fortune 100, and our global ecosystem of partners.

Learn more at .
Originally posted on Himalayas

本页面信息整理自 Himalayas,版权归原发布方所有。职位可能随时关闭,投递请以原始页面为准。 本站只做信息聚合展示,不参与招聘流程,也不向求职者收取任何费用。

该公司其他在招职位

技术支持工程师

BeyondTrustUnited KingdomFull Time3 天前
开发工程限定地区(需当地身份)日间重叠仅 1 小时,需熬夜配合

← 返回全部职位