GRID/OS Registry Secret // UK Eyes Only

Section D — Operators' Handbook

Field Manual

The kit you can sign out and the consoles you will meet in the field. Read it before the trace starts, not during.

Tech Ops — Requisitionable Tools Signed out with commendations, gated by clearance (live operations completed).
Entry & credentials
ICEPICK v2 RQ-7/114 2 cmnd CLR 1

Revised dictionary-hybrid credential engine. Locks characters at roughly twice the rate of the v1 issue.

SKELETON RQ-7/128 2 cmnd CLR 1

Credential pre-image library. Feeds ICEPICK a running head-start — roughly the first two-fifths of any gate is already solved when you sit down. On short traces, that head-start is the whole game.

NIGHTLATCH RQ-7/377 3 cmnd CLR 2

Handshake replay sheath. Wraps the ICEPICK attack in captured session traffic so every failed attempt reads upstream as routine housekeeping. The trace does not begin until you are inside and making noise. Watchkeepers still notice a session loitering at the gate, so keep the crack short.

BEACON RQ-7/470 3 cmnd CLR 2

Dormant remote-access implant. Enter a target once and it plants itself; sever the link and you re-enter later without touching the credential gate. It sleeps in their kernel until you call it, and dies when the operation closes.

Relays & routing
LONGLINE RQ-7/266 3 cmnd CLR 1

Extended relay authority. Raises your route ceiling from three relays to six. Every hop is seconds on the trace clock — buy the seconds.

GHOSTLINE RQ-7/331 3 cmnd CLR 2

Access to three non-attributable relay points held off the books, including one where official relays cannot reach. Each hop slows a trace considerably.

BOLTHOLE RQ-7/302 3 cmnd CLR 3

Signing authority over two reserve points of presence — one on the American west coast, one on the Gulf littoral — kept dark until drawn. When a target insists your final hop be local, these are the local.

Trace countermeasures
MIRROR RQ-7/408 3 cmnd CLR 2

Single-shot reflection buffer. Freezes an active trace for ten seconds. One use per operation. Use it late.

QUICKSAND RQ-7/551 3 cmnd CLR 2

Injects synthetic latency into the inbound chain: halves the speed of an active trace for twenty seconds. One use per operation. Where MIRROR stops the clock, QUICKSAND makes it wade.

HYDRA RQ-7/344 3 cmnd CLR 2

Decoy intrusion seeder. Your relay chain stages loud synthetic break-ins against unrelated hosts and the trace team drops your scent. Their second run comes back faster and less patient, so treat the reset as a loan. One use per operation.

CUTOUT RQ-7/199 2 cmnd CLR 1

Sacrificial line charge, fitted at the first relay. If a trace resolves your chain, the cutout fires and burns the junction before the final hop surrenders your origin: the session dies and you walk. Spent the moment it works, and it does nothing about what you left in their logs.

COUNTERSIGN RQ-7/286 2 cmnd CLR 2

Forged stand-down authority. Inserts a signed all-clear into a target group's security traffic so the incident that put them on alert is closed and their next trace arms at the ordinary pace. Used from the operations board between phases; only works on organisations that trust their own paperwork.

Logs & forensics
SCRUBBER RQ-7/209 2 cmnd CLR 1

Journal-aware log sanitiser. Purges an entire session trail in one pass instead of entry by entry. On a live box this is the difference between a debrief and a decommissioning.

FINEBRUSH RQ-7/423 3 cmnd CLR 2

Attributed-entry sweeper. Reads a live journal, matches each line against your session signature and lifts your entries one at a time, leaving the housekeeping where it lay. Built for watched systems, where the wrong deletion is worse than none.

Pivot, recon & persistence
PLUMBLINE RQ-7/240 3 cmnd CLR 2

Network sounder. Run from inside a breached host, it sweeps the segment behind it and maps every adjacent machine — service, port and version — so your session can be relayed deeper.

HOLDFAST RQ-7/455 3 cmnd CLR 2

Durable relay implant. Seat it on a host you have breached to the inside and the machine stays yours after the link drops, enrolled on the map as a relay for every operation that follows. Seating it writes a journal entry, so put it down before the scrub, not after.

MULTIPLEX RQ-7/187 2 cmnd CLR 1

Channel-bonded exfiltration harness. Runs up to three file operations at once. The standard-issue harness works one file at a time, and feels like it.

OVERPASS RQ-7/604 3 cmnd CLR 2

