Common Service Information Flashcards
Terminology and explanations relating to common services
What is another word for an SMTP client? (software)
MUA (Mail User Agent)
What is another word for an SMTP server? (software)
MTA (Mail Transfer Agent)
Whats another word for an SMTP relay server?
MSA (Mail Submission Agent)
Whats another word for the recipient mail server?
Mail delivery agent (MDA)
Describe the path of an email being sent
Client (MUA) ➞ Submission Agent (MSA) ➞ Open Relay (MTA) ➞ Mail Delivery Agent (MDA) ➞ Mailbox (POP3/IMAP)
How can you interact with an SMTP server?
telnet
How can you enumerate users on a system with SMTP?
VRFY command
How does a mail server check that a mail from bob@example.com has originated from example.com’s mail server?
It checks the SPF record for example.com and compares the originating IP from the email with the ips listed in the SPF record for example.com
Whats an IMAP configuration setting that enables debug loggin?
auth_debug
Whats an IMAP configuration setting that logs all submitted passwords?
auth_debug_passwords
Whats an IMAP configuration setting that logs unsuccessful authentication attempts and their reasons?
auth_verbose
Whats an IMAP configuration setting that logs and truncates passwords used to authenticate?
auth_verbose_passwords
Whats an IMAP configuration setting that specifies the username to be used when logging in with the ANONYMOUS SASL mechanism?
auth_anonymous_username
Do SNMP v1 and v2 have builtin encryption?
No
Why is SNMP v3 more secure?
Because you authenticate with a password encrypted via PSK
What are SNMP comunity strings?
Like a userid or password used to authenticate so SNMP v1 and v2. transmitted unencrypted.
What are the default values for SNMP community strings?
‘public’ and ‘private’
Which SNMP configuration setting provides access to the full OID tree without authentication
rwuser noauth
Which SNMP configuration setting provides access to the full OID tree regardless of which ipv4 address the requests were sent from.
rwcommunity [community string] [IPv4 address]
Which SNMP configuration setting provides access to the full OID tree regardless of which ipv6 address the requests were sent from.
rwcommunity6 [community string] [IPv6 address]
How are SNMP OIDs denoted?
[decimal].[decimal]
What are MIBs in an SNMP agent?
A mib is a heirarchical database with SNMP objects each with its own unique OID which shows its location in the database
What is a LAMP website?
A website with components:
Linux
Apache
Mysql
Php
What is a LEMP website?
A website with components:
Linux
Nginx
Mysql
Php
Which MYSQL server config defines which user the db will run as?
user
Which MYSQL server config sets the db password for the user?
password
Which MYSQL server config sets the IP address on which to listen for TCP/IP connections on the administrative network interface
admin_address
Which MYSQL server config indicates the current debugging settings?
debug
Which MYSQL server config sets whether single-row INSERT statements produce an information string if warnings occur.
sql_warnings
Which MYSQL server config is used to limit the effect of data import and export operations.
secure_file_priv
What are the system dbs in MSSQL?
master
model
msdb
tempdb
resource
Whats the role of the master db in MSSQL?
Tracks all system information for an SQL server instance
Whats the role of the model db in MSSQL?
Template database that acts as a structure for every new database created. Any setting changed in the model database will be reflected in any new database created after changes to the model database
Whats the role of the msdb db in MSSQL?
The SQL Server Agent uses this database to schedule jobs & alerts
Whats the role of the tempdb db in MSSQL?
Stores temporary objects
Whats the role of the resource db in MSSQL?
Read-only database containing system objects included with SQL server
What user will the MSSQL server instance run under when network accessible?
NT SERVICE\MSSQLSERVER
Which OID contains the printer password in hex for DirectJet printers?
.1.3.6.1.4.1.11.2.3.9.1.1.13.0
What’s the default password of the Oracle DBSNMP service?
dbsnmp