2 September 2020

Fortinet NSE 1 Certification Answers - Bad Actors Quiz


Question 1: What is the motivation of the bad actor known as the “Explorer”?

 

·         Notoriety

·         Money

·         Ideology

·         Food

 

Question 2: What is the motive of the “Cyber Criminal”?

 

·         Fame

·         Money

·         Ideology

·         Intimidation

 

Question 3: What are the primary motivations of the “Hacktivist”?


·         Food, wine, and gambling

·         The appreciation of their country’s leaders

·         Political, social, or moral disagreements

·         The cost of commercial software and support

 

Question 4: Attacking systems by exploiting unknown and unpatched vulnerabilities is also known as:


·         Phishing

·         Secret Sauce

·         First day exploits

·         Zero day exploits

 

Question 5: What is the goal of the “Cyber Terrorist”?


·         Stable world markets

·         Peace through understanding

·         Intimidation through disruption and damage

·         Adoption of bitcoin as a primary national currency

 

Question 6: What is it called when a fraudulent email masquerades as a legitimate communication in an attempt to get a user to reveal sensitive information?


·         Trolling

·         Harpooning

·         Phishing

·         Baselining

 

Question 7: What central component is necessary to form a botnet?

 

·         DNS Server

·         Ethernet Switch

·         Command & Control (C&C) Server

·         Transformer

 

Question 8: What is the motivation of the “Cyber Terrorist”?

 

·         Compassion

·         Ideology

·         Fortune

·         Fame

 

Question 9: What is the name of the malware that takes over a computer system and holds hostage the disk drives or other data?

 

·         Phishingware

·         Ransomware

·         Scareware

·         Kindnapware

24 February 2018

Disable Computer Port


Hello guys !! Today, I am sharing with you one of the very simple & useful trick, how we can secure data or disable port in computer so no one can access the data using USB(PENDRIVE).

Just follow these below simple steps:

Simply disable your computer ports to prevent the  copying data from unknown user.

Step 1:  Open Start Menu  
                  
Secure data in computer using disable port how we can enable disable ports in computer how we can secure the data in computer .. How we can  stop that no one copy the data from computer
Type  :   regedit 
       


Step 2  :    Press OK !

 Step 3 :   Now just these command:


HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR





Secure data in computer using disable port how we can enable disable ports in computer how we can secure the data in computer .. How we can  stop that no one copy the data from computer
 Step 4: Press HKEY_LOCAL_MACHINE

Secure data in computer using disable port how we can enable disable ports in computer how we can secure the data in computer .. How we can  stop that no one copy the data from computer
 Step 5: Press SYSTEM
Secure data in computer using disable port how we can enable disable ports in computer how we can secure the data in computer .. How we can  stop that no one copy the data from computer
 Step 6: Press CurrentControlSet
Secure data in computer using disable port how we can enable disable ports in computer how we can secure the data in computer .. How we can  stop that no one copy the data from computer
 Step 7: Press Services
Secure data in computer using disable port how we can enable disable ports in computer how we can secure the data in computer .. How we can  stop that no one copy the data from computer
 Step 8: Press USBSTOR
Secure data in computer using disable port how we can enable disable ports in computer how we can secure the data in computer .. How we can  stop that no one copy the data from computer


   



Step 9: Now in the right side box press on START and change the value from 3 to 4 and than press okay

Now Restart Your computer and you will see that port will be disabled !

If you enable this port just follow above steps and just change the value from 4 to 3 and press okay and Restart your computer. This trick is working for all operating system including window 7, 8, 8.1 & window 10. 








13 February 2017

Create funny harmless trick to continuous eject CD/DVD Drives



This is very funny Harmless trick. It can continuously eject your CD/DVD drives working on all operating system including window 7,8 ,8.1 & 10. Just follow these simple steps:-


Step 1 : Open Notepad copy below text in Notepad and save file with techiestrends.vbs 


Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop


Double click on .vbs file  and you will see that CD/DVD continuously eject. You can Stop this restart your computer. 

6 February 2017

Remove the write-protection from Pendrive (USB) Window 7, 8, 10



Today, I am sharing with  you very useful trick , how we can remove write protection from pen drive (USB).Just follow these steps. !




How we can Remove Write Protection From pen drive  remove write protection from pendrive. Remove write protection from usb. Remove write protection from san disk pendrive 16 gb



1. Open Run.  (Window + R).
     Type regedit.



How we can Remove Write Protection From pen drive  remove write protection from pendrive. Remove write protection from usb. Remove write protection from san disk pendrive 16 gb


2.  Then Press  Ok 

3. Now, Navigate to the following path :-

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies

4. Then Double Click on the Write Protect key located in the right side pane.

5. Then set the value to 0 and Press Ok !


How we can Remove Write Protection From pen drive  remove write protection from pendrive. Remove write protection from usb. Remove write protection from san disk pendrive 16 gb vishal barhia


Now, Restart you computer and you will see that write protection is removed now !!

Working on all windows 10, window 7 and window 8.