- A
FTP inspection permits anonymous login commands
Why wrong: FTP inspection does not permit anonymous login; it handles NAT and state tracking for FTP.
- B
The configuration allows traffic without network address translation (NAT)
Why wrong: Lack of NAT is not a vulnerability; it may be intentional for internal networks.
- C
The HTTP inspection may allow SQL injection attacks to bypass the firewall
Why wrong: HTTP inspection does not inherently allow SQL injection; it parses HTTP traffic but does not prevent application-layer attacks like SQL injection.
- D
The firewall may allow IP spoofing if antispoofing is not enabled
Permitting RFC 1918 addresses from the inside without antispoofing checks can allow an attacker to spoof internal IP addresses.
Quick Answer
The correct answer is that the firewall may allow IP spoofing if antispoofing is not enabled. This vulnerability arises because the Cisco ASA firewall configuration permits traffic from RFC 1918 private IP addresses on the inside interface to the outside interface using the inspect command for HTTP and FTP, but without any explicit antispoofing or Unicast Reverse Path Forwarding (uRPF) check. Without these safeguards, the ASA does not verify that the source IP actually belongs to the inside network, allowing an attacker on the inside to spoof source addresses and bypass the security boundary. On the Cisco SCOR / CCNP Security Core 350-701 exam, this tests your understanding of how stateful inspection alone does not prevent spoofing—you must explicitly enable antispoofing or uRPF. A common trap is assuming the inspect command inherently validates source addresses; it does not. Memory tip: “Inspect inspects content, not the source—always pair it with antispoofing to keep spoofing out.”
350-701 Security Concepts Practice Question
This 350-701 practice question tests your understanding of security concepts. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
During a security audit, a penetration tester discovers that a Cisco ASA firewall is configured with a rule that permits traffic from the inside interface with a source IP address in the RFC 1918 range to the outside interface. The rule uses the 'inspect' command for HTTP and FTP. Which potential vulnerability does this configuration introduce?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
The firewall may allow IP spoofing if antispoofing is not enabled
Option D is correct because the configuration permits traffic from RFC 1918 private IP addresses on the inside interface to the outside interface without any explicit antispoofing or Unicast Reverse Path Forwarding (uRPF) check. This allows an attacker on the inside network to spoof source IP addresses that appear to come from the inside subnet, bypassing the firewall's intended security boundary. Without antispoofing, the ASA will not verify that the source IP actually belongs to the inside network, enabling IP spoofing attacks.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
FTP inspection permits anonymous login commands
- ✗
The configuration allows traffic without network address translation (NAT)
Why it's wrong here
Lack of NAT is not a vulnerability; it may be intentional for internal networks.
- ✗
The HTTP inspection may allow SQL injection attacks to bypass the firewall
Why it's wrong here
HTTP inspection does not inherently allow SQL injection; it parses HTTP traffic but does not prevent application-layer attacks like SQL injection.
- ✓
The firewall may allow IP spoofing if antispoofing is not enabled
Why this is correct
Permitting RFC 1918 addresses from the inside without antispoofing checks can allow an attacker to spoof internal IP addresses.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Cisco often tests the misconception that 'inspect' commands automatically provide full security, when in reality they only perform stateful inspection and protocol compliance, not antispoofing or anti-spoofing protections like uRPF.
Detailed technical explanation
How to think about this question
The Cisco ASA uses interface-level antispoofing by default when Unicast RPF is enabled, which checks that the source IP of incoming packets matches the routing table entry for the return path. Without this, an attacker on the inside can send packets with a spoofed source IP (e.g., a public IP or another internal IP) to the outside, making the firewall believe the traffic is legitimate. In a real-world scenario, this could be used to launch a reflected DDoS attack or bypass ACLs that rely on source IP trust.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Security Concepts — study guide chapter
Learn the concepts, then practise the questions
- →
Security Concepts practice questions
Targeted practice on this topic area only
- →
All 350-701 questions
500 questions across all exam domains
- →
Cisco SCOR / CCNP Security Core 350-701 study guide
Full concept coverage aligned to exam objectives
- →
350-701 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 350-701 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Endpoint Protection and Detection practice questions
Practise 350-701 questions linked to Endpoint Protection and Detection.
Secure Network Access, Visibility and Enforcement practice questions
Practise 350-701 questions linked to Secure Network Access, Visibility and Enforcement.
Security Concepts practice questions
Practise 350-701 questions linked to Security Concepts.
Network Security practice questions
Practise 350-701 questions linked to Network Security.
Cloud Security practice questions
Practise 350-701 questions linked to Cloud Security.
Content Security practice questions
Practise 350-701 questions linked to Content Security.
350-701 fundamentals practice questions
Practise 350-701 questions linked to 350-701 fundamentals.
350-701 scenario practice questions
Practise 350-701 questions linked to 350-701 scenario.
350-701 troubleshooting practice questions
Practise 350-701 questions linked to 350-701 troubleshooting.
Practice this exam
Start a free 350-701 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 350-701 question test?
Security Concepts — This question tests Security Concepts — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: The firewall may allow IP spoofing if antispoofing is not enabled — Option D is correct because the configuration permits traffic from RFC 1918 private IP addresses on the inside interface to the outside interface without any explicit antispoofing or Unicast Reverse Path Forwarding (uRPF) check. This allows an attacker on the inside network to spoof source IP addresses that appear to come from the inside subnet, bypassing the firewall's intended security boundary. Without antispoofing, the ASA will not verify that the source IP actually belongs to the inside network, enabling IP spoofing attacks.
What should I do if I get this 350-701 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 25, 2026
This 350-701 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 350-701 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.