ARC SOC CONSOLE
ANALYST ONBOARDING

ARC Security Operations — Analyst Onboarding Brief

Anton Reyes Corporation · Internal · Revised 2026-07-01

This brief documents the ARC environment: what the business does, what the network looks like, and what routine activity looks like on it.


1. The business

Anton Reyes Corporation (ARC) is a privately held engineering and construction consultancy founded in 1998 by Anton Reyes, who remains chairman. ARC designs and supervises mid-rise commercial and infrastructure projects.

Working hours and time

Office hours are 08:00–18:00 local time (UTC+8), Monday to Friday. Payroll is processed on the 15th and 30th of each month.

The SIEM displays all timestamps in UTC. Local time is UTC+8, so the ARC workday runs roughly 00:00–10:00 UTC. An event at 18:00 UTC occurred at 02:00 the following morning, local time.

Friday is company-wide work-from-home; VPN volume shifts accordingly.


2. Network and assets

Address space

RangePurpose
10.10.10.0/24Servers
10.10.20.0/24Head office workstations
10.10.30.0/24Site offices over site-to-site VPN
10.10.40.0/24Remote-access VPN client pool
172.16.5.0/24DMZ

Servers

HostAddressRole
ARC-DC0110.10.10.10Domain controller — AD DS, DNS, DHCP. Single DC; no secondary.
ARC-FS0110.10.10.20File server (shares below)
ARC-SQL0110.10.10.30SQL Server, backs the ERP
ARC-APP0110.10.10.31ERP / project management application
ARC-BKP0110.10.10.40Backup server. Domain-joined, holds all backup repositories.
ARC-WSUS0110.10.10.45WSUS patching and the internal vulnerability scanner
ARC-PRINT0110.10.10.50Print server
ARC-WEB01172.16.5.10Public website, antonreyes.com. DMZ.
ARC-VPN01172.16.5.5Remote-access VPN concentrator
ARC-FW01Perimeter firewall

Endpoints

Head-office desktops are ARC-WS-1xx, laptops are ARC-LT-2xx. Site-office machines follow the same pattern and are numbered in the same series. Asset assignment is tracked in the IT helpdesk system, not in the SIEM.

File shares on ARC-FS01

ShareAccess
\\ARC-FS01\ProjectsAll staff. Live project files, drawings, bid documents.
\\ARC-FS01\FinanceARC-Finance group only
\\ARC-FS01\HRARC-HR group only
\\ARC-FS01\ITIntended for the IT team. Scripts, build notes, software installers.
\\ARC-FS01\PublicAll staff. Templates, forms, company announcements.

3. Identity

Naming conventions

Security groups

ARC-IT-Admins, ARC-Finance, ARC-HR, ARC-Engineering, plus the built-in Domain Admins. Membership changes are rare and always ticketed.

Service accounts

These are the only service accounts provisioned in the domain.

AccountFunctionRuns from
svc-backupNightly backup job, 22:00 local (14:00 UTC), connects to all serversARC-BKP01 only
svc-sqlSQL Server service accountARC-SQL01 only
svc-erpERP application poolARC-APP01 only
svc-scanWeekly vulnerability scan, Sundays 02:00 local (Saturday 18:00 UTC)ARC-WSUS01 (10.10.10.45) only
svc-printPrint spoolerARC-PRINT01 only

4. Routine activity

When (UTC)ActivityHosts involved
Daily 14:00Backup jobARC-BKP01 → all servers
Sat 18:00Weekly vulnerability scanARC-WSUS01 (10.10.10.45) → all hosts
Wed 17:00WSUS patch windowAll servers
15th & 30thPayroll processing, Finance shareARC-FS01
FridaysCompany-wide work-from-homeARC-VPN01
Every 15 min, business hoursCAD licence check-in (ticket ARC-3902)Engineering workstations
ContinuousAdware infection, remediation scheduled (ticket ARC-4471)ARC-LT-207
ContinuousFailed logons for p.aquino — stale saved password on a personal device (ticket ARC-4388)ARC-DC01

5. Log sources in the SIEM

IndexSourcetypeCoverage
authwin:securityWindows security events from the DC and all servers — logons, account and group changes, service installs, scheduled tasks, log clearing
sysmonwin:sysmonProcess creation, network connections, file and registry activity
fwarc:firewallPerimeter firewall traffic — allow/deny, addresses, ports, byte counts
dnsdns:queryAll internal DNS resolution, from ARC-DC01
proxyarc:proxyAll outbound web traffic, with user attribution
vpnarc:vpnRemote-access VPN authentication and session records, including the source ASN and network type
filesrvwin:fileauditFile share access on ARC-FS01
edrdefender:alertsEndpoint protection detections, quarantine actions, and tamper events

Known blind spots

The IT team has informed you of three gaps in coverage.

Remote-access VPN does not require multi-factor authentication. A valid username and password is enough to connect from anywhere, and there is no MFA log to consult because there is no MFA.

Email is outsourced, and the mail gateway does not forward anything to the SIEM. There is no mail-flow, sender or attachment visibility here at all.

Endpoint protection is deployed without tamper protection, so anyone holding administrative rights on a host can switch it off locally.


6. Console reference

The search bar filters; it does not aggregate.

failedevents whose raw text contains failed
"failed logon"exact phrase
user=r.bautistafield equals value
src_ip=10.10.20.*wildcard
user!=svc-backupfield exists and is not this value
a bimplicit AND
a OR b, NOT a, (a OR b) cbooleans and grouping
index=auth sourcetype="win:security"limit to a log source

Everything is case-insensitive. The Fields sidebar lists every field present in the current result set, its number of distinct values, and its most common values. The histogram shows event volume over the selected range; clicking a bar sets the time range to that bar.