← view all openings

We're a fully distributed team and as required by federal law this role is open only to any US citizen based in the US.

Why Sublime

Nation states, criminal organizations, and lone wolves attempt to phish businesses, non-profits, and governments 24/7/365. When they succeed it can be extraordinarily destructive, disrupting coronavirus research, impacting a US presidential election, or damaging a country’s national defense. Email is the #1 attack vector, and last year phishing cost US businesses over $9B in direct financial losses.

Security professionals deserve superpowers that make them the heroes in this fight.

What we do

Sublime is making email security programmable.

Many companies have tried to solve phishing using black box ML. They've failed for the past 20 years. We're taking a different approach - we've created a DSL to enable security professionals, IT admins, and academic researchers to quickly develop new phishing detection rules. These new, community-built rules can be powered by arbitrary sets of ML models, 3rd party enrichment services, and custom functions. All backed by a GitHub-like system for version control that makes sharing and collaboration easy for the first time ever.

Here's an example of a moderately sophisticated phishing detection rule that is written in Sublime's Message Query Language (MQL):

// rules can detect inbound, internal, or outbound messages
type.inbound

// identify credential theft language in the body using NLU
and any(ml.nlu_classifier(body.current_thread.text).intents,
        .name == "cred_theft" and .confidence == "high"
)

// suspicious sender signals
and (
  beta.whois(sender.email.domain).days_old <= 30
  or profile.by_sender().days_known < 10
  or not profile.by_sender().solicited
)

To see more rule examples and for a deeper dive into Sublime, check out our docs or open-source rules feed.

Role

As our founding Sales Engineer, you’ll play a foundational role in shaping a number of critical workflows. You’ll be the technical lead for all of out new business sales, helping customers from first touch to raving fan. You’ll help guide prospects through the discovery process; digging in to understand their needs, sharing Sublime’s perspective on the problem space, explaining our tech, and positioning us against other competitors in a crowded space. You’ll lead be the go-to technical resource for proof of concepts; earning the trust of skeptical buyers, guiding them from install to production as they look to protect some of the most sensitive data they have. You’ll be a critical link in the feedback loop between our customers and our Product team capturing both spoken and unspoken feature requests.

At Sublime you will have an opportunity to:

If you feel like you don’t meet all of the requirements for this role, we encourage you to apply anyway. Imposter syndrome can get in the way of meeting incredible teammates, and we don’t want it to get in the way of meeting you.

Stack

Experience with any of these is a plus but not a requirement.

Docker, AWS, Cloudformation, Go, Postgres, React, Redux, Notion, Zapier, Figma, Retool, Mode Analytics