<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ishani </title>
    <description>The latest articles on DEV Community by Ishani  (@ishani).</description>
    <link>https://dev.to/ishani</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2811158%2F41412c96-3ab0-4089-971c-3e8dceca3f2d.png</url>
      <title>DEV Community: Ishani </title>
      <link>https://dev.to/ishani</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ishani"/>
    <language>en</language>
    <item>
      <title>Advanced Search Engines</title>
      <dc:creator>Ishani </dc:creator>
      <pubDate>Wed, 05 Feb 2025 12:12:34 +0000</pubDate>
      <link>https://dev.to/ishani/advanced-search-engines-1ag7</link>
      <guid>https://dev.to/ishani/advanced-search-engines-1ag7</guid>
      <description>&lt;p&gt;Today I was amazed by what these search engines can do&lt;br&gt;
&lt;strong&gt;&lt;a href="https://www.shodan.io/" rel="noopener noreferrer"&gt;https://www.shodan.io/&lt;/a&gt;&lt;/strong&gt; &lt;br&gt;
Shodan search engine presents internet connected devices. What does this mean for me? I can find live servers running with specific versions, find IoT devices etc. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://search.censys.io/" rel="noopener noreferrer"&gt;https://search.censys.io/&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
 This amazing engine provides searching of hosts, websites, certificates, mail servers, databases etc.&lt;/p&gt;

&lt;p&gt;Now what are the use cases for me as a researcher?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Identify the exposed services that could be an entry point for an attack&lt;/li&gt;
&lt;li&gt;detect systems with outdated software or vulnerable protocols&lt;/li&gt;
&lt;li&gt;ensure compliance of infrastructure with security policies&lt;/li&gt;
&lt;li&gt;investigate malicious IP addresses, server configurations, open ports&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://haveibeenpwned.com/" rel="noopener noreferrer"&gt;https://haveibeenpwned.com/&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
Do I want to know if my email address is in a data breach, this engine will tell me how many data breaches and how many times it was pasted. Quite fancy&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.virustotal.com/gui/home/upload" rel="noopener noreferrer"&gt;https://www.virustotal.com/gui/home/upload&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
Virustotal is a really great place to check if a website is safe to visit, also let you upload doubtful files and it will tell you if it is malicious. Moreover it can search for a hash, domain and IP address&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>beginners</category>
      <category>learning</category>
    </item>
    <item>
      <title>Mastering the Art of Search: Tips</title>
      <dc:creator>Ishani </dc:creator>
      <pubDate>Mon, 03 Feb 2025 20:09:53 +0000</pubDate>
      <link>https://dev.to/ishani/mastering-the-art-of-search-tips-4p26</link>
      <guid>https://dev.to/ishani/mastering-the-art-of-search-tips-4p26</guid>
      <description>&lt;p&gt;Improving my search skills has been a key part of my cybersecurity journey. Here’s what I’ve learned about using Google Search more effectively.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;"&lt;strong&gt;phrase&lt;/strong&gt;" Can get pages with specific phrase ex: "&lt;strong&gt;travel adapter UK&lt;/strong&gt;"&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;site&lt;/strong&gt;: Specify the domain name so that you can limit the search to that domain ex:  &lt;strong&gt;site:amazon.com men shoes&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;minus sign&lt;/strong&gt; to avoid search results ex:  &lt;strong&gt;cyber security training -GRC&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;filetype&lt;/strong&gt;: find a file type instead of a webpage ex: &lt;strong&gt;sql injections filetype:pdf&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These are not the only ones, there are so many other useful operators like&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;intitle:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;inurl:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;related:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;cache:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;OR&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;define:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;allinurl:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;intext:&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>cybersecurity</category>
      <category>learn</category>
      <category>browser</category>
    </item>
  </channel>
</rss>
