Skip to content

Commit 1ce6ad2

Browse files
Merge pull request #247 from blacklanternsecurity/dev
iboss
2 parents d520b31 + 84129b7 commit 1ce6ad2

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

cloudcheck/providers/iboss.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
from cloudcheck.providers.base import BaseProvider
2+
from typing import List
3+
4+
5+
class Iboss(BaseProvider):
6+
tags: List[str] = ["security"]
7+
short_description: str = "iboss"
8+
long_description: str = "A cloud security company providing secure web gateway, CASB, and zero trust network access services."
9+
org_ids: List[str] = [
10+
"IBOSS-8-ARIN", # iboss,inc, US
11+
"ORG-IA23-AP-APNIC", # IBOSS Inc., US
12+
"ORG-II158-RIPE", # IBOSS, INC, US
13+
]

0 commit comments

Comments
 (0)