Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasism committed Aug 21, 2020
1 parent 890719a commit ed0ed25
Show file tree
Hide file tree
Showing 181 changed files with 728 additions and 729 deletions.
2 changes: 1 addition & 1 deletion modules/sfp_abusech.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class sfp_abusech(SpiderFootPlugin):
"running a couple of projects helping internet service providers and "
"network operators protecting their infrastructure from malware.\n"
"IT-Security researchers, vendors and law enforcement agencies rely on data from abuse.ch,"
"trying to make the internet a safer place.\n",
"trying to make the internet a safer place.",
}
}

Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_abuseipdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class sfp_abuseipdb(SpiderFootPlugin):
"spammers, and abusive activity on the internet.\n"
"Our mission is to help make Web safer by providing a central blacklist for"
"webmasters, system administrators, and other interested parties to"
"report and find IP addresses that have been associated with malicious activity online.\n"
"report and find IP addresses that have been associated with malicious activity online."
}
}

Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_adblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class sfp_adblock(SpiderFootPlugin):
"Blocking these annoyances means pages load faster.\n"
"With Adblock Plus avoiding tracking and malware is easy."
"Blocking intrusive ads reduces the risk of \"malvertising\" infections."
"Blocking tracking stops companies following your online activity.\n"
"Blocking tracking stops companies following your online activity."
}
}

Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_ahmia.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class sfp_ahmia(SpiderFootPlugin):
"Contributors to Ahmia believe that the Tor network is an important and "
"resilient distributed platform for anonymity and privacy worldwide. "
"By providing a search engine for what many call the \"deep web\" or \"dark net\", "
"Ahmia makes hidden services accessible to a wide range of people, not just Tor network early adopters.\n"
"Ahmia makes hidden services accessible to a wide range of people, not just Tor network early adopters."
}
}

Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_alienvault.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class sfp_alienvault(SpiderFootPlugin):
"and share threat data. You can integrate community-generated OTX threat data directly "
"into your AlienVault and third-party security products, so that your threat detection defenses "
"are always up to date with the latest threat intelligence. "
"Today, 100,000 participants in 140 countries contribute over 19 million threat indicators daily.\n"
"Today, 100,000 participants in 140 countries contribute over 19 million threat indicators daily."
}
}

Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_alienvaultiprep.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class sfp_alienvaultiprep(SpiderFootPlugin):
'description': "Looking at security through new eyes.\n"
"AT&T Business and AlienVault have joined forces to create AT&T Cybersecurity, "
"with a vision to bring together the people, process, and technology "
"that help businesses of any size stay ahead of threats.\n",
"that help businesses of any size stay ahead of threats.",
}
}

Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_archiveorg.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class sfp_archiveorg(SpiderFootPlugin):
"We began in 1996 by archiving the Internet itself, a medium that was just beginning to grow in use. "
"Like newspapers, the content published on the web was ephemeral - but unlike newspapers, no one was saving it. "
"Today we have 20+ years of web history accessible through the Wayback Machine and we work with 625+ library and "
"other partners through our Archive-It program to identify important web pages.\n",
"other partners through our Archive-It program to identify important web pages.",
}

}
Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_arin.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class sfp_arin(SpiderFootPlugin):
"the American Registry for Internet Numbers (ARIN) is responsible for the management "
"and distribution of Internet number resources such as Internet Protocol (IP) addresses "
"and Autonomous System Numbers (ASNs). ARIN manages these resources within its service region, "
"which is comprised of Canada, the United States, and many Caribbean and North Atlantic islands.\n.",
"which is comprised of Canada, the United States, and many Caribbean and North Atlantic islands.",
}
}

Expand Down
12 changes: 6 additions & 6 deletions modules/sfp_azureblobstorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ class sfp_azureblobstorage(SpiderFootPlugin):
"""Azure Blob Finder:Footprint,Passive:Crawling and Scanning::Search for potential Azure blobs associated with the target and attempt to list their contents."""

meta = {
'name': "Azure Blob Finder",
'summary': "Search for potential Azure blobs associated with the target and attempt to list their contents.",
'flags': [ "" ],
'useCases': [ "Footprint", "Passive" ],
'categories': [ "Crawling and Scanning" ],
'name': "Azure Blob Finder",
'summary': "Search for potential Azure blobs associated with the target and attempt to list their contents.",
'flags': [ "" ],
'useCases': [ "Footprint", "Passive" ],
'categories': [ "Crawling and Scanning" ],
'dataSource': {
'website': "https://azure.microsoft.com/en-in/services/storage/blobs/",
'model': "FREE_NOAUTH_UNLIMITED"
}
}
}

