:root { --sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15)); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 56.25rem) { #content-wrap { display: flex; position: initial; flex-direction: row; flex-grow: 2; width: calc(100vw - (100vw - 100%)); max-width: inherit; height: auto; min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem)); margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2); } #main-content { position: initial; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); max-height: 100%; margin: 0 auto; padding: 2rem 1rem; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } #side-bar { position: -webkit-sticky; position: sticky; top: 0; left: 0; grid-area: side-bar; width: var(--sidebar-width-on-desktop, 13.6rem) !important; min-width: var(--sidebar-width-on-desktop, 13.6rem) !important; max-height: 100vh; padding-right: 2.5rem; padding-left: 0.5rem; overflow-y: scroll; transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear; border: none; border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 - 1rem); direction: rtl; scrollbar-width: thin; -ms-scroll-chaining: none; overscroll-behavior: contain; scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-tertiary-color), 0.05); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { width: 0.5rem; border-right-width: calc(100vw + 100vh); border-right-style: inset; border-color: inherit; background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); } #side-bar:is(:hover, :active, :focus-within) { margin-right: 2.25rem; padding-right: 0.25rem; overflow-x: hidden; overflow-y: auto; border-color: rgba(var(--swatch-primary-darker), 1); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1); translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0)); scrollbar-color: rgba(170, 170, 170, 1) /* Thumb */ rgba(252, 252, 252, 1); /* Track */ scrollbar-color: rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */ rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */ } #main-content::after { content: " "; display: flex; position: fixed; top: 0; left: 1rem; align-items: center; justify-content: center; width: 1rem; height: 100%; max-height: 100%; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg"); background-attachment: fixed; background-repeat: no-repeat; background-position: center left 1rem; background-size: 1rem 12.875rem; pointer-events: none; } #side-bar:is(:hover, :active, :focus-within) + #main-content::after { left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); width: 0rem; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0; background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); font-size: 0em; } #main-content::before { content: " "; position: absolute; z-index: 9; top: var(--final-header-height-on-desktop, 0); left: 0; width: var(--sidebar-width-on-desktop, 14.5rem); height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem); margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem); transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0.5; background-color: rgb(var(--swatch-alternate-color, 0, 0, 0)); pointer-events: none; translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 + 1rem); } #side-bar:is(:hover, :active, :focus-within) + #main-content::before { translate: 0; opacity: 0; } #side-bar .side-block { margin-top: 1em; padding-left: 0.25em; border-right-width: 0rem; border-left-width: 0rem; border-radius: 0; background-color: rgb(0, 0, 0, 0); direction: ltr; } #side-bar .scpnet-interwiki-wrapper { direction: ltr; } /* Print Friendly Formatting by Estrella */ body.print-body { --sidebar-width-on-desktop: 0; } body.print-body #main-content::before, body.print-body #main-content::after { display: none; } }
#page-content .collapsible-block { position: relative; padding: 0.5em; margin: 0.5em; box-shadow: 2px 1.5px 1px rgba(176,16,0,0.7), 0 0 0px 1px lightgrey; overflow-wrap: break-word; } .collapsible-block-unfolded{ color: black; overflow-wrap: break-word; } .collapsible-block-unfolded-link { text-align:center; } .collapsible-block-folded { text-align: center; color: dimgrey; } .collapsible-block-link { font-weight: bold; color: dimgrey; text-align: center; } .addendumbox { padding: .01em 16px; margin-bottom: 16px; margin-top: 16px; padding-bottom: 1em; box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); } .material-box { padding: .01em 16px; margin-bottom: 16px; margin-top: 16px; padding-bottom: 1em; border: 1px lightgrey solid; box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.16); } .material-box blockquote { border: 1px double #999; } .wiki-content-table { width: 100%; } .addendumbox blockquote { border: 1px double #999; } .addendumtitle { opacity: 0.8; margin-bottom: 10px; color: #b01; } .maintitle { margin-bottom: 10px; color: black; } .scp-header { text-align: center; font-size:x-large; color:#b01; } .addenda-header { width: 100%; border-bottom: 2px black solid; color: black; } .scp-info { display:flex; justify-content:space-between; font-size:large; } .scp-info-box { display:flex; justify-content:space-between; } .object-info { color:black; align-self: flex-end; font-size: large; } .title-style { opacity: 0.8; margin-bottom: 10px; color: #b01; font-size: large; text-decoration: underline; font-weight: bold; } .update-div-empty { text-align: right; font-size: x-small; color: lightgrey; } .update-div { text-align: right; font-size: x-small; } .computed { border: 1px black solid; width: 50%; display: inline-block; text-align: left; padding: 3px; } .computed:before { content:"Computed Code"; font-weight: bold; border-bottom: solid 1px black; width: 100%; } .rawcode { border: black solid 1px; width: 50%; display: inline-block; text-align: left; padding: 3px; } .rawcode:before{ content:"Raw Code"; text-align: center; font-weight: bold; border-bottom: solid 1px black; width: 100%; } .codebox { display: inline-block; width: 100%; text-align: center; } .yui-navset .yui-nav .selected a em, .yui-navset .yui-nav a em{ padding: 0.25em .75em; top: 0px; margin-bottom: 0px; } .yui-navset .yui-nav .selected a { background: gray; } .yui-navset .yui-nav .selected { margin: 0px; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover, .yui-navset .yui-nav .selected a { background: gray; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background: gainsboro; text-decoration: none; } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: none; background-image: none; } .yui-navset .yui-nav a { background: none; } .yui-navset .yui-nav li{ margin: 0px; } #page-content .licensebox .collapsible-block { position: unset; padding: unset; margin: unset; box-shadow: unset; } .licensebox .collapsible-block-unfolded{ color: inherit; } .licensebox .collapsible-block-unfolded-link { text-align: left; } .licensebox .collapsible-block-folded { text-align: left; color: inherit; } .licensebox .collapsible-block-link { color: inherit; text-align: left; }
4/4827 LEVEL 4/4827CLASSIFIED |
![]() |
Item #: SCP-4827Object Class: Keter |

Snapshot of gravitational lensing around X0620, approximately 5,000 light years from Earth.
Special Containment Procedures: Until the nature of SCP-4827 instances can be determined, containment should focus on the suppression of public research and data on X0620 and other black holes. Foundation personnel currently assigned to the study of X0620 (besides those aboard Observatory Site OS-131) are to be amnesticised and monitored for possible cognitohazard infection.
A team from MTF Nu-9 ("Null Chasers") is currently en route to OS-13 and is expected to make contact within six weeks. The team has been instructed to evacuate all personnel on-board, retrieve data recorders and engage the station's self-destruct protocol. UPDATE: Due to the most recent audio transmission from OS-13, emergency orders have been dispatched to MTF Nu-9, in transit: Terminate all personnel on sight. Under no circumstances are they to communicate with any survivors.
Description: SCP-4827 is a series of anomalous events aboard OS-13 that correlate with ghost stories being told amongst the research staff to alleviate stress during periods of long-term isolation. These events include mechanical failures, accidents and uncharacteristic behavior of the team members, which parallel details within their narratives.
Discovery: The four-member Research Task Force (stationed aboard OS-13 since early 2019) had been recording abnormal spin-rates from X0620 before communication was severed on April 19, 2020. Thereafter, the following audio logs were accessed from OS-13's database:
Abridged Log of SCP-4827 Instances:
Speaker: Graham C., ███, Chief Engineer
Date: December 22, 2019
Audio Recording: You've all met Martha, haven't you, back in Site-██? Remember the time she left the stove on in our apartment? Darn near burnt the entire residential section down. Back when we were living off-site, she'd often forget to lock the front door before leaving for blackjack with her buddies. So imagine my irritation when I get home from work one evening and find the front door completely left open.
The lights in the house were switched off and her car was still in the driveway, meaning she'd probably hitched a ride from Carol and forgot to shut the door on her way out. Or it had been the wind. As I walk up to the front door, I see nothing but darkness inside.
Imagine my surprise then as I step over the threshold of the door when Martha waltzes down the staircase towards me. I ask her if she'd forgotten to shut the door before she left for cards that day, but she looks at me with a horrified expression. I didn't go out today, she says. Carol called in sick. I thought I told you a minute ago when I heard you opening the door from upstairs?
Man, we jumped into our car and high-tailed it out of there that night. Didn't even look back. Cops later said they found no signs of forced entry, but we weren't taking any chances. That's why Martha always says she's less worried about the thousand and one things that could kill her inside the walls of the Foundation than whatever's lurking on the other side of the unknown.
EVENT LOG: Moments after the recording, gravitational lensing across X0620's event horizon increases by a factor of five, to the point where light begins to cycle around its aperture at a spin-rate of 0.92.
Three days later, video-feeds aboard OS-13 show the sudden depressurisation of Airlocks One through Three, their outer hatches opening simultaneously and without warning. No injuries were reported by the crew.
Chief Engineer Graham attributes further instances of mechanical malfunction to the station's on-board computer behaving as though "a virus had gotten in".
Speaker: Hart, J. █████, Scope Specialist
Date: February 09, 2020
Audio Recording: You ever get the feeling you're being watched? Back when Stace and I were living in Nebraska, Whitman was like an hour's drive away, meaning my old place was in the middle of fucking nowhere. <pause> And no, this was before I got this shitty assignment.
Stace would bark at really odd hours of the night, and always towards a specific part of the woods outside our window. At first, I thought it was just wildlife, you know? Hungry raccoon digging through the trash or shadows playing tricks on those old Retriever eyes. Of course, I didn't see nothin' myself. Even went out a few times to check. Only shadows and the rustle of leaves on the wind.
But as the nights wear on, her barking gets louder, and more frequent. Neale here practically scolds me one morning after I mess up an experiment due to how tired I was the night before. Yeah, you remember, don't ya, ya bastard? <laughter> That evening, I decide to mount cameras around the perimeter, find out exactly what's going on. Yeah, they're miniature versions of the ones we've got installed here, capable of detecting all sorts of shit on the electromagnetic spectrum.
That night, Stace starts barking as usual, but then I hear her begin to whimper from the living room. Suddenly, there's scratching of paws on my bedroom door, which almost makes me shit my pajamas. But it's just Stace, too frightened to be alone with whatever the hell's out there. I open the door and Stace jumps onto my bed, and I swear to god we spend the rest of the night curled up under the sheets. Come to think of it, she was probably the one calming me down that night.
Next morning, of course I check the footage. Just about the time Stace starts barking, I see a silhouette appear just beyond the treeline. It has the outline of a man, but it stays deathly still, arms by its side and its face all blurry at a distance. Weird thing is it seems to be staring straight into my camera, like it knew I was watching the entire time.
Fuck, man. Lesson here is trust your bloody dog. They can sense all sorts of shit; probably saved me a couple times from shit as well.
EVENT LOG: One hour after the recording, visual telemetry of X0620 shows abnormal pulses of gamma rays from its accretion disk, or as Scope Specialist Hart █████ observes in her personal log, "like the fucking thing's blinking at me."
Specialist Hart continues to display abnormal behavior in the weeks to come, refusing to examine X0620 for extended periods of time. Crew members report overhearing her repeating in her quarters: "It followed me. It must have followed me in here."
Speaker: Forster ████, Radio Astronomer
Date: March 31, 2020
Audio Recording: I never enjoyed the sensation of being underwater. When I was a kid, my brothers would cannonball into the deep end of the pool but I would always hover near the shallow side till my tears convinced my parents otherwise, or I got pushed in against my will.
People always fear the deep ocean or whatever's lurking in the depths of the unknown, but this was the fucking public pool, with its clear, blue chloride mixed with too much urine and sweat. The thing is, I never had an issue with seeing things whilst underwater. It was what I heard that freaked me out. Under the muffled shrieks of kids splashing above and the shouts of absent-minded parents, I would hear the sound of someone crying. It was a low, dull sort of weeping, the kind you just knew something terrible had happened; the kind there was no coming back from.
It came from the direction of the deep end, the parts hidden in shadows, where the air bubbles gurgled upwards from the storm drains. I was six at the time, so I thought to myself: surely there must be someone trapped under the pool, pinned down under the weight of all that water. Heh. It was only much later that I discovered someone had drowned in the pool about ten years ago. I didn't say much to my parents after that, merely volunteered to do all the housework whenever they went for a swim. They didn't seem to mind.
EVENT LOG: Shortly after the recording, Radio Astronomer Forster detects random bursts of gravitational waves from X0620, resembling tiny blips on photo-sensory equipment3.
However, a spike in the recording causes Forster's eardrums to burst and seizure-like symptoms to manifest. He is immediately restrained and transported to the medical bay. Forster is no longer seen or heard from on the station's recording devices.
Subsequent communication with OS-13 becomes sporadic and unreliable. Three days later, a distress call is logged by the station's computer, but the recording is marred by static. Upon cleaning up the audio file, Foundation personnel detect overlays of laughter mixed with screams.
Speaker: Neale ████, Expedition Lead
Date: April 19, 2020
Audio Recording: Did you hear the story about a group of researchers who were stuck aboard a space station? They were told to observe a black hole for a year and a half, to sit and listen, to watch and poke.
Well, eventually, it poked back. They thought they could unlock the door to the cosmos, pierce the darkness with glass and steel. They thought that if they listened close enough, they would hear the voice of the gods. But gaze into the darkness long enough and you will find your demons. Pay close enough attention and you will hear our screams, crushed under the weight of gravity.
You told us your stories, gave us a doorway into your world. Now, allow us to return the favour. Did you hear the one about the group of researchers who went mad aboard a space station? The man who had a wife flung himself out the airlock. Now, he shall remain in his ignorance forever. The woman with her dog gouged both her eyes out. Now, she shall see the horrors of endless night. The man who refused to listen to voices now bleeds from his ears. He shall hear our whispers for eternity.
Did you hear the one about the researcher who went mad and murdered his colleagues aboard a space station? He threw them out of the airlock, one by one, then logged a distress call so that others would come. By the time you hear this recording, it will be too late.
EVENT LOG: All communication with OS-13 ceases thereafter.