7.2 Win Flashcards
Session layer protocol
allow a program running on one computer to seamlessly execute code on a remote system.
RPC
Endpoint mapper promiscuity
General Denial of Service (DoS) by attacking port 135 itself
Service specific attacks based on information gathered from querying port 135
Escalation of privileges based on information gathered from querying port 135
RPC Vulnerabilities
Session Layer file and print sharing protocol used by legacy systems.
NetBios
used for name resolution and registration (UDP port 137).
The first 15 characters/bytes are for names and the 16th character/byte indicates the function/service.
NetBios Name Service
Workstation service
<00>
Server service
<20>
(UDP port 138) is used for browser and messenger services.
NetBIOS Datagram Service
messaging service
<03>
(TCP port 139) is primarily used for local network file and print sharing.
NetBios Session Service
Application Layer protocol used for file and print sharing.
SMB
provides file and print sharing services to SMB/CIFS clients and allows for seamless interoperability between *NIX servers and Windows clients.
Samba
TCP port 3389 is a method of connecting to a remote system which allows a user to work as if on the remote computer’s desktop.
allows for an actual GUI desktop.
RDP
service that implements the WS-Management protocol for remote management using ports 5985/5986.
using the standard HTTP/HTTPS protocols for transport.
WinRM
Microsoft’s way forward in using networking protocols to connect to and manage network systems.
PS Remoting
performs a function similar to NetBIOS but expands on those capabilities.
uses a variety of methods to gather resource information and may gather IP, MAC, and even OS information if configured appropriately.
Network Discovery
Volumes on a Windows system are shared via hidden administrative shares (i.e., C$, E$, F$, etc.). Requires a privileged account for access.
Drive letter$
The System Root on Windows systems is shared via administrative shares. Requires a privileged account for access.
ADMIN$
Shares named pipes required for communication between computers and programs.
IPC$
Used on Active Directory domain controllers for sharing domain policies and domain public files.
SYSVOL
vulnerability most often found on legacy OSs.
Anonymously call a remote system’s RPC services for possible enumeration of the following:
-SAM accounts
-A list of machines on the system’s network
-A list of shares
A combination of Firewall, Registry, and policy settings may be used to secure null session vulnerabilities.
Null Session
name resolution service that resolves NetBIOS names to IP addresses.
-local networks
WINS
distributed database used on TCP/IP networks to assist in the location of computers and other resources.
DNS
unique name used to identify a particular system in the namespace.
FQDN
represent a discrete portion of the namespace for a particular domain and provide a way to partition the domain namespace into manageable sections.
zone
host primary zones and may host secondary zones for another domain
Primary servers
host secondary zones
Secondary servers
contain only information for previously resolved queries and do not host any zones
Caching-only servers
Contains a read/write copy of the entire namespace; all resource records for the zone. Primary zones are deployed either as standard primary zones or as ADI zones.
Primary Zone
are deployed with various manufacturer DNS servers. There is only one primary server for the zone, which manages all changes to the zone.
Standard primary zones
This integration allows Active Directory to be used as a data storage and replication engine for DNS, providing the capability of using multiple primary servers forthe same zone. Typically, most domain controllers are configured to serve as primary DNS servers for their domain or zone.
ADI zones
Contains a read-only copy of the entire namespace; all resource records for the zone.When a secondary zone needs an update, it requests a zone transfer from a primary server.
Secondary Zone
SOA is the first resource record. It indicates this DNS name server is the best source of information for this domain.
Serial Number
Refresh Time
Zone transfers
Start of Authority (SOA)Record
announces the authoritative name servers for a particular zone,DNS servers that answer queries for their supported zone. Often indicates a secondary server for a domain.
Name Server(NS) Record
maps the service name to the server name offering the service.
Service Location (SRV) Record
Maps a host name to an IPv4 address for forward lookups.
Host (A) Record
Maps a host name to an IPv6 address for forward lookups
Host (AAAA) Record
Creates a pointer that maps an IP address to a host name for reverse lookups.
Pointer (PTR) Record
MX Record specifies a mail exchange server for domain.
Mail Exchanger (MX)Record
Sets an alias for a host name. Often used to associate “www” with the web server name.
Alias (CNAME)Record
the client makes additional DNS queries,if necessary, to other DNS servers to find the requested name to IP resolution.
iterative query