Join us for our 3rd Annual Bishop Fox Livestream event, happening during DEF CON 32. Sign Up for Livestream Alerts›

Version 2.0

Cybersecurity Style Guide

R

R

A programming language.

R2-D2

A fictional astromech droid in Star Wars.

race condition (n.)

A situation in which the latency in a system allows an attacker to perform actions outside the expected order of operations. These actions race against a system’s internal timing and may give attackers access to sensitive information or the ability to purchase items without spending money.

Related:

RAM (n.)

Random access memory. Pronounced as “ram.” Do not spell out.

RankBrain

A Google AI algorithm that helps sort search results.

ransomware (n.)

Malware that threatens to publish or delete data unless a ransom is paid.

Raspberry Pi

A small single-board computer.

Ex: Raspberry Pi 3 Model B, Raspberry Pi Zero W

RAT, RATs (n.)

Remote access trojan. Pronounced as “rat.” Spell out on first use.

ratios (n.)

Write with a colon and no space, as in 32:9.

RBA (n.)

Risk-based auditing, authentication, or approach. Spell out on first use.

RBAC (n.)

Role-based access control. Spell out on first use.

RC4 NOMORE

Numerous Occurrence MOnitoring & Recovery Exploit. An attack that affects the RC4 cipher. RC4 is pronounced as letters and numbers or as “ark-four.” Do not spell out.

RCE (n.)

Remote code execution. Pronounced as letters or the whole phrase. Spell out on first use.

rcp

Remote copy. A command in Unix that allows the transfer of files to and from another system over the network.

RCPT

Short for receipt. A command in SMTP.

RDP

Remote Desktop Protocol. Do not use as a verb. Pronounced as letters or the whole phrase. Spell out on first use in public-facing documents.

Related:

RDS

Amazon Relational Database Service. Pronounced as letters or the whole phrase. Spell out on first use.

read/write (adj.)

As in read/write privileges.

real-time (adj.), in real time

Ex: It offers real-time monitoring. Events occur in real time.

Related:

[REDACTED]

Indicates a censored section of code, often passwords or PII. Use the tech font if it’s part of a code snippet. Redact your images by adding black boxes in image editing software outside of your word processor.

Red Hat

A Linux operating system or the company that made it. The operating system’s full name is Red Hat Enterprise Linux.

Related:

Redis

An open source in-memory key value store.

RedLock

A former Cloud DevOps vendor.

Related:

PAN
ReDoS

Regular expression denial of service.

Related:

DoS
Red Shirt (n.)

A future casualty; cannon fodder; a minor character who is likely to die. Originally, auxiliary crew members of the Star Trek Enterprise who often died during missions. Informal.

RedSnarf

A tool used during security assessments.

red team, red teaming (n.)

A type of offensive engagement. Define briefly on first use to clarify your intended meaning.

reduce (v.)

To lower the likelihood of an attack. Not synonymous with “mitigate,” which lessens the severity of an attack.

Referer

The famously misspelled HTTP referrer header.

Related:

reflect (v.), reflected (adj.)

An attack pattern in which a payload is copied verbatim onto a victim’s context.

Related:

XSS
regex (n.)

Regular expression. Pronounced as “redge-X” or “regg-X.”

registry hive (n.)

A logical group of keys and values in the Windows Registry. Often targeted by attackers to steal hashed credentials.

Ex: System, SAM

regression (n.)

When a previously remediated vulnerability becomes exploitable again.

remediation (n.), remediate (v.)

The process of improving a system to a known good state in which elements of a vulnerability or its impact have been eliminated.

remote desktop (n. or adj.)

Do not use as a verb.

Related:

RDP
replicant (n.)

Fictional android in 1982’s Blade Runner.

repo (n.)

Short for repository. Informal.

report names (n.)

If referring to a title or a report in general, capitalize it in the normal font, as in “the Acme Application Assessment 2020 report.” If referring to the specific filename or path, use the tech font.

response (n.)

Use the normal font for all types of responses.

Ex: HTTP 200 OK response

Related:

REST

Representational State Transfer. Web services. Do not spell out.

Related:

retcon (v. or n.)

To retroactively change the continuity of a story in a “do-over.” Informal.

retest (v. or n.)

Ex: This finding was not retested.

reverser (n.)

A reverse engineer. Informal.

rexec

Short for remote execute. Pronounced as “R-exec.”

RF (n. or adj.)

Radio frequency. Spell out on first use.

RFB

The Remote Frame Buffer protocol. Spell out on first use.

RFC, RFCs (n.)

Request for Comments. A formal document from the IETF made by a committee and then formally reviewed. For example, the RFC 1918 memorandum assigns private IP addresses. Pronounced as letters. Define on first use in public-facing documents.

Related:

RFID card (n.)

Radio frequency identification card. Do not spell out.

RFP, RFPs (n.)

Request for proposal. Spell out on first use in public-facing documents.

Related:

CFP
RHEL

Red Hat Enterprise Linux. Pronounced as “rell.” Spell out on first use.

Rickmote Controller

A Rickrolling remote control created by Bishop Fox in 2014.

Related:

ripgrep, ripgrep

A search tool used during pen testing. Use the tech font when writing the command.

Related:

RISC (n.)

Reduced instruction set computer. This architecture is used in some microprocessors. Do not spell out.

risk (n.)

The perceived threat of a security weakness based on the business impact, likelihood of exploitation, and cost to mitigate or reduce the threat.

RMI

Remote Method Invocation. Pronounced as letters. Spell out on first use.

Related:

RMIScout

A Bishop Fox tool for exploiting Java services. Pronounced like “army-scout.”

RNG, RNGs (n.)

Random number generator. Spell out on first use.

ROBOT

Return of Bleichenbacher’s Oracle Threat. A TLS attack. Do not spell out.

Related:

Rockyou, Rockyou.txt

A large password-cracking dictionary made from a 2009 data breach of the company RockYou.

rogue cell tower (n.)

Also called a cell-site simulator.

roll back (v.), rollback (adj. or n.)

To return to a previous version of software that is known to be problem-free due to an issue in the most recent version.

root (v.)

To gain root-level access. OK to use in formal writing when discussing Android mobile devices. Informal in other uses. When discussing iOS, use jailbreak instead.

Related:

su
root or root (n.)

Use the tech font when referring to a specific root account or user. Use regular font when referring to a more general instance, such as the root of an XML document or a web root.

Related:

rootkit (n.)

A collection of exploitation tools designed to gain root-level access to a target operating system.

Root the Box

A capture-the-flag competition and its supporting software infrastructure.

ROP (n.)

Return-oriented programming. Spell out on first use.

RoR

Ruby on Rails. A web application framework. Sometimes just called Rails. Spoken out loud as the whole phrase. Spell out or briefly define on first use.

RPC, RPCs (n.)

Remote procedure call. Spell out on first use.

RPG, RPGs (n.)

Role-playing game. Spell out on first use.

RSA

This refers to a tech company, an annual San Francisco security convention, and an encryption algorithm. RSA stands for the last names of the three co-founders. Pronounced as letters. Do not spell out. https://www.rsaconference.com/

Related:

rsh

Short for remote shell. Allows the execution of non-interactive programs on another system. Pronounced as letters or “R-shell.”

RSS feed (n.)

Rich Site Summary. Pronounced as letters. Do not spell out.

Related:

RT, RTs (n. and v.), RT’d

Retweet on Twitter. Informal.

Related:

RTF, .rtf file

Rich Text Format. A document file format.

Related:

RTFM

“Read the fucking manual.” Informal.

RTMFP

Real-Time Media Flow Protocol. Spell out on first use.

Related:

Rubeus

Related:

Ruby

A programming language.

Related:

Rule 34

If it exists, there is porn of it. Informal.

runas

A command to execute a program by “running as” another user.

runtime (n.), run-time (adj.)

Ex: The common language runtime. The runtime of Blade Runner. A run-time function or analytic. Run-time errors.

Rust

A programming language.

Ryuk

A ransomware attack.

This site uses cookies to provide you with a great user experience. By continuing to use our website, you consent to the use of cookies. To find out more about the cookies we use, please see our Privacy Policy.