-
Couldn't load subscription status.
- Fork 2
First pass traveling page #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
xoloki-stacks
wants to merge
7
commits into
stx-labs:main
Choose a base branch
from
xoloki-stacks:travel
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
233427b
first pass traveling page
xoloki-stacks ae1cf0b
add basic explanation of evil maid attack; flesh out common attack pr…
xoloki-stacks 389fa44
add text re VPN+SIM
xoloki-stacks 52dd176
reformat since the common attacks paragraph was getting long; add sec…
xoloki-stacks 41af23e
reorder recommendations and add extra context
xoloki-stacks c181cb7
add blurb about disk encryption and strong passwords to work devices …
xoloki-stacks 668180f
add blurb about disk encryption and strong passwords to work devices …
xoloki-stacks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,26 @@ | ||
| # Traveling | ||
|
|
||
| Traveling exposes you to special risks, like the [Evil Maid Attack](https://en.wikipedia.org/wiki/Evil_maid_attack). This attack involves a malicious actor gaining access to one of your devices through an official role, and then using that access to steal data or implant malware. It is not limited to maids in hotel rooms, but rather any time any device is out of your control. This includes coffee shops, conferences, airport security, customs, shipping, etc. As always, though, we should keep in mind our [threat model](./threat_model.md), unless we have specific reason to worry about 1% attack scenarios. | ||
|
|
||
| ## Common attacks | ||
|
|
||
| ### Physical | ||
|
|
||
| 1. You SHOULD keep a [low profile](https://a16zcrypto.com/posts/article/personal-physical-security/). | ||
| 1. You MUST NEVER leave a device unlocked AND unattended. | ||
| 1. You MUST use full disk encryption on any device which supports it (with a [strong password](./work_devices.html#deploying-hardened-laptops))! | ||
| 1. You SHOULD power devices off before leaving them unattended, not simply lock them; this prevents a lockscreen compromise from granting access to the unencrypted disk contents. | ||
| 1. You SHOULD choose hotels which have in-room safes, which will reduce the number of people who have access to your devices while you are at dinner or the pool. | ||
| 1. You MAY use a screen protector to mitigate shoulder surfing. | ||
|
|
||
| ### Network | ||
|
|
||
| 1. You SHOULD use a VPN when using WiFi. | ||
| 1. You MAY get a local SIM (eSIM is easier than physical SIM card) if you don't have a global carrier; but even then a VPN will protect you against some attacks (e.g. [stingrays](https://en.wikipedia.org/wiki/Stingray_phone_tracker)). | ||
|
|
||
| ## Uncommon attacks | ||
|
|
||
| Mitigating uncommon attacks often requires extreme measures, which will impact your ability to do work. Always remember your [thread model](./threat_model.md)! | ||
|
|
||
| 1. You MAY choose to engage Lockdown Mode, available on [Apple](https://support.apple.com/en-us/105120) and [Android](https://www.airdroid.com/mdm/android-lockdown-mode-in-business-scenarios/) devices. Read the documentation carefully if you do so, since the behavior is very different by platform. | ||
| 1. You MAY choose to wipe your devices before flying, or crossing international borders. Be aware that this may make you look suspicious, which could result in reprecussions not limited to interrogation and/or confiscation of your devices. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.