Package | Description |
---|---|
com.accelops.service | |
com.accelops.service.integration | |
com.accelops.service.integration.impl | |
com.accelops.service.threatfeed | |
com.accelops.service.threatfeed.impl |
Modifier and Type | Class and Description |
---|---|
class |
ServiceContextImpl
The default implementation of Service Context interface represents all the information needed for integration and threat feed services.
|
Modifier and Type | Method and Description |
---|---|
String |
IntegrationService.checkUpdate(ServiceContext context)
This method is used to check any ticket updates related to Accelops Incident in the integrated third party service and
returns the updated ticket information in FortiSIEM System.
|
void |
IntegrationService.doIntegration(ServiceContext context)
This method allows send/exports FortiSIEM devices and incidents to the third party service defined
in the ServiceContext and returns information regarding to the result of the integration from the third party.
|
Modifier and Type | Method and Description |
---|---|
String |
VirusTotalIntegrationServiceImpl.checkUpdate(ServiceContext context) |
String |
RiskIQIntegrationServiceImpl.checkUpdate(ServiceContext context) |
void |
VirusTotalIntegrationServiceImpl.doIntegration(ServiceContext context) |
void |
RiskIQIntegrationServiceImpl.doIntegration(ServiceContext context) |
void |
IntegrationServiceXsltImpl.doIntegration(ServiceContext cxt) |
protected abstract void |
IntegrationServiceXsltImpl.doUpdate(String xml,
ServiceContext cxt) |
Modifier and Type | Method and Description |
---|---|
protected String |
BaseThreatFeedUpdateService.appendCondition(String url,
ServiceContext context) |
String |
BaseTruStarUpdateService.download(ServiceContext context) |
String |
BaseThreatFeedUpdateService.download(ServiceContext serviceContext)
The function to download External Thread Feeds from a third party web
site.
|
String |
BaseThreatConnectUpdateService.download(ServiceContext context) |
String |
BaseStixUpdateService2.download(ServiceContext context) |
String |
BaseStixUpdateService.download(ServiceContext context) |
static int |
BaseThreatFeedUpdateService.getMaxReadLines(ServiceContext context) |
static long |
BaseThreatFeedUpdateService.getReadByte(ServiceContext context) |
static int |
BaseThreatFeedUpdateService.getStartLine(ServiceContext context) |
Map<String,List<ThreatFeedDTO>> |
BaseTruStarUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
abstract Map<String,List<ThreatFeedDTO>> |
BaseThreatFeedUpdateService.parse(ServiceContext serviceContext,
String filePath,
String groupName,
List<String> childGroups)
The function to parse the Threat Feeds downloaded by the download
function.
|
Map<String,List<ThreatFeedDTO>> |
BaseThreatConnectUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
BaseStixUpdateService2.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
BaseStixUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
static void |
BaseThreatFeedUpdateService.setBackReadResult(int count,
int maxlines,
ServiceContext context,
long readByte,
int startline) |
Modifier and Type | Method and Description |
---|---|
String |
ZeusBlockedIPUpdateService.download(ServiceContext context) |
String |
ZeusBlockedDomainUpdateService.download(ServiceContext context) |
String |
TorprojectPolicyUpdateService.download(ServiceContext context) |
String |
ThreatstreamTorNodesUpdateService.download(ServiceContext context) |
String |
ThreatstreamOpenProxyUpdateService.download(ServiceContext context) |
String |
ThreatstreamMalwareUrlUpdateService.download(ServiceContext context) |
String |
ThreatstreamMalwareSiteUpdateService.download(ServiceContext context) |
String |
ThreatstreamMalwareIPUpdateService.download(ServiceContext context) |
String |
ThreatFeedWithMappingPolicyService.download(ServiceContext context) |
String |
SansBlockedDomainUpdateService.download(ServiceContext context) |
String |
MalwareDomainListUpdateService.download(ServiceContext context) |
String |
Malc0deRssBlockedDomainUpdateService.download(ServiceContext context) |
String |
JoxeankoretUpdateService.download(ServiceContext context) |
String |
EmergingIPUpdateServicePaid.download(ServiceContext context) |
String |
EmergingIPUpdateService.download(ServiceContext context) |
String |
EmergingDomainUpdateServicePaid.download(ServiceContext serviceContext) |
String |
BaseFortiSandboxUpdateService.download(ServiceContext context) |
Map<String,List<ThreatFeedDTO>> |
ZeusBlockedIPUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
ZeusBlockedDomainUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
TorprojectPolicyUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
ThreatstreamTorNodesUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
ThreatstreamOpenProxyUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
ThreatstreamMalwareUrlUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
ThreatstreamMalwareSiteUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
ThreatstreamMalwareIPUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
ThreatFeedWithMappingPolicyService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
SansBlockedDomainUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
MalwareDomainListUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
Malc0deRssBlockedDomainUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
JoxeankoretUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
EmergingIPUpdateServicePaid.parse(ServiceContext serviceContext,
String filePath,
String groupName,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
EmergingIPUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
EmergingDomainUpdateServicePaid.parse(ServiceContext serviceContext,
String filePath,
String groupName,
List<String> childGroups) |
Map<String,List<ThreatFeedDTO>> |
BaseFortiSandboxUpdateService.parse(ServiceContext context,
String filePath,
String parentGroup,
List<String> childGroups) |
Copyright © 2019. All rights reserved.