Satellite-pass watch. Some targets ride a roaming Starlink uplink and fall off the grid as the dish loses its cell. Arm OVERPASS on one and Comms raises you the instant it surfaces.

Identity
CHIMERA RQ-7/512 3 cmnd CLR 1

Generative re-synthesis suite. Rebuilds a face or voice model inside a target system so it no longer matches the sample that flagged one of ours. Slow and unmistakable in the logs, but nothing else pulls an officer back out of a recognition database.

Device Consoles Advanced targets put a live router or switch in the chain. You enumerate it by hand.

How a console op works

Crack the management gate as you would any host, and instead of a file list you land at a command prompt. Enumerate the box by hand, read off the address of the next machine, and telnet <ip> or ssh <ip> to relay your session onto it. When in doubt, type ? — every box lists exactly what it will answer.

Cisco IOS

Router / switch HOSTNAME> user · HOSTNAME# privileged

The workhorse of the estate. You land at the user prompt (>); type enable to reach the privileged prompt (#), which the fuller tables need.

show ip interface briefEvery interface, its address, and whether it is up.
show ip routeThe routing table. A lone /32 static route is often a hand-built road to a host that hides from everything else.
show ip arpNeighbours the box has spoken to lately. A silent host never appears here.
show mac address-tableLearned MAC addresses by VLAN and port.
show vlan briefVLANs and the ports on them. Watch for one named ISOLATED or QUARANTINE.
show cdp neighbors detailDirectly-connected Cisco kit and its management address — how you find the next switch or router to telnet to.
show running-configThe full configuration (privileged). Mirror sessions, static routes, and descriptions an admin should never have written.
show versionModel and uptime.

Abbreviations work as on real IOS: sh ip int br is show ip interface brief. running-config needs enable first.

Ubiquiti EdgeOS

Gateway / router admin@HOSTNAME:~$

A flatter, Linux-flavoured shell. No privileged mode — what you can see, you can see straight away.

show interfacesInterfaces and their addresses.
show vlanConfigured VLANs.
show arpThe ARP table — again, only hosts that have spoken recently.
show dhcp leasesHanded-out addresses and the hostnames that took them — often the quickest way to a name.
show lldp neighborsNeighbouring devices (EdgeOS's answer to CDP).
show ip routeThe routing table.
show configurationThe running configuration.

Commands are spelled out in full; there is no enable step to remember.

MikroTik RouterOS

Router [admin@HOSTNAME] >

Favoured by tenants who bring their own kit. Everything hangs off a menu tree that starts with /, so the commands look nothing like the others.

/interface printPhysical and bridge interfaces.
/ip address printAddresses per interface, LAN and WAN.
/ip route printThe routing table.
/ip arp printThe ARP table — the fastest look at who is live behind the box.
/ip dhcp-server lease printLeases and the hostnames on them.
/system resource printBoard, RouterOS version and uptime.
/system identity printThe box's own name.

Abbreviations still work per word: /ip addr print resolves to /ip address print.

Universal verbs

Every console

These work the same whatever the vendor, and they are handled before the box's own command set.

telnet <ip> / ssh <ip>Open a session to an address you discovered and pivot the link onto that host.
nmapActive scan of the segment behind the device. Surfaces hosts that stay silent and never appear in arp, cdp or dhcp. Needs the seized Kali box.
enableCisco only. Raise from the user prompt to privileged mode.
? or helpList exactly what this box answers — the surest guide on any console.
clearClear the screen. To drop the session, use SEVER LINK.
Finding a Silent Host The hosts that matter are the ones a box will not admit to.

Why the tables lie

ARP, CDP/LLDP, MAC and DHCP tables only list machines that have spoken to the device recently. A host configured to stay quiet — no chatter, a static address, a port with notification switched off — never appears in any of them. Enumerate by hand and you will see the isolated VLAN and a live port, but no address to aim at.

Two ways through. Read the routing table: a lone /32 static route is a hand-built road to a machine someone wanted reachable but unlisted — telnet to the address it points at. Or run nmap from your seized Kali box, which probes every address on the segment and makes the silent host answer. Take the address it returns and pivot straight to it.

The seized Kali box, and the nmap it brings to every console, is unlocked by OP FORGEHAMMER. Some operations cannot be completed without it.

Report for duty

The manual is only useful with a live link under it.

Enter the Grid
Standings live Secret // UK Eyes Only