# Default options
opts = {
Expand Down
14 changes: 7 additions & 7 deletions modules/sfp_badipscom.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ class sfp_badipscom(SpiderFootPlugin):
"""badips.com:Investigate,Passive:Reputation Systems::Check if an IP address is malicious according to BadIPs.com."""

meta = {
'name': "badips.com",
'summary': "Check if an IP address is malicious according to BadIPs.com.",
'flags': [ "" ],
'useCases': [ "Investigate", "Passive" ],
'categories': [ "Reputation Systems" ],
'name': "badips.com",
'summary': "Check if an IP address is malicious according to BadIPs.com.",
'flags': [ "" ],
'useCases': [ "Investigate", "Passive" ],
'categories': [ "Reputation Systems" ],
'dataSource': {
'website': "https://www.badips.com/",
'model': "FREE_NOAUTH_UNLIMITED",
Expand All @@ -33,9 +33,9 @@ class sfp_badipscom(SpiderFootPlugin):
'description': "badips.com is a community based IP blacklist service. "
"You can report malicious IPs and you can download blacklists or query our API to find out if a IP is listed. "
"We're also offering some eye-candy: Get personalized stats and graphs of attackers trying to brute-force your systems, "
"see where the bad guys come from and share your knowledge!\n",
"see where the bad guys come from and share your knowledge!",
}
}
}

# Default options
opts = {
Expand Down
14 changes: 7 additions & 7 deletions modules/sfp_badpackets.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ class sfp_badpackets(SpiderFootPlugin):
"""Bad Packets:Investigate,Passive:Reputation Systems:apikey:Obtain information about any malicious activities involving IP addresses found"""

meta = {
'name': "Bad Packets",
'summary': "Obtain information about any malicious activities involving IP addresses found",
'flags': [ "apikey" ],
'useCases': [ "Investigate", "Passive" ],
'categories': [ "Reputation Systems" ],
'name': "Bad Packets",
'summary': "Obtain information about any malicious activities involving IP addresses found",
'flags': [ "apikey" ],
'useCases': [ "Investigate", "Passive" ],
'categories': [ "Reputation Systems" ],
'dataSource': {
'website': "https://badpackets.net",
'model': "COMMERCIAL_ONLY",
Expand All @@ -43,9 +43,9 @@ class sfp_badpackets(SpiderFootPlugin):
"and detecting malicious activity. Our team of experienced security professionals conducts "
"comprehensive and ethical research to ensure our data is of the highest quality and accuracy.\n"
"Constant aggregation and analysis of relevant data allows us to empower our partners with "
"actionable information to proactively defend against emerging security threats.\n.",
"actionable information to proactively defend against emerging security threats.",
}
}
}

opts = {
'api_key': '',
Expand Down
14 changes: 7 additions & 7 deletions modules/sfp_bambenek.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ class sfp_bambenek(SpiderFootPlugin):
"""Bambenek C&C List:Investigate,Passive:Reputation Systems::Check if a host/domain or IP appears on Bambenek Consulting's C&C tracker lists."""

meta = {
'name': "Bambenek C&C List",
'summary': "Check if a host/domain or IP appears on Bambenek Consulting's C&C tracker lists.",
'flags': [ "" ],
'useCases': [ "Investigate", "Passive" ],
'categories': [ "Reputation Systems" ],
'name': "Bambenek C&C List",
'summary': "Check if a host/domain or IP appears on Bambenek Consulting's C&C tracker lists.",
'flags': [ "" ],
'useCases': [ "Investigate", "Passive" ],
'categories': [ "Reputation Systems" ],
'dataSource': {
'website': "http://www.bambenekconsulting.com/",
'model': "FREE_NOAUTH_UNLIMITED",
Expand All @@ -56,9 +56,9 @@ class sfp_bambenek(SpiderFootPlugin):
"Every day, there is another story about another company having their banking accounts drained, "
"someone having their identity stolen, or critical infrastructure being taken offline by hostile entities. "
"Led by IT security expert, John Bambenek, we have the resources to bring to your business so "
"you can be sure your organization and your customers’ data is safe.\n",
"you can be sure your organization and your customers’ data is safe.",
}
}
}

# Default options
opts = {
Expand Down
14 changes: 7 additions & 7 deletions modules/sfp_base64.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

class sfp_base64(SpiderFootPlugin):
"""Base64 Decoder:Investigate,Passive:Content Analysis::Identify Base64-encoded strings in any content and URLs, often revealing interesting hidden information."""

meta = {
'name': "Base64 Decoder",
'summary': "Identify Base64-encoded strings in any content and URLs, often revealing interesting hidden information.",
'flags': [ "" ],
'useCases': [ "Investigate", "Passive" ],
'categories': [ "Content Analysis" ]
}
'name': "Base64 Decoder",
'summary': "Identify Base64-encoded strings in any content and URLs, often revealing interesting hidden information.",
'flags': [ "" ],
'useCases': [ "Investigate", "Passive" ],
'categories': [ "Content Analysis" ]
}

# Default options
opts = {
Expand Down
14 changes: 7 additions & 7 deletions modules/sfp_bgpview.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ class sfp_bgpview(SpiderFootPlugin):
"""BGPView:Investigate,Footprint,Passive:Search Engines::Obtain network information from BGPView API."""

meta = {
'name': "BGPView",
'summary': "Obtain network information from BGPView API.",
'flags': [ "" ],
'useCases': [ "Investigate", "Footprint", "Passive" ],
'categories': [ "Search Engines" ],
'name': "BGPView",
'summary': "Obtain network information from BGPView API.",
'flags': [ "" ],
'useCases': [ "Investigate", "Footprint", "Passive" ],
'categories': [ "Search Engines" ],
'dataSource': {
'website': "https://bgpview.io/",
'model': "FREE_NOAUTH_UNLIMITED",
Expand All @@ -32,9 +32,9 @@ class sfp_bgpview(SpiderFootPlugin):
],
'favIcon': "https://bgpview.io/favicon-32x32.png",
'logo': "https://bgpview.io/assets/logo.png",
'description': "BGPView is a simple API allowing consumers to view all sort of analytics data about the current state and structure of the internet.\n",
'description': "BGPView is a simple API allowing consumers to view all sort of analytics data about the current state and structure of the internet.",
}
}
}

opts = {
}
Expand Down
12 changes: 6 additions & 6 deletions modules/sfp_binaryedge.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ class sfp_binaryedge(SpiderFootPlugin):
"""BinaryEdge:Footprint,Investigate,Passive:Search Engines:apikey:Obtain information from BinaryEdge.io's Internet scanning systems about breaches, vulerabilities, torrents and passive DNS."""

meta = {
'name': "BinaryEdge",
'summary': "Obtain information from BinaryEdge.io's Internet scanning systems about breaches, vulerabilities, torrents and passive DNS.",
'flags': [ "apikey" ],
'useCases': [ "Footprint", "Investigate", "Passive" ],
'name': "BinaryEdge",
'summary': "Obtain information from BinaryEdge.io's Internet scanning systems about breaches, vulerabilities, torrents and passive DNS.",
'flags': [ "apikey" ],
'useCases': [ "Footprint", "Investigate", "Passive" ],
'categories': [ "Search Engines" ],
'dataSource': {
'website': "https://www.binaryedge.io/",
Expand All @@ -44,9 +44,9 @@ class sfp_binaryedge(SpiderFootPlugin):
"and reports that show the exposure of what is connected to the Internet.\n"
"We have built a distributed platform of scanners and honeypots, to acquire, classify and correlate different types of data.\n"
"We use all of these datapoints to match those digital assets to an organization, "
"allowing us to provide a global, up-to-date, view of organizations known and unknown assets.\n",
"allowing us to provide a global, up-to-date, view of organizations known and unknown assets.",
}
}
}

# Default options
opts = {
Expand Down
14 changes: 7 additions & 7 deletions modules/sfp_bingsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ class sfp_bingsearch(SpiderFootPlugin):
"""Bing:Footprint,Investigate,Passive:Search Engines:apikey:Obtain information from bing to identify sub-domains and links."""

meta = {
'name': "Bing",
'summary': "Obtain information from bing to identify sub-domains and links.",
'flags': [ "apikey" ],
'useCases': [ "Footprint", "Investigate", "Passive" ],
'categories': [ "Search Engines" ],
'name': "Bing",
'summary': "Obtain information from bing to identify sub-domains and links.",
'flags': [ "apikey" ],
'useCases': [ "Footprint", "Investigate", "Passive" ],
'categories': [ "Search Engines" ],
'dataSource': {
'website': "https://www.bing.com/",
'model': "FREE_AUTH_LIMITED",
Expand All @@ -36,9 +36,9 @@ class sfp_bingsearch(SpiderFootPlugin):
'favIcon': "https://www.bing.com/sa/simg/bing_p_rr_teal_min.ico",
'logo': "https://www.bing.com/sa/simg/bing_p_rr_teal_min.ico",
'description': "The Bing Search APIs let you build web-connected apps and services that "
"find webpages, images, news, locations, and more without advertisements.\n",
"find webpages, images, news, locations, and more without advertisements.",
}
}
}

# Default options
opts = {
Expand Down
14 changes: 7 additions & 7 deletions modules/sfp_bingsharedip.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ class sfp_bingsharedip(SpiderFootPlugin):
"""Bing (Shared IPs):Footprint,Investigate,Passive:Search Engines:apikey:Search Bing for hosts sharing the same IP."""

meta = {
'name': "Bing (Shared IPs)",
'summary': "Search Bing for hosts sharing the same IP.",
'flags': [ "apikey" ],
'useCases': [ "Footprint", "Investigate", "Passive" ],
'categories': [ "Search Engines" ],
'name': "Bing (Shared IPs)",
'summary': "Search Bing for hosts sharing the same IP.",
'flags': [ "apikey" ],
'useCases': [ "Footprint", "Investigate", "Passive" ],
'categories': [ "Search Engines" ],
'dataSource': {
'website': "https://www.bing.com/",
'model': "FREE_AUTH_LIMITED",
Expand All @@ -38,9 +38,9 @@ class sfp_bingsharedip(SpiderFootPlugin):
'favIcon': "https://www.bing.com/sa/simg/bing_p_rr_teal_min.ico",
'logo': "https://www.bing.com/sa/simg/bing_p_rr_teal_min.ico",
'description': "The Bing Search APIs let you build web-connected apps and services that "
"find webpages, images, news, locations, and more without advertisements.\n",
"find webpages, images, news, locations, and more without advertisements.",
}
}
}

# Default options
opts = {
Expand Down
12 changes: 6 additions & 6 deletions modules/sfp_binstring.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ class sfp_binstring(SpiderFootPlugin):
"""Binary String Extractor:Footprint:Content Analysis:errorprone:Attempt to identify strings in binary content."""

meta = {
'name': "Binary String Extractor",
'summary': "Attempt to identify strings in binary content.",
'flags': [ "errorprone" ],
'useCases': [ "Footprint" ],
'categories': [ "Content Analysis" ]
}
'name': "Binary String Extractor",
'summary': "Attempt to identify strings in binary content.",
'flags': [ "errorprone" ],
'useCases': [ "Footprint" ],
'categories': [ "Content Analysis" ]
}

# Default options
opts = {
Expand Down
12 changes: 6 additions & 6 deletions modules/sfp_bitcoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ class sfp_bitcoin(SpiderFootPlugin):
"""Bitcoin Finder:Footprint,Investigate,Passive:Content Analysis::Identify bitcoin addresses in scraped webpages."""

meta = {
'name': "Bitcoin Finder",
'summary': "Identify bitcoin addresses in scraped webpages.",
'flags': [ "" ],
'useCases': [ "Footprint", "Investigate", "Passive" ],
'categories': [ "Content Analysis" ]
}
'name': "Bitcoin Finder",
'summary': "Identify bitcoin addresses in scraped webpages.",
'flags': [ "" ],
'useCases': [ "Footprint", "Investigate", "Passive" ],
'categories': [ "Content Analysis" ]
}

# Default options
opts = {}
Expand Down
14 changes: 7 additions & 7 deletions modules/sfp_blockchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ class sfp_blockchain(SpiderFootPlugin):
"""Blockchain:Footprint,Investigate,Passive:Public Registries::Queries blockchain.info to find the balance of identified bitcoin wallet addresses."""

meta = {
'name': "Blockchain",
'summary': "Queries blockchain.info to find the balance of identified bitcoin wallet addresses.",
'flags': [ "" ],
'useCases': [ "Footprint", "Investigate", "Passive" ],
'categories': [ "Public Registries" ],
'name': "Blockchain",
'summary': "Queries blockchain.info to find the balance of identified bitcoin wallet addresses.",
'flags': [ "" ],
'useCases': [ "Footprint", "Investigate", "Passive" ],
'categories': [ "Public Registries" ],
'dataSource': {
'website': "https://www.blockchain.com/",
'model': "FREE_NOAUTH_UNLIMITED",
Expand All @@ -38,9 +38,9 @@ class sfp_blockchain(SpiderFootPlugin):
'description': "Blockchain Exchange is the most secure place to buy, sell, and trade crypto.\n"
"Use the most popular block explorer to search and "
"verify transactions on the Bitcoin, Ethereum, and Bitcoin Cash blockchains.\n"
"Stay on top of Bitcoin and other top cryptocurrency prices, news, and market information.\n",
"Stay on top of Bitcoin and other top cryptocurrency prices, news, and market information.",
}
}
}

# Default options
opts = {}
Expand Down
Loading

0 comments on commit ed0ed25

Please sign in to comment.