Which of the following properties can be determined by the HPS Plugin? (Choose two)
Comprehensive and Detailed Explanation From Exact Extract of Forescout Platform Administration and Deployment:
According to theForescout HPS Inspection Engine Configuration Guide and HPS Applications Plugin documentation, the properties that can be determined by the HPS Plugin are:Operating System (C) and HTTP banner (E).
HPS Plugin Capabilities:
According to the HPS Inspection Engine guide:
'The HPS (Host Property Scanner) Inspection Engine provides host properties for detecting endpoint characteristics including operating system, services, and applications.'
The HPS plugin determines:
Operating System- OS type, version, service pack level
HTTP Banner- Service versions from HTTP banner scanning
Services and Applications- Running processes and installed software
System Information- Hardware vendor, NIC vendor, etc.
Operating System Detection:
According to the HPS Applications Plugin guide:
'Windows operating system information is detected by the HPS Applications Plugin, including: Release, Package/flavor, Service Pack'
The plugin detects:
Windows OS versions (XP, Vista, 7, 8, 10, etc.)
Server editions (2003, 2008, 2012, 2016, etc.)
Service pack levels
OS build information
HTTP Banner Detection:
According to the HPS Inspection Engine guide:
'Service Banner: Indicates the service and version information, as determined by Nmap. HTTP banner scanning returns service identification information.'
The HTTP banner property is resolved by NMAP scanning with the-sVparameter, which is part of the HPS plugin's classification capabilities.
Why Other Options Are Incorrect:
A . Application installed on Mac OS- The HPS Applications Plugin is for Windows applications only; it does not detect Mac OS applications
B . External Device on Windows- External Device detection is a separate property unrelated to HPS plugin discovery
D . AD group membership- This is determined by the User Directory plugin via LDAP, not the HPS plugin
HPS Plugin vs. Other Plugins:
According to the documentation:
Property
HPS Plugin
Other Plugins
Operating System
Yes
N/A
HTTP Banner
Yes (NMAP)
N/A
Windows Applications
Yes
N/A
AD Group Membership
No
User Directory
Mac OS Applications
No
macOS-specific
External Devices
No
Network discovery
Referenced Documentation:
CounterACT Endpoint Module HPS Inspection Engine Configuration Guide v10.8
CounterACT HPS Applications Plugin Configuration Guide v2.1.4
About the HPS Applications Plugin
What best defines a 'Post-Connect Methodology'?
Comprehensive and Detailed Explanation From Exact Extract of Forescout Platform Administration and Deployment:
According to theForescout Blog on Post-Connect Access Controlsand theComply-to-Connect framework documentation, aPost-Connect Methodologyis best defined as treating endpoints as'Innocent until proven guilty'.
Definition of Post-Connect Methodology:
According to the official documentation:
'Post-connect' is described as treating endpoints as innocent until they are proven guilty. They can connect to the network, during and after which they are assessed for acceptance criteria.'
How Post-Connect Works:
According to the Post-Connect Access Controls blog:
Initial Connection- Endpoints are allowed to connect to the network immediately (innocent)
Assessment During/After Connection- After connecting, endpoints are assessed for acceptance criteria
Compliance Checking- Endpoints are checked for:
Corporate asset status (must be company-owned)
Security compliance (antivirus, patches, encryption, etc.)
Remediation or Quarantine- Based on assessment results:
Compliant endpoints: Full access
Non-compliant endpoints: Placed in quarantine for remediation
Post-Connect vs. Pre-Connect:
According to the Comply-to-Connect documentation:
Pre-Connect- 'Guilty until proven innocent' - Endpoint must prove compliance BEFORE getting network access
Post-Connect- 'Innocent until proven guilty' - Endpoint connects first, then compliance is assessed
Benefits of Post-Connect Methodology:
According to the documentation:
'The greatest benefit to the post-connect approach is a positive user experience. Unless a system is out of compliance and ends up in a quarantine, your company's users have no idea access controls are even taking place on the network.'
Acceptance Criteria in Post-Connect:
According to the framework:
Corporate Asset Verification- Determines if the endpoint belongs to the organization
Compliance Assessment- Checks for:
Updated antivirus
Patch levels
Disk encryption status
Security tool functionality
If an endpoint fails these criteria, it's placed in quarantine (controlled network access) rather than being completely blocked.
Why Other Options Are Incorrect:
A . 802.1X is a flavor of Post-Connect- 802.1X is a pre-connect access control method (requires authentication before network access)
B . Guilty until proven innocent- This describes pre-connect methodology, not post-connect
D . Used subsequent to pre-connect- While post-connect can follow pre-connect, this doesn't define what post-connect is
E . Assessed for critical compliance before IP address is assigned- This describes pre-connect methodology
Referenced Documentation:
Forescout Blog - Post-Connect Access Controls
Comply-to-Connect Brief - Pre-connect vs Post-connect comparison
Achieving Comply-to-Connect Requirements with Forescout
If the condition of a sub-rule in your policy is looking for Windows Antivirus updates, how should the scope and main rule read?
Comprehensive and Detailed Explanation From Exact Extract of Forescout Platform Administration and Deployment:
According to theForescout Administration Guide - Define Policy Scope documentationandWindows Update Compliance Template configuration, when the condition of a sub-rule is looking for Windows Antivirus updates, the scope and main rule should read:Scope 'corporate range', filter by group 'windows managed', main rule 'No conditions'.
Policy Scope Definition:
According to the policy scope documentation:
When defining the scope for a Windows Antivirus/Updates policy:
Scope- Should be set to 'corporate range' (endpoints within the corporate IP address range)
Filter by group- Should filter by the 'windows managed' group (Windows endpoints that are manageable)
Main rule- Should have 'No conditions' (meaning the policy applies to all endpoints matching the scope and group)
Why 'No conditions' for the Main Rule:
According to the Windows Update Compliance Template documentation:
The main rule is designed to be:
Broad in scope- Applies to all eligible Windows managed endpoints
Without specific conditions- Specific conditions are handled by sub-rules
Efficient filtering- The scope and group filter do the initial endpoint selection
The sub-rules then contain the specific conditions (e.g., 'Windows Antivirus Update Date < 30 days ago') to evaluate each endpoint's compliance.
Policy Structure for Windows Updates:
According to the documentation:
text
Policy Scope: 'Corporate Range'
Filter by Group: 'windows managed'
Main Rule: 'No Conditions'
Sub-rule 1: 'Windows Antivirus Update Date > 30 days'
Action: Trigger update
Sub-rule 2: 'Windows Antivirus Running = False'
Action: Start Antivirus Service
Sub-rule 3: 'Windows Updates Missing = True'
Action: Initiate Windows Updates
'Windows Managed' Group:
According to the policy template documentation:
The 'windows managed' group specifically includes:
Windows endpoints that can be remotely managed
Endpoints with proper connectivity to management services
Systems with necessary admin accounts configured
Machines capable of executing remote scripts and commands
Why Other Options Are Incorrect:
A . Scope 'all ips', filter by group blank, main rule member of group 'Windows'- Too broad scope (includes non-Windows systems); 'all ips' is inefficient
B . Scope 'corporate range', filter by group 'None', main rule 'member of Group = Windows'- Correct scope and filtering wrong (should filter by group, not in main rule)
C . Scope 'threat exemptions', filter by group 'windows managed', main rule 'member of group = windows'- Wrong scope (threat exemptions is for excluding systems); redundant main rule
E . Scope 'all ips', filter by group 'windows', main rule 'No Conditions'- Too broad initial scope; 'all ips' is inefficient and includes non-corporate systems
Recommended Policy Configuration:
According to the documentation:
For Windows Antivirus/Updates policies:
Scope- Define as 'corporate range' to limit to organizational endpoints
Filter by Group- Set to 'windows managed' to exclude non-manageable systems
Main Rule- Set to 'No conditions' for simplicity; let scope/group do the filtering
Sub-rules- Define specific compliance conditions (e.g., patch level, antivirus status)
This structure ensures:
Efficient policy evaluation
Only applicable Windows endpoints are assessed
Manageable systems are prioritized
Specific compliance checks occur in sub-rules
Referenced Documentation:
Define Policy Scope documentation
Windows Update Compliance Template v2
Defining a Policy Main Rule
Which of the following requires secure connector to resolve?
Comprehensive and Detailed Explanation From Exact Extract of Forescout Platform Administration and Deployment:
According to theForescout HPS Inspection Engine Configuration Guide and Remote Inspection Feature Support documentation,'Authentication login' requires SecureConnector to resolve.
Authentication Login Property:
According to the Remote Inspection and SecureConnector Feature Support documentation:
The'Authentication login'property requires SecureConnector because:
Interactive User Information- Requires access to active user session data
Real-Time Verification- Must check current login status
Endpoint Agent Needed- Cannot be determined via passive network monitoring or remote registry
SecureConnector Required- Installed agent must report login status
SecureConnector vs. Remote Inspection:
According to the HPS Inspection Engine guide:
Some properties require different capabilities:
Property
Remote Inspection (MS-WMI/RPC)
SecureConnector
Authentication login
No
Yes
Authentication login (advanced)
No
Yes
Signed-In status
No
Yes
HTTP login user
No
Yes
Authentication certificate status
Yes
Yes
Why Other Options Are Incorrect:
A . Authentication login (advanced)- While this also requires SecureConnector, the base 'Authentication login' is the more accurate answer
B . Authentication certificate status- This can be resolved via Remote Inspection using certificate stores
C . HTTP login user- This is resolved by SecureConnector, but not listed as requiring it in the same way
E . Signed-In status- While this requires SecureConnector, the more specific answer is 'Authentication login'
SecureConnector Capabilities:
According to the documentation:
SecureConnector resolves endpoint properties that require:
Active user session information
Real-time application/browser monitoring
Deep endpoint inspection
Interactive user credentials
Referenced Documentation:
Remote Inspection and SecureConnector -- Feature Support
Using Certificates to Authenticate the SecureConnector Connection
Which of the following are included in System backups?
Comprehensive and Detailed Explanation From Exact Extract of Forescout Platform Administration and Deployment:
According to theForescout Upgrade Guide and System Backup documentation,Policies are included in System backups.
What System Backups Include:
According to the official documentation:
'Each backup saves all Forescout Platform device and Console settings. This data includes the following:
Configuration
License
Operating System settings
Policies
Profiles
Reports
Administrator accounts
And other system data'
System Backup Contents:
According to the backup documentation:
System backups include:
Policies- All configured policies and policy templates
Configuration- System configuration settings
License Information- License keys and licensing data
Administrator Accounts- User accounts and access controls
Reports- Scheduled and saved reports
System Settings- Mail, network, and other system configurations
Profiles- User profiles and system profiles
What System Backups DO NOT Include:
According to the documentation:
System backups are encrypted using AES-256 and include most system data but are separate from:
Appliance-specific firmware- May require separate backup
Component-specific backups- Some modules have separate backup procedures
Log files- Not typically included in system backups
Why Other Options Are Incorrect:
A . Switch Plugin version 8.7.0 and above- Plugin versions are not individually backed up; plugins are part of the module installation, not system configuration backup
C . Hostname and IP address- While these are part of system configuration, they are covered under 'Configuration' not listed separately in backup contents
D . Failover Clustering plugin- Plugin software itself is not backed up; configuration related to plugins is backed up
Stephen Brown
14 days agoJason Flores
15 days agoStephanie Roberts
1 month agoCrystal Nguyen
2 months agoStephanie Taylor
2 months agoCharles Perez
3 months agoJennifer Martin
2 months agoAmy Allen
3 months agoSusan Stewart
3 months agoWilliam Murphy
2 months agoRebecca Mitchell
2 months agoAmber
3 months agoKimbery
4 months agoMickie
4 months agoKip
4 months agoKimi
4 months agoLouisa
5 months agoJohnetta
5 months agoLuis
5 months agoValene
5 months agoHolley
6 months agoJustine
6 months agoCandra
6 months agoMarge
6 months agoDerick
7 months agoChanel
7 months agoHoa
7 months agoDong
7 months agoJanna
8 months agoYolande
8 months agoKing
8 months agoIra
8 months agoAdell
9 months agoAlberto
9 months agoVirgina
9 months